JavaScript is disabled on your browser.
Skip navigation links
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
net.datastructures
Interface Position<E>
All Known Subinterfaces:
BTPosition
<E>,
DecorablePosition
<E>,
Edge
<E>,
TreePosition
<E>,
Vertex
<E>
All Known Implementing Classes:
AdjacencyListGraph.MyEdge
,
AdjacencyListGraph.MyPosition
,
AdjacencyListGraph.MyVertex
,
ArrayListCompleteBinaryTree.BTPos
,
AVLTree.AVLNode
,
BTNode
,
DNode
,
RBTree.RBNode
,
TreeNode
public interface
Position<E>
An interface for a position, which is a holder object storing a single element.
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method and Description
E
element
()
Return the element stored at this position.
Method Detail
element
E
element()
Return the element stored at this position.
Skip navigation links
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method