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.

Author:
Roberto Tamassia, Michael Goodrich

Method Summary
 E element()
          Return the element stored at this position.
 

Method Detail

element

E element()
Return the element stored at this position.