Package ints


package ints
  • Class
    Description
    /**
    Class IndexArray stores an array whose entries are elements of a bounded set of non-negative integers along with an upper bound.
    Interface IntArray represents an immutable int[] array.
    Class IntIntMap represents a map with integer keys and integer values.
    Class IntList represents a list of integers.
    Class PackedIntArray represents an immutable array of nonnegative integer values, which are stored in compressed form.
    Class SynchedIntList represents a list of integers.
    Class UnsignedByteIndexArray represents an immutable array of integer values between 0 and 255 inclusive that is stored as a byte[] array.
    Class WrappedIntArray represents an immutable int[] array.