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