protected static class SimpleLinkedListView.LLStructData extends StructureData<NodeData<SimpleLinkedListView.LLNodeLoc>>
Modifier | Constructor and Description |
---|---|
protected |
LLStructData() |
Modifier and Type | Method and Description |
---|---|
Iterator<NodeData<SimpleLinkedListView.LLNodeLoc>> |
getNodeIterator()
Gets an iterator over all of the nodes.
|
boolean |
sizeLimitExceeded()
Determines if the node size limit has been exceeded (so that the viewer
is not displaying all nodes).
|
addNode, getFieldsData, getFieldTargets, nodeToNodeData, rowDimension, setFieldsData
public Iterator<NodeData<SimpleLinkedListView.LLNodeLoc>> getNodeIterator()
getNodeIterator
in class StructureData<NodeData<SimpleLinkedListView.LLNodeLoc>>
public boolean sizeLimitExceeded()
sizeLimitExceeded
in class StructureData<NodeData<SimpleLinkedListView.LLNodeLoc>>