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

    Modifier and Type
    Method
    Description
    Get the element stored in this position.
  • Method Details

    • element

      T element()
      Get the element stored in this position.
      Returns: