public interface LinkedListArray<T>
Modifier and Type | Method and Description |
---|---|
void |
clear()
Clear the array.
|
int |
getLength()
The number of non-null elements in the array returned by getNodes.
|
LinkedListNode<T>[] |
getNodes()
The LinkedListNode array as set by the last call to setNodes.
|
void |
setNodes(LinkedList<T> linkedList)
Set the LinkNode array from linkedList.
|
void setNodes(LinkedList<T> linkedList)
linkedList
- The list.LinkedListNode<T>[] getNodes()
int getLength()
void clear()
Copyright © 2014. All Rights Reserved.