public abstract class RuntimeMap extends java.lang.Object implements RuntimeObject
| Constructor and Description |
|---|
RuntimeMap() |
| Modifier and Type | Method and Description |
|---|---|
abstract RuntimeMap |
copy() |
abstract java.lang.Object |
extractArray() |
Indexable |
indexable() |
abstract RuntimeMap |
setArray(java.lang.Object array) |
void |
setIndexable(Indexable indexable) |
int |
size() |
void |
trimToSize()
Trims the underlying native array to the size of its indexable if necessary and
returns it (this is needed because the size of the array of a map indexed by an
int range may grow to accommodate additional elements).
|
public final Indexable indexable()
public final int size()
public final void setIndexable(Indexable indexable)
public abstract java.lang.Object extractArray()
public abstract RuntimeMap setArray(java.lang.Object array)
public abstract RuntimeMap copy()
public final void trimToSize()