public static class LinkedList.LinkedListIterator<T extends LinkedListNode<T>> extends Object implements Iterator<T>, Externalizable
Constructor and Description |
---|
LinkedListIterator() |
Modifier and Type | Method and Description |
---|---|
T |
next() |
void |
readExternal(ObjectInput in) |
void |
reset(LinkedList<T> list) |
void |
writeExternal(ObjectOutput out) |
public void reset(LinkedList<T> list)
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
readExternal
in interface Externalizable
IOException
ClassNotFoundException
public void writeExternal(ObjectOutput out) throws IOException
writeExternal
in interface Externalizable
IOException
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.