Uses of Class
org.geotools.util.KeySortedLinkedListIterator

Packages that use KeySortedLinkedListIterator
org.geotools.util Contains utilities and addition to the collection framework.  
 

Uses of KeySortedLinkedListIterator in org.geotools.util
 

Methods in org.geotools.util that return KeySortedLinkedListIterator
 KeySortedLinkedListIterator KeySortedLinkedList.first()
          Deprecated. Replaced by AbstractSequentialList.iterator().
 KeySortedLinkedListIterator KeySortedLinkedList.find(java.lang.Comparable x)
          Deprecated. Replaced by KeySortedList.listIterator(Comparable), or KeySortedList.first(java.lang.Comparable) if only a single value is wanted.
 KeySortedLinkedListIterator KeySortedLinkedList.findPrevious(java.lang.Comparable x)
          Deprecated. Replaced by KeySortedList.listIterator(Comparable) folllowed by calls to ListIterator.previous().
 KeySortedLinkedListIterator KeySortedLinkedList.getAt(int index)
          Deprecated. Replaced by AbstractSequentialList.get(int).
 



Copyright © GeoTools. All Rights Reserved.