Package com.jsoniter.any
Class MapWrapperAny.WrapperIterator
java.lang.Object
com.jsoniter.any.MapWrapperAny.WrapperIterator
- All Implemented Interfaces:
Any.EntryIterator
- Enclosing class:
MapWrapperAny
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
iter
-
key
-
value
-
-
Constructor Details
-
WrapperIterator
private WrapperIterator()
-
-
Method Details
-
next
public boolean next()- Specified by:
next
in interfaceAny.EntryIterator
-
key
- Specified by:
key
in interfaceAny.EntryIterator
-
value
- Specified by:
value
in interfaceAny.EntryIterator
-