org.dhmp.util
Interface InsightIterator

All Superinterfaces:
java.util.Iterator, java.util.ListIterator

public interface InsightIterator
extends java.util.ListIterator

Select an entry and change its order

Author:
hideyuki
See Also:
LinkedHashMultiMap.LinkedHashMultiMapIterator

Method Summary
 void realize()
           
 
Methods inherited from interface java.util.ListIterator
add, hasNext, hasPrevious, next, nextIndex, previous, previousIndex, remove, set
 

Method Detail

realize

public void realize()