Modifier and Type | Interface and Description |
---|---|
public interface | ByteObjectMap<
the value type stored in the map. V>Interface for a primitive map that uses |
public interface | CharObjectMap<
the value type stored in the map. V>Interface for a primitive map that uses |
public interface | IntObjectMap<
the value type stored in the map. V>Interface for a primitive map that uses |
public interface | LongObjectMap<
the value type stored in the map. V>Interface for a primitive map that uses |
public interface | ShortObjectMap<
the value type stored in the map. V>Interface for a primitive map that uses |
Modifier and Type | Class and Description |
---|---|
public class | ByteCollections
Utilities for byte-based primitive collections. |
public class | ByteObjectHashMap<
The value type stored in the map. V>A hash map implementation of |
public class | CharCollections
Utilities for char-based primitive collections. |
public class | CharObjectHashMap<
The value type stored in the map. V>A hash map implementation of |
public class | IntCollections
Utilities for int-based primitive collections. |
public class | IntObjectHashMap<
The value type stored in the map. V>A hash map implementation of |
public class | LongCollections
Utilities for long-based primitive collections. |
public class | LongObjectHashMap<
The value type stored in the map. V>A hash map implementation of |
public class | ShortCollections
Utilities for short-based primitive collections. |
public class | ShortObjectHashMap<
The value type stored in the map. V>A hash map implementation of |