Package org.drools.core.util
Class LinkedList.LinkedListIterator<T extends LinkedListNode<T>>
- java.lang.Object
-
- org.drools.core.util.LinkedList.LinkedListIterator<T>
-
- All Implemented Interfaces:
Externalizable,Serializable,Iterator<T>
- Enclosing class:
- LinkedList<T extends LinkedListNode<T>>
public static class LinkedList.LinkedListIterator<T extends LinkedListNode<T>> extends Object implements Iterator<T>, Externalizable
Returns a list iterator- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description LinkedListIterator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Tnext()voidreadExternal(ObjectInput in)voidreset(LinkedList<T> list)voidwriteExternal(ObjectOutput out)
-
-
-
Method Detail
-
reset
public void reset(LinkedList<T> list)
-
readExternal
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
- Specified by:
readExternalin interfaceExternalizable- Throws:
IOExceptionClassNotFoundException
-
writeExternal
public void writeExternal(ObjectOutput out) throws IOException
- Specified by:
writeExternalin interfaceExternalizable- Throws:
IOException
-
-