Skip navigation links
A B C D E G I L N P Q R S T 

N

next() - Method in class bag.Node
Getter for next.
Node<T> - Class in bag
Node To be used when implementing Carrano Data structures with a singly linked list.
Node(T) - Constructor for class bag.Node
Node constructor which sets its data to be the provided dataPortion.
Node(T, Node<T>) - Constructor for class bag.Node
Node constructor which sets its data to be dataPortion and its following node to be nextNode.
A B C D E G I L N P Q R S T 
Skip navigation links