Package ints
package ints
-
ClassDescription/**Class
IndexArraystores an array whose entries are elements of a bounded set of non-negative integers along with an upper bound.InterfaceIntArrayrepresents an immutableint[]array.ClassIntIntMaprepresents a map with integer keys and integer values.ClassIntListrepresents a list of integers.ClassPackedIntArrayrepresents an immutable array of nonnegative integer values, which are stored in compressed form.ClassSynchedIntListrepresents a list of integers.ClassUnsignedByteIndexArrayrepresents an immutable array of integer values between 0 and 255 inclusive that is stored as abyte[]array.ClassWrappedIntArrayrepresents an immutableint[]array.