org.geotools.util
Class KeySortedLinkedListIterator

java.lang.Object
  extended byorg.geotools.util.KeySortedLinkedListIterator

public class KeySortedLinkedListIterator
extends java.lang.Object

Iterator for KeySortedLinkedList. Note: this class may change in the future, or by replaced by a TreeMap-based solution.

Author:
Simone Giannecchini

Method Summary
 void advance()
           
 boolean isPastEnd()
           
 java.lang.Object retrieve()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

isPastEnd

public boolean isPastEnd()

retrieve

public java.lang.Object retrieve()

advance

public void advance()

toString

public java.lang.String toString()


Copyright © GeoTools. All Rights Reserved.