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