weka.associations.tertius
Class SimpleLinkedList.LinkedListInverseIterator

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

public class SimpleLinkedList.LinkedListInverseIterator
extends Object
implements Serializable, RevisionHandler

See Also:
Serialized Form

Constructor Summary
SimpleLinkedList.LinkedListInverseIterator()
           
 
Method Summary
 String getRevision()
          Returns the revision string.
 boolean hasPrevious()
           
 Object previous()
           
 void remove()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SimpleLinkedList.LinkedListInverseIterator

public SimpleLinkedList.LinkedListInverseIterator()
Method Detail

hasPrevious

public boolean hasPrevious()

previous

public Object previous()

remove

public void remove()

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.