Class SparseLongIntVector


  • public class SparseLongIntVector
    extends Object
    an int vector implementation designed for low occupancy. Note that get() from this vector is a binary search.

    This should only be used for small sets ... insertion and deletion are linear in size of set.

    In this optimizations, the indices are longs.

    • Constructor Detail

      • SparseLongIntVector

        public SparseLongIntVector​(int defaultValue)