weka.associations.tertius
Class SimpleLinkedList.LinkedListIterator

java.lang.Object
  extended by weka.associations.tertius.SimpleLinkedList.LinkedListIterator
All Implemented Interfaces:
Serializable, RevisionHandler
Enclosing class:
SimpleLinkedList

public class SimpleLinkedList.LinkedListIterator
extends Object
implements Serializable, RevisionHandler

See Also:
Serialized Form

Constructor Summary
SimpleLinkedList.LinkedListIterator()
           
 
Method Summary
 void addBefore(Object o)
           
 String getRevision()
          Returns the revision string.
 boolean hasNext()
           
 Object next()
           
 void remove()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SimpleLinkedList.LinkedListIterator

public SimpleLinkedList.LinkedListIterator()
Method Detail

hasNext

public boolean hasNext()

next

public Object next()

remove

public void remove()

addBefore

public void addBefore(Object o)

getRevision

public String getRevision()
Returns the revision string.

Specified by:
getRevision in interface RevisionHandler
Returns:
the revision


Copyright © 2012 University of Waikato, Hamilton, NZ. All Rights Reserved.