Package weka.associations.tertius
Class SimpleLinkedList.LinkedListInverseIterator
- java.lang.Object
-
- weka.associations.tertius.SimpleLinkedList.LinkedListInverseIterator
-
- All Implemented Interfaces:
java.io.Serializable
,RevisionHandler
- Enclosing class:
- SimpleLinkedList
public class SimpleLinkedList.LinkedListInverseIterator extends java.lang.Object implements java.io.Serializable, RevisionHandler
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description LinkedListInverseIterator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getRevision()
Returns the revision string.boolean
hasPrevious()
java.lang.Object
previous()
void
remove()
-
-
-
Method Detail
-
hasPrevious
public boolean hasPrevious()
-
previous
public java.lang.Object previous()
-
remove
public void remove()
-
getRevision
public java.lang.String getRevision()
Returns the revision string.- Specified by:
getRevision
in interfaceRevisionHandler
- Returns:
- the revision
-
-