Interface IVector<T extends @Nullable Object>

All Superinterfaces:
Iterable<T>
All Known Implementing Classes:
SimpleVector, SparseVector, TwoLevelVector

public interface IVector<T extends @Nullable Object> extends Iterable<T>
simple interface for a vector.

TODO: get rid of this and use java.util.collection.RandomAccess