Uses of Class
org.eclipse.collections.impl.map.mutable.primitive.ObjectByteHashMap
Packages that use ObjectByteHashMap
Package
Description
This package contains implementations of the mutable primitive-primitive, primitive-object and object-primitive map interfaces.
-
Uses of ObjectByteHashMap in org.eclipse.collections.impl.map.mutable.primitive
Methods in org.eclipse.collections.impl.map.mutable.primitive that return ObjectByteHashMapModifier and TypeMethodDescriptionstatic <K> ObjectByteHashMap<K>ObjectByteHashMap.newMap()static <K> ObjectByteHashMap<K>ObjectByteHashMap.newWithKeysValues(K key1, byte value1) static <K> ObjectByteHashMap<K>ObjectByteHashMap.newWithKeysValues(K key1, byte value1, K key2, byte value2) static <K> ObjectByteHashMap<K>ObjectByteHashMap.newWithKeysValues(K key1, byte value1, K key2, byte value2, K key3, byte value3) static <K> ObjectByteHashMap<K>ObjectByteHashMap.newWithKeysValues(K key1, byte value1, K key2, byte value2, K key3, byte value3, K key4, byte value4) ObjectByteHashMap.reject(ObjectBytePredicate<? super K> predicate) ObjectByteHashMap.select(ObjectBytePredicate<? super K> predicate) ObjectByteHashMap.withKeysValues(K key1, byte value1, K key2, byte value2) ObjectByteHashMap.withKeysValues(K key1, byte value1, K key2, byte value2, K key3, byte value3) ObjectByteHashMap.withKeysValues(K key1, byte value1, K key2, byte value2, K key3, byte value3, K key4, byte value4) ObjectByteHashMap.withKeyValue(K key1, byte value1) ObjectByteHashMap.withoutAllKeys(Iterable<? extends K> keys) ObjectByteHashMap.withoutKey(K key)