JsValue.ReloadBiggerCallback, JsValue.Type
Modifier and Type | Method and Description |
---|---|
JsVariable |
get(long index) |
long |
getLength() |
java.util.SortedMap<java.lang.Long,? extends JsVariable> |
toSparseArray() |
asArray, asFunction, getClassName, getInternalProperties, getProperties, getProperty, getRefId, getRemoteValueMapping
asObject, getType, getValueString, isTruncated, reloadHeavyValue
long getLength() throws MethodIsBlockingException
MethodIsBlockingException
- because it may need to load value from remoteJsVariable get(long index) throws MethodIsBlockingException
index
- in the arrayJsVariable
at the index
, or null
if there
is no value at the specified index in the arrayMethodIsBlockingException
- because it may need to load value from remotejava.util.SortedMap<java.lang.Long,? extends JsVariable> toSparseArray() throws MethodIsBlockingException
JsVariable
instances found at the corresponding indices. The
resulting map is guaranteed to be sorted in the ascending key
order.MethodIsBlockingException
- because it may need to load value from remoteCopyright (c) IBM Corp. and others 2000, 2016. All Rights Reserved.