Package-level declarations
Types
Simplifies the implementation of iterators a bit. Modeled loosely after Google Guava's API.
BufferAllocationException forked from HPPC.
Forked from HPPC, holding int index and char value.
A hash set of chars, implemented using open addressing with linear probing for collision resolution.
A hash map of char to Object, implemented using open addressing with linear probing for collision resolution. Supports null values.
Forked from HPPC, holding int index and double value.
An array-backed list of float.
Forked from HPPC, holding int index and float value.
Constants for primitive maps.
An array-backed list of int.
A hash map of int to double, implemented using open addressing with linear probing for collision resolution.
A hash map of int to double, implemented using open addressing with linear probing for collision resolution.
A hash set of ints, implemented using open addressing with linear probing for collision resolution.
A hash map of int to int, implemented using open addressing with linear probing for collision resolution.
A hash map of int to double, implemented using open addressing with linear probing for collision resolution.
A hash map of int to Object, implemented using open addressing with linear probing for collision resolution. Supports null values.
An array-backed list of long.
Forked from HPPC, holding int index and long value.
A hash map of int to double, implemented using open addressing with linear probing for collision resolution.
A hash set of longs, implemented using open addressing with linear probing for collision resolution.
A hash map of long to int, implemented using open addressing with linear probing for collision resolution.
A hash map of long to Object, implemented using open addressing with linear probing for collision resolution. Supports null values.
Forked from HPPC, holding int index and Object value.