Package org.apache.ignite.internal.util.collection
-
Interface Summary Interface Description IntMap<V> The map for integer keys.IntMap.EntryConsumer<V,E extends Throwable> The bridge for consuming all entries of the map.IntSet -
Class Summary Class Description BitSetIntSet Set of Integers implementation based on BitSet.ImmutableIntSet IntHashMap<V> The simple map for primitive types base on Robin-hood hashing with backward shift.IntRWHashMap<V> Read-write lock wrapper forIntMap.