Package dsa.iface
Interface IPosition<T>
- All Known Implementing Classes:
AbstractBinaryTree.BTPosition
public interface IPosition<T>
Position ADT. A ``position'' is something that stores an element.
-
Method Summary
-
Method Details
-
element
T element()Get the element stored in this position.- Returns:
-