Package one.microstream.util.iterables
Class TrivialIterator<E>
java.lang.Object
one.microstream.util.iterables.TrivialIterator<E>
- All Implemented Interfaces:
 Iterator<E>,ListIterator<E>
public class TrivialIterator<E> extends Object implements ListIterator<E>
- 
Constructor Details
 - 
Method Details
- 
hasNext
public boolean hasNext() - 
next
 - 
remove
public void remove() - 
hasPrevious
public boolean hasPrevious()- Specified by:
 hasPreviousin interfaceListIterator<E>
 - 
previous
- Specified by:
 previousin interfaceListIterator<E>
 - 
nextIndex
public int nextIndex()- Specified by:
 nextIndexin interfaceListIterator<E>
 - 
previousIndex
public int previousIndex()- Specified by:
 previousIndexin interfaceListIterator<E>
 - 
set
- Specified by:
 setin interfaceListIterator<E>
 - 
add
- Specified by:
 addin interfaceListIterator<E>
 
 -