Package org.apache.commons.numbers.arrays
Array utilities.
-
Interface Summary Interface Description UpdatingInterval An interval that contains indices used for partitioning an array into multiple regions. -
Class Summary Class Description BitIndexUpdatingInterval AnUpdatingInterval
backed by a fixed size of bits.HashIndexSet An index set backed by a open-addressed hash table using linear hashing.IndexSupport Support for creatingUpdatingInterval
implementations and validating indices.KeyUpdatingInterval AnUpdatingInterval
backed by an array of ordered keys.MultidimensionalCounter Converter between unidimensional storage structure and multidimensional conceptual structure.QuickSelect Partition array data.Selection Select indices in array data.Sorting Support class for sorting arrays.SortInPlace.PairDoubleInteger Helper data structure holding a (double, integer) pair. -
Enum Summary Enum Description SortInPlace Sort an array and perform the same reordering of entries on other arrays.