org.thdl.tib.scanner
Class ListIterator

java.lang.Object
  |
  +--org.thdl.tib.scanner.ListIterator

public class ListIterator
extends Object

Used by LinkedList to provide the implementation of a simple dynamic link list.

Author:
Andrés Montano Pellegrini
See Also:
LinkedList, Link

Constructor Summary
ListIterator(org.thdl.tib.scanner.Link current)
           
ListIterator(org.thdl.tib.scanner.Link current, int n)
           
 
Method Summary
 boolean hasNext()
           
 Object next()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ListIterator

public ListIterator(org.thdl.tib.scanner.Link current)

ListIterator

public ListIterator(org.thdl.tib.scanner.Link current,
                    int n)
Method Detail

hasNext

public boolean hasNext()

next

public Object next()


These API docs were created 02/02/2003 08:19 PM.
Copyright © 2001-2002 Tibetan and Himalayan Digital Library. All Rights Reserved.
Hosted by SourceForge_Logo