org.geotools.util
Class KeySortedLinkedListIterator

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

Deprecated. Replaced by the standard J2SE Iterator.

public class KeySortedLinkedListIterator
extends java.lang.Object

Iterator for KeySortedLinkedList.

Version:
$Id: KeySortedLinkedListIterator.java 17672 2006-01-19 00:25:55Z desruisseaux $
Author:
Simone Giannecchini

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

Method Detail

isPastEnd

public boolean isPastEnd()
Deprecated. Replaced by !Iterator.hasNext().


retrieve

public java.lang.Object retrieve()
Deprecated. Replaced by Iterator.next().


advance

public void advance()
Deprecated. Replaced by Iterator.next().


toString

public java.lang.String toString()
Deprecated. 


Copyright © GeoTools. All Rights Reserved.