|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface SortedIterator<T extends java.lang.Comparable<T>>
An iterator over a collection. The iterator will traverse the elements in ascending element order. All elements in the collection must implement the Comparable interface.
Method Summary |
---|
Methods inherited from interface java.util.Iterator |
---|
hasNext, next, remove |
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |