public abstract class LinkedListNode extends Object implements Cloneable
LinkedListNode()
boolean
hasNext()
LinkedListNode
next()
previous()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public LinkedListNode()
public boolean hasNext()
public LinkedListNode next()
public LinkedListNode previous()
Copyright © 2015. All rights reserved.