Uses of Class
org.eclipse.collections.impl.map.mutable.primitive.ObjectByteHashMap
-
Packages that use ObjectByteHashMap Package Description org.eclipse.collections.impl.map.mutable.primitive 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 ObjectByteHashMap Modifier and Type Method Description static <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<K>ObjectByteHashMap. reject(ObjectBytePredicate<? super K> predicate)ObjectByteHashMap<K>ObjectByteHashMap. select(ObjectBytePredicate<? super K> predicate)ObjectByteHashMap<K>ObjectByteHashMap. withKeysValues(K key1, byte value1, K key2, byte value2)ObjectByteHashMap<K>ObjectByteHashMap. withKeysValues(K key1, byte value1, K key2, byte value2, K key3, byte value3)ObjectByteHashMap<K>ObjectByteHashMap. withKeysValues(K key1, byte value1, K key2, byte value2, K key3, byte value3, K key4, byte value4)ObjectByteHashMap<K>ObjectByteHashMap. withKeyValue(K key1, byte value1)ObjectByteHashMap<K>ObjectByteHashMap. withoutAllKeys(Iterable<? extends K> keys)ObjectByteHashMap<K>ObjectByteHashMap. withoutKey(K key)
-