|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ArrayCursor
Created on 6/16/14.
Method Summary | |
---|---|
boolean |
hasNext()
|
java.util.Iterator<ValueRef> |
iterator()
|
ValueRef |
next()
|
int |
size()
|
void |
skip()
|
void |
skipAll()
Skips all of the remaining values |
ArrayValue |
toValue()
Create an immutable value from this reference |
Methods inherited from interface org.msgpack.value.ValueRef |
---|
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 |
Method Detail |
---|
int size()
boolean hasNext()
ValueRef next()
void skip()
void skipAll()
java.util.Iterator<ValueRef> iterator()
iterator
in interface java.lang.Iterable<ValueRef>
ArrayValue toValue()
ValueRef
toValue
in interface ValueRef
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |