Package org.nuxeo.ecm.core.storage
Class State.ArraysEntryIterator
- java.lang.Object
-
- org.nuxeo.ecm.core.storage.State.ArraysEntryIterator
-
- All Implemented Interfaces:
Iterator<Map.Entry<String,Serializable>>
- Enclosing class:
- State
public class State.ArraysEntryIterator extends Object implements Iterator<Map.Entry<String,Serializable>>
-
-
Constructor Summary
Constructors Constructor Description ArraysEntryIterator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
hasNext()
Map.Entry<String,Serializable>
next()
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface java.util.Iterator
forEachRemaining, remove
-
-
-
-
Method Detail
-
hasNext
public boolean hasNext()
- Specified by:
hasNext
in interfaceIterator<Map.Entry<String,Serializable>>
-
next
public Map.Entry<String,Serializable> next()
- Specified by:
next
in interfaceIterator<Map.Entry<String,Serializable>>
-
-