Uses of Class
DoubleListNode
-
-
Uses of DoubleListNode in <Unnamed>
Methods in <Unnamed> that return DoubleListNode Modifier and Type Method Description DoubleListNode
DoubleListNode. getNext()
Get the next node.DoubleListNode
DoubleListNode. getPrev()
Get the previous node.Methods in <Unnamed> with parameters of type DoubleListNode Modifier and Type Method Description void
DoubleListNode. setNext(DoubleListNode next)
Set the next node.void
DoubleListNode. setPrev(DoubleListNode prev)
Set the previous node.Constructors in <Unnamed> with parameters of type DoubleListNode Constructor Description DoubleListNode(SolitaireCard card, DoubleListNode prev, DoubleListNode next)
Create a new node storing the specified card.
-