org.apache.myfaces.buildtools.maven2.plugin.builder.trinidad.util
Class SortedIterator
java.lang.Object
org.apache.myfaces.buildtools.maven2.plugin.builder.trinidad.util.SortedIterator
- All Implemented Interfaces:
- Iterator
public class SortedIterator
- extends Object
- implements Iterator
SortedIterator presents the elements of another iterator in a sorted order.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SortedIterator
public SortedIterator(Iterator unsorted)
hasNext
public boolean hasNext()
- Specified by:
hasNext
in interface Iterator
next
public Object next()
- Specified by:
next
in interface Iterator
remove
public void remove()
- Specified by:
remove
in interface Iterator
Copyright © 2001-2013 The Apache Software Foundation. All Rights Reserved.