public interface MapCursor extends ValueRef
Modifier and Type | Method and Description |
---|---|
boolean |
hasNext()
Test whether this cursor can point to a next key or value.
|
ValueRef |
nextKeyOrValue()
Retrieves a reference to the next key or value.
|
int |
size() |
void |
skipAll()
Skips all of the remaining keys and values.
|
void |
skipKeyOrValue()
Skips a next key or value
|
MapValue |
toValue()
Create an immutable value from this reference
|
accept, asBinary, asBoolean, asExtended, asFloat, asInteger, asNil, asNumber, asRaw, asString, getArrayCursor, getMapCursor, getValueType, isArray, isBinary, isBoolean, isExtended, isFloat, isInteger, isMap, isNil, isNumber, isRaw, isRef, isString, writeTo
int size()
boolean hasNext()
ValueRef nextKeyOrValue()
void skipKeyOrValue()
void skipAll()