Interface IVector<T>

  • All Superinterfaces:
    java.lang.Iterable<T>
    All Known Implementing Classes:
    SimpleVector, SparseVector, TwoLevelVector

    public interface IVector<T>
    extends java.lang.Iterable<T>
    simple interface for a vector. TODO: get rid of this and use java.util.collection.RandomAccess
    • Method Detail

      • get

        T get​(int x)
      • performVerboseAction

        void performVerboseAction()
      • getMaxIndex

        int getMaxIndex()
        Returns:
        max i s.t get(i) != null