JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
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:
BTNode
,
DNode
,
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
Overview
Package
Class
Use
Tree
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method