net.openhft.collect.map.hash
Class HashByteIntMaps
java.lang.Object
net.openhft.collect.map.hash.HashByteIntMaps
public final class HashByteIntMaps
- extends Object
This class consists only of static factory methods to construct HashByteIntMaps, and
the default HashByteIntMapFactory static provider (getDefaultFactory()).
- See Also:
HashByteIntMap
|
Method Summary |
static HashByteIntMapFactory |
getDefaultFactory()
|
static HashByteIntMap |
newImmutableMap(byte[] keys,
int[] values)
|
static HashByteIntMap |
newImmutableMap(byte[] keys,
int[] values,
int expectedSize)
|
static HashByteIntMap |
newImmutableMap(Byte[] keys,
Integer[] values)
|
static HashByteIntMap |
newImmutableMap(Byte[] keys,
Integer[] values,
int expectedSize)
|
static HashByteIntMap |
newImmutableMap(Consumer<ByteIntConsumer> entriesSupplier)
|
static HashByteIntMap |
newImmutableMap(Consumer<ByteIntConsumer> entriesSupplier,
int expectedSize)
|
static HashByteIntMap |
newImmutableMap(Iterable<Byte> keys,
Iterable<Integer> values)
|
static HashByteIntMap |
newImmutableMap(Iterable<Byte> keys,
Iterable<Integer> values,
int expectedSize)
|
static HashByteIntMap |
newImmutableMap(Map<Byte,Integer> map)
|
static HashByteIntMap |
newImmutableMap(Map<Byte,Integer> map1,
Map<Byte,Integer> map2)
|
static HashByteIntMap |
newImmutableMap(Map<Byte,Integer> map1,
Map<Byte,Integer> map2,
int expectedSize)
|
static HashByteIntMap |
newImmutableMap(Map<Byte,Integer> map1,
Map<Byte,Integer> map2,
Map<Byte,Integer> map3)
|
static HashByteIntMap |
newImmutableMap(Map<Byte,Integer> map1,
Map<Byte,Integer> map2,
Map<Byte,Integer> map3,
int expectedSize)
|
static HashByteIntMap |
newImmutableMap(Map<Byte,Integer> map1,
Map<Byte,Integer> map2,
Map<Byte,Integer> map3,
Map<Byte,Integer> map4)
|
static HashByteIntMap |
newImmutableMap(Map<Byte,Integer> map1,
Map<Byte,Integer> map2,
Map<Byte,Integer> map3,
Map<Byte,Integer> map4,
int expectedSize)
|
static HashByteIntMap |
newImmutableMap(Map<Byte,Integer> map1,
Map<Byte,Integer> map2,
Map<Byte,Integer> map3,
Map<Byte,Integer> map4,
Map<Byte,Integer> map5)
|
static HashByteIntMap |
newImmutableMap(Map<Byte,Integer> map1,
Map<Byte,Integer> map2,
Map<Byte,Integer> map3,
Map<Byte,Integer> map4,
Map<Byte,Integer> map5,
int expectedSize)
|
static HashByteIntMap |
newImmutableMapOf(byte k1,
int v1)
|
static HashByteIntMap |
newImmutableMapOf(byte k1,
int v1,
byte k2,
int v2)
|
static HashByteIntMap |
newImmutableMapOf(byte k1,
int v1,
byte k2,
int v2,
byte k3,
int v3)
|
static HashByteIntMap |
newImmutableMapOf(byte k1,
int v1,
byte k2,
int v2,
byte k3,
int v3,
byte k4,
int v4)
|
static HashByteIntMap |
newImmutableMapOf(byte k1,
int v1,
byte k2,
int v2,
byte k3,
int v3,
byte k4,
int v4,
byte k5,
int v5)
|
static HashByteIntMap |
newMutableMap()
|
static HashByteIntMap |
newMutableMap(byte[] keys,
int[] values)
|
static HashByteIntMap |
newMutableMap(byte[] keys,
int[] values,
int expectedSize)
|
static HashByteIntMap |
newMutableMap(Byte[] keys,
Integer[] values)
|
static HashByteIntMap |
newMutableMap(Byte[] keys,
Integer[] values,
int expectedSize)
|
static HashByteIntMap |
newMutableMap(Consumer<ByteIntConsumer> entriesSupplier)
|
static HashByteIntMap |
newMutableMap(Consumer<ByteIntConsumer> entriesSupplier,
int expectedSize)
|
static HashByteIntMap |
newMutableMap(int expectedSize)
|
static HashByteIntMap |
newMutableMap(Iterable<Byte> keys,
Iterable<Integer> values)
|
static HashByteIntMap |
newMutableMap(Iterable<Byte> keys,
Iterable<Integer> values,
int expectedSize)
|
static HashByteIntMap |
newMutableMap(Map<Byte,Integer> map)
|
static HashByteIntMap |
newMutableMap(Map<Byte,Integer> map1,
Map<Byte,Integer> map2)
|
static HashByteIntMap |
newMutableMap(Map<Byte,Integer> map1,
Map<Byte,Integer> map2,
int expectedSize)
|
static HashByteIntMap |
newMutableMap(Map<Byte,Integer> map1,
Map<Byte,Integer> map2,
Map<Byte,Integer> map3)
|
static HashByteIntMap |
newMutableMap(Map<Byte,Integer> map1,
Map<Byte,Integer> map2,
Map<Byte,Integer> map3,
int expectedSize)
|
static HashByteIntMap |
newMutableMap(Map<Byte,Integer> map1,
Map<Byte,Integer> map2,
Map<Byte,Integer> map3,
Map<Byte,Integer> map4)
|
static HashByteIntMap |
newMutableMap(Map<Byte,Integer> map1,
Map<Byte,Integer> map2,
Map<Byte,Integer> map3,
Map<Byte,Integer> map4,
int expectedSize)
|
static HashByteIntMap |
newMutableMap(Map<Byte,Integer> map1,
Map<Byte,Integer> map2,
Map<Byte,Integer> map3,
Map<Byte,Integer> map4,
Map<Byte,Integer> map5)
|
static HashByteIntMap |
newMutableMap(Map<Byte,Integer> map1,
Map<Byte,Integer> map2,
Map<Byte,Integer> map3,
Map<Byte,Integer> map4,
Map<Byte,Integer> map5,
int expectedSize)
|
static HashByteIntMap |
newMutableMapOf(byte k1,
int v1)
|
static HashByteIntMap |
newMutableMapOf(byte k1,
int v1,
byte k2,
int v2)
|
static HashByteIntMap |
newMutableMapOf(byte k1,
int v1,
byte k2,
int v2,
byte k3,
int v3)
|
static HashByteIntMap |
newMutableMapOf(byte k1,
int v1,
byte k2,
int v2,
byte k3,
int v3,
byte k4,
int v4)
|
static HashByteIntMap |
newMutableMapOf(byte k1,
int v1,
byte k2,
int v2,
byte k3,
int v3,
byte k4,
int v4,
byte k5,
int v5)
|
static HashByteIntMap |
newUpdatableMap(byte[] keys,
int[] values)
|
static HashByteIntMap |
newUpdatableMap(byte[] keys,
int[] values,
int expectedSize)
|
static HashByteIntMap |
newUpdatableMap(Byte[] keys,
Integer[] values)
|
static HashByteIntMap |
newUpdatableMap(Byte[] keys,
Integer[] values,
int expectedSize)
|
static HashByteIntMap |
newUpdatableMap(Consumer<ByteIntConsumer> entriesSupplier)
|
static HashByteIntMap |
newUpdatableMap(Consumer<ByteIntConsumer> entriesSupplier,
int expectedSize)
|
static HashByteIntMap |
newUpdatableMap(Iterable<Byte> keys,
Iterable<Integer> values)
|
static HashByteIntMap |
newUpdatableMap(Iterable<Byte> keys,
Iterable<Integer> values,
int expectedSize)
|
static HashByteIntMap |
newUpdatableMap(Map<Byte,Integer> map)
|
static HashByteIntMap |
newUpdatableMap(Map<Byte,Integer> map1,
Map<Byte,Integer> map2)
|
static HashByteIntMap |
newUpdatableMap(Map<Byte,Integer> map1,
Map<Byte,Integer> map2,
int expectedSize)
|
static HashByteIntMap |
newUpdatableMap(Map<Byte,Integer> map1,
Map<Byte,Integer> map2,
Map<Byte,Integer> map3)
|
static HashByteIntMap |
newUpdatableMap(Map<Byte,Integer> map1,
Map<Byte,Integer> map2,
Map<Byte,Integer> map3,
int expectedSize)
|
static HashByteIntMap |
newUpdatableMap(Map<Byte,Integer> map1,
Map<Byte,Integer> map2,
Map<Byte,Integer> map3,
Map<Byte,Integer> map4)
|
static HashByteIntMap |
newUpdatableMap(Map<Byte,Integer> map1,
Map<Byte,Integer> map2,
Map<Byte,Integer> map3,
Map<Byte,Integer> map4,
int expectedSize)
|
static HashByteIntMap |
newUpdatableMap(Map<Byte,Integer> map1,
Map<Byte,Integer> map2,
Map<Byte,Integer> map3,
Map<Byte,Integer> map4,
Map<Byte,Integer> map5)
|
static HashByteIntMap |
newUpdatableMap(Map<Byte,Integer> map1,
Map<Byte,Integer> map2,
Map<Byte,Integer> map3,
Map<Byte,Integer> map4,
Map<Byte,Integer> map5,
int expectedSize)
|
static HashByteIntMap |
newUpdatableMapOf(byte k1,
int v1)
|
static HashByteIntMap |
newUpdatableMapOf(byte k1,
int v1,
byte k2,
int v2)
|
static HashByteIntMap |
newUpdatableMapOf(byte k1,
int v1,
byte k2,
int v2,
byte k3,
int v3)
|
static HashByteIntMap |
newUpdatableMapOf(byte k1,
int v1,
byte k2,
int v2,
byte k3,
int v3,
byte k4,
int v4)
|
static HashByteIntMap |
newUpdatableMapOf(byte k1,
int v1,
byte k2,
int v2,
byte k3,
int v3,
byte k4,
int v4,
byte k5,
int v5)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
getDefaultFactory
public static HashByteIntMapFactory getDefaultFactory()
newMutableMap
public static HashByteIntMap newMutableMap()
newMutableMap
public static HashByteIntMap newMutableMap(int expectedSize)
newMutableMap
public static HashByteIntMap newMutableMap(Map<Byte,Integer> map1,
Map<Byte,Integer> map2,
int expectedSize)
newMutableMap
public static HashByteIntMap newMutableMap(Map<Byte,Integer> map1,
Map<Byte,Integer> map2,
Map<Byte,Integer> map3,
int expectedSize)
newMutableMap
public static HashByteIntMap newMutableMap(Map<Byte,Integer> map1,
Map<Byte,Integer> map2,
Map<Byte,Integer> map3,
Map<Byte,Integer> map4,
int expectedSize)
newMutableMap
public static HashByteIntMap newMutableMap(Map<Byte,Integer> map1,
Map<Byte,Integer> map2,
Map<Byte,Integer> map3,
Map<Byte,Integer> map4,
Map<Byte,Integer> map5,
int expectedSize)
newMutableMap
public static HashByteIntMap newMutableMap(Map<Byte,Integer> map)
newMutableMap
public static HashByteIntMap newMutableMap(Map<Byte,Integer> map1,
Map<Byte,Integer> map2)
newMutableMap
public static HashByteIntMap newMutableMap(Map<Byte,Integer> map1,
Map<Byte,Integer> map2,
Map<Byte,Integer> map3)
newMutableMap
public static HashByteIntMap newMutableMap(Map<Byte,Integer> map1,
Map<Byte,Integer> map2,
Map<Byte,Integer> map3,
Map<Byte,Integer> map4)
newMutableMap
public static HashByteIntMap newMutableMap(Map<Byte,Integer> map1,
Map<Byte,Integer> map2,
Map<Byte,Integer> map3,
Map<Byte,Integer> map4,
Map<Byte,Integer> map5)
newMutableMap
public static HashByteIntMap newMutableMap(Consumer<ByteIntConsumer> entriesSupplier)
newMutableMap
public static HashByteIntMap newMutableMap(Consumer<ByteIntConsumer> entriesSupplier,
int expectedSize)
newMutableMap
public static HashByteIntMap newMutableMap(byte[] keys,
int[] values)
newMutableMap
public static HashByteIntMap newMutableMap(byte[] keys,
int[] values,
int expectedSize)
newMutableMap
public static HashByteIntMap newMutableMap(Byte[] keys,
Integer[] values)
newMutableMap
public static HashByteIntMap newMutableMap(Byte[] keys,
Integer[] values,
int expectedSize)
newMutableMap
public static HashByteIntMap newMutableMap(Iterable<Byte> keys,
Iterable<Integer> values)
newMutableMap
public static HashByteIntMap newMutableMap(Iterable<Byte> keys,
Iterable<Integer> values,
int expectedSize)
newMutableMapOf
public static HashByteIntMap newMutableMapOf(byte k1,
int v1)
newMutableMapOf
public static HashByteIntMap newMutableMapOf(byte k1,
int v1,
byte k2,
int v2)
newMutableMapOf
public static HashByteIntMap newMutableMapOf(byte k1,
int v1,
byte k2,
int v2,
byte k3,
int v3)
newMutableMapOf
public static HashByteIntMap newMutableMapOf(byte k1,
int v1,
byte k2,
int v2,
byte k3,
int v3,
byte k4,
int v4)
newMutableMapOf
public static HashByteIntMap newMutableMapOf(byte k1,
int v1,
byte k2,
int v2,
byte k3,
int v3,
byte k4,
int v4,
byte k5,
int v5)
newUpdatableMap
public static HashByteIntMap newUpdatableMap(Map<Byte,Integer> map1,
Map<Byte,Integer> map2,
int expectedSize)
newUpdatableMap
public static HashByteIntMap newUpdatableMap(Map<Byte,Integer> map1,
Map<Byte,Integer> map2,
Map<Byte,Integer> map3,
int expectedSize)
newUpdatableMap
public static HashByteIntMap newUpdatableMap(Map<Byte,Integer> map1,
Map<Byte,Integer> map2,
Map<Byte,Integer> map3,
Map<Byte,Integer> map4,
int expectedSize)
newUpdatableMap
public static HashByteIntMap newUpdatableMap(Map<Byte,Integer> map1,
Map<Byte,Integer> map2,
Map<Byte,Integer> map3,
Map<Byte,Integer> map4,
Map<Byte,Integer> map5,
int expectedSize)
newUpdatableMap
public static HashByteIntMap newUpdatableMap(Map<Byte,Integer> map)
newUpdatableMap
public static HashByteIntMap newUpdatableMap(Map<Byte,Integer> map1,
Map<Byte,Integer> map2)
newUpdatableMap
public static HashByteIntMap newUpdatableMap(Map<Byte,Integer> map1,
Map<Byte,Integer> map2,
Map<Byte,Integer> map3)
newUpdatableMap
public static HashByteIntMap newUpdatableMap(Map<Byte,Integer> map1,
Map<Byte,Integer> map2,
Map<Byte,Integer> map3,
Map<Byte,Integer> map4)
newUpdatableMap
public static HashByteIntMap newUpdatableMap(Map<Byte,Integer> map1,
Map<Byte,Integer> map2,
Map<Byte,Integer> map3,
Map<Byte,Integer> map4,
Map<Byte,Integer> map5)
newUpdatableMap
public static HashByteIntMap newUpdatableMap(Consumer<ByteIntConsumer> entriesSupplier)
newUpdatableMap
public static HashByteIntMap newUpdatableMap(Consumer<ByteIntConsumer> entriesSupplier,
int expectedSize)
newUpdatableMap
public static HashByteIntMap newUpdatableMap(byte[] keys,
int[] values)
newUpdatableMap
public static HashByteIntMap newUpdatableMap(byte[] keys,
int[] values,
int expectedSize)
newUpdatableMap
public static HashByteIntMap newUpdatableMap(Byte[] keys,
Integer[] values)
newUpdatableMap
public static HashByteIntMap newUpdatableMap(Byte[] keys,
Integer[] values,
int expectedSize)
newUpdatableMap
public static HashByteIntMap newUpdatableMap(Iterable<Byte> keys,
Iterable<Integer> values)
newUpdatableMap
public static HashByteIntMap newUpdatableMap(Iterable<Byte> keys,
Iterable<Integer> values,
int expectedSize)
newUpdatableMapOf
public static HashByteIntMap newUpdatableMapOf(byte k1,
int v1)
newUpdatableMapOf
public static HashByteIntMap newUpdatableMapOf(byte k1,
int v1,
byte k2,
int v2)
newUpdatableMapOf
public static HashByteIntMap newUpdatableMapOf(byte k1,
int v1,
byte k2,
int v2,
byte k3,
int v3)
newUpdatableMapOf
public static HashByteIntMap newUpdatableMapOf(byte k1,
int v1,
byte k2,
int v2,
byte k3,
int v3,
byte k4,
int v4)
newUpdatableMapOf
public static HashByteIntMap newUpdatableMapOf(byte k1,
int v1,
byte k2,
int v2,
byte k3,
int v3,
byte k4,
int v4,
byte k5,
int v5)
newImmutableMap
public static HashByteIntMap newImmutableMap(Map<Byte,Integer> map1,
Map<Byte,Integer> map2,
int expectedSize)
newImmutableMap
public static HashByteIntMap newImmutableMap(Map<Byte,Integer> map1,
Map<Byte,Integer> map2,
Map<Byte,Integer> map3,
int expectedSize)
newImmutableMap
public static HashByteIntMap newImmutableMap(Map<Byte,Integer> map1,
Map<Byte,Integer> map2,
Map<Byte,Integer> map3,
Map<Byte,Integer> map4,
int expectedSize)
newImmutableMap
public static HashByteIntMap newImmutableMap(Map<Byte,Integer> map1,
Map<Byte,Integer> map2,
Map<Byte,Integer> map3,
Map<Byte,Integer> map4,
Map<Byte,Integer> map5,
int expectedSize)
newImmutableMap
public static HashByteIntMap newImmutableMap(Map<Byte,Integer> map)
newImmutableMap
public static HashByteIntMap newImmutableMap(Map<Byte,Integer> map1,
Map<Byte,Integer> map2)
newImmutableMap
public static HashByteIntMap newImmutableMap(Map<Byte,Integer> map1,
Map<Byte,Integer> map2,
Map<Byte,Integer> map3)
newImmutableMap
public static HashByteIntMap newImmutableMap(Map<Byte,Integer> map1,
Map<Byte,Integer> map2,
Map<Byte,Integer> map3,
Map<Byte,Integer> map4)
newImmutableMap
public static HashByteIntMap newImmutableMap(Map<Byte,Integer> map1,
Map<Byte,Integer> map2,
Map<Byte,Integer> map3,
Map<Byte,Integer> map4,
Map<Byte,Integer> map5)
newImmutableMap
public static HashByteIntMap newImmutableMap(Consumer<ByteIntConsumer> entriesSupplier)
newImmutableMap
public static HashByteIntMap newImmutableMap(Consumer<ByteIntConsumer> entriesSupplier,
int expectedSize)
newImmutableMap
public static HashByteIntMap newImmutableMap(byte[] keys,
int[] values)
newImmutableMap
public static HashByteIntMap newImmutableMap(byte[] keys,
int[] values,
int expectedSize)
newImmutableMap
public static HashByteIntMap newImmutableMap(Byte[] keys,
Integer[] values)
newImmutableMap
public static HashByteIntMap newImmutableMap(Byte[] keys,
Integer[] values,
int expectedSize)
newImmutableMap
public static HashByteIntMap newImmutableMap(Iterable<Byte> keys,
Iterable<Integer> values)
newImmutableMap
public static HashByteIntMap newImmutableMap(Iterable<Byte> keys,
Iterable<Integer> values,
int expectedSize)
newImmutableMapOf
public static HashByteIntMap newImmutableMapOf(byte k1,
int v1)
newImmutableMapOf
public static HashByteIntMap newImmutableMapOf(byte k1,
int v1,
byte k2,
int v2)
newImmutableMapOf
public static HashByteIntMap newImmutableMapOf(byte k1,
int v1,
byte k2,
int v2,
byte k3,
int v3)
newImmutableMapOf
public static HashByteIntMap newImmutableMapOf(byte k1,
int v1,
byte k2,
int v2,
byte k3,
int v3,
byte k4,
int v4)
newImmutableMapOf
public static HashByteIntMap newImmutableMapOf(byte k1,
int v1,
byte k2,
int v2,
byte k3,
int v3,
byte k4,
int v4,
byte k5,
int v5)