Package com.jsoniter.any
Class MapWrapperAny.WrapperIterator
- java.lang.Object
-
- com.jsoniter.any.MapWrapperAny.WrapperIterator
-
- All Implemented Interfaces:
Any.EntryIterator
- Enclosing class:
- MapWrapperAny
private class MapWrapperAny.WrapperIterator extends java.lang.Object implements Any.EntryIterator
-
-
Constructor Summary
Constructors Modifier Constructor Description private
WrapperIterator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
key()
boolean
next()
Any
value()
-
-
-
Field Detail
-
iter
private final java.util.Iterator<java.util.Map.Entry<java.lang.String,java.lang.Object>> iter
-
key
private java.lang.String key
-
value
private Any value
-
-
Method Detail
-
next
public boolean next()
- Specified by:
next
in interfaceAny.EntryIterator
-
key
public java.lang.String key()
- Specified by:
key
in interfaceAny.EntryIterator
-
value
public Any value()
- Specified by:
value
in interfaceAny.EntryIterator
-
-