public class Storage extends Objs
Objs.Constructor<T extends Objs>, Objs.Property<T>
Modifier and Type | Field and Description |
---|---|
Objs.Property<Number> |
length |
Modifier | Constructor and Description |
---|---|
protected |
Storage(Objs.Constructor<?> c,
Object js) |
Modifier and Type | Method and Description |
---|---|
static Storage |
$as(Object obj) |
String |
$get(double index) |
Object |
$get(String key) |
void |
clear() |
Object |
getItem(String key) |
String |
key(double index) |
Number |
length() |
void |
removeItem(String key) |
void |
setItem(String key,
String data) |
$as, $cast, $delete, $js, $set, create, create, defineProperties, defineProperty, freeze, getOwnPropertyDescriptor, getOwnPropertyNames, getPrototypeOf, hasOwnProperty, isExtensible, isFrozen, isPrototypeOf, isSealed, keys, newObject, newObject, preventExtensions, propertyIsEnumerable, seal, toLocaleString, toString, valueOf
public Objs.Property<Number> length
protected Storage(Objs.Constructor<?> c, Object js)
Copyright © 2018. All rights reserved.