net.openhft.collect.map
Interface ShortShortMapFactory
- All Known Subinterfaces:
- HashShortShortMapFactory
public interface ShortShortMapFactory
An immutable factory of ShortShortMaps.
- See Also:
ShortShortMap
|
Method Summary |
short |
getDefaultValue()
|
ShortShortMap |
newImmutableMap(Consumer<ShortShortConsumer> entriesSupplier)
|
ShortShortMap |
newImmutableMap(Consumer<ShortShortConsumer> entriesSupplier,
int expectedSize)
|
ShortShortMap |
newImmutableMap(Iterable<Short> keys,
Iterable<Short> values)
|
ShortShortMap |
newImmutableMap(Iterable<Short> keys,
Iterable<Short> values,
int expectedSize)
|
ShortShortMap |
newImmutableMap(Map<Short,Short> map)
|
ShortShortMap |
newImmutableMap(Map<Short,Short> map1,
Map<Short,Short> map2)
|
ShortShortMap |
newImmutableMap(Map<Short,Short> map1,
Map<Short,Short> map2,
int expectedSize)
|
ShortShortMap |
newImmutableMap(Map<Short,Short> map1,
Map<Short,Short> map2,
Map<Short,Short> map3)
|
ShortShortMap |
newImmutableMap(Map<Short,Short> map1,
Map<Short,Short> map2,
Map<Short,Short> map3,
int expectedSize)
|
ShortShortMap |
newImmutableMap(Map<Short,Short> map1,
Map<Short,Short> map2,
Map<Short,Short> map3,
Map<Short,Short> map4)
|
ShortShortMap |
newImmutableMap(Map<Short,Short> map1,
Map<Short,Short> map2,
Map<Short,Short> map3,
Map<Short,Short> map4,
int expectedSize)
|
ShortShortMap |
newImmutableMap(Map<Short,Short> map1,
Map<Short,Short> map2,
Map<Short,Short> map3,
Map<Short,Short> map4,
Map<Short,Short> map5)
|
ShortShortMap |
newImmutableMap(Map<Short,Short> map1,
Map<Short,Short> map2,
Map<Short,Short> map3,
Map<Short,Short> map4,
Map<Short,Short> map5,
int expectedSize)
|
ShortShortMap |
newImmutableMap(short[] keys,
short[] values)
|
ShortShortMap |
newImmutableMap(Short[] keys,
Short[] values)
|
ShortShortMap |
newImmutableMap(short[] keys,
short[] values,
int expectedSize)
|
ShortShortMap |
newImmutableMap(Short[] keys,
Short[] values,
int expectedSize)
|
ShortShortMap |
newImmutableMapOf(short k1,
short v1)
|
ShortShortMap |
newImmutableMapOf(short k1,
short v1,
short k2,
short v2)
|
ShortShortMap |
newImmutableMapOf(short k1,
short v1,
short k2,
short v2,
short k3,
short v3)
|
ShortShortMap |
newImmutableMapOf(short k1,
short v1,
short k2,
short v2,
short k3,
short v3,
short k4,
short v4)
|
ShortShortMap |
newImmutableMapOf(short k1,
short v1,
short k2,
short v2,
short k3,
short v3,
short k4,
short v4,
short k5,
short v5)
|
ShortShortMap |
newMutableMap()
|
ShortShortMap |
newMutableMap(Consumer<ShortShortConsumer> entriesSupplier)
|
ShortShortMap |
newMutableMap(Consumer<ShortShortConsumer> entriesSupplier,
int expectedSize)
|
ShortShortMap |
newMutableMap(int expectedSize)
|
ShortShortMap |
newMutableMap(Iterable<Short> keys,
Iterable<Short> values)
|
ShortShortMap |
newMutableMap(Iterable<Short> keys,
Iterable<Short> values,
int expectedSize)
|
ShortShortMap |
newMutableMap(Map<Short,Short> map)
|
ShortShortMap |
newMutableMap(Map<Short,Short> map1,
Map<Short,Short> map2)
|
ShortShortMap |
newMutableMap(Map<Short,Short> map1,
Map<Short,Short> map2,
int expectedSize)
|
ShortShortMap |
newMutableMap(Map<Short,Short> map1,
Map<Short,Short> map2,
Map<Short,Short> map3)
|
ShortShortMap |
newMutableMap(Map<Short,Short> map1,
Map<Short,Short> map2,
Map<Short,Short> map3,
int expectedSize)
|
ShortShortMap |
newMutableMap(Map<Short,Short> map1,
Map<Short,Short> map2,
Map<Short,Short> map3,
Map<Short,Short> map4)
|
ShortShortMap |
newMutableMap(Map<Short,Short> map1,
Map<Short,Short> map2,
Map<Short,Short> map3,
Map<Short,Short> map4,
int expectedSize)
|
ShortShortMap |
newMutableMap(Map<Short,Short> map1,
Map<Short,Short> map2,
Map<Short,Short> map3,
Map<Short,Short> map4,
Map<Short,Short> map5)
|
ShortShortMap |
newMutableMap(Map<Short,Short> map1,
Map<Short,Short> map2,
Map<Short,Short> map3,
Map<Short,Short> map4,
Map<Short,Short> map5,
int expectedSize)
|
ShortShortMap |
newMutableMap(short[] keys,
short[] values)
|
ShortShortMap |
newMutableMap(Short[] keys,
Short[] values)
|
ShortShortMap |
newMutableMap(short[] keys,
short[] values,
int expectedSize)
|
ShortShortMap |
newMutableMap(Short[] keys,
Short[] values,
int expectedSize)
|
ShortShortMap |
newMutableMapOf(short k1,
short v1)
|
ShortShortMap |
newMutableMapOf(short k1,
short v1,
short k2,
short v2)
|
ShortShortMap |
newMutableMapOf(short k1,
short v1,
short k2,
short v2,
short k3,
short v3)
|
ShortShortMap |
newMutableMapOf(short k1,
short v1,
short k2,
short v2,
short k3,
short v3,
short k4,
short v4)
|
ShortShortMap |
newMutableMapOf(short k1,
short v1,
short k2,
short v2,
short k3,
short v3,
short k4,
short v4,
short k5,
short v5)
|
ShortShortMap |
newUpdatableMap()
|
ShortShortMap |
newUpdatableMap(Consumer<ShortShortConsumer> entriesSupplier)
|
ShortShortMap |
newUpdatableMap(Consumer<ShortShortConsumer> entriesSupplier,
int expectedSize)
|
ShortShortMap |
newUpdatableMap(int expectedSize)
|
ShortShortMap |
newUpdatableMap(Iterable<Short> keys,
Iterable<Short> values)
|
ShortShortMap |
newUpdatableMap(Iterable<Short> keys,
Iterable<Short> values,
int expectedSize)
|
ShortShortMap |
newUpdatableMap(Map<Short,Short> map)
|
ShortShortMap |
newUpdatableMap(Map<Short,Short> map1,
Map<Short,Short> map2)
|
ShortShortMap |
newUpdatableMap(Map<Short,Short> map1,
Map<Short,Short> map2,
int expectedSize)
|
ShortShortMap |
newUpdatableMap(Map<Short,Short> map1,
Map<Short,Short> map2,
Map<Short,Short> map3)
|
ShortShortMap |
newUpdatableMap(Map<Short,Short> map1,
Map<Short,Short> map2,
Map<Short,Short> map3,
int expectedSize)
|
ShortShortMap |
newUpdatableMap(Map<Short,Short> map1,
Map<Short,Short> map2,
Map<Short,Short> map3,
Map<Short,Short> map4)
|
ShortShortMap |
newUpdatableMap(Map<Short,Short> map1,
Map<Short,Short> map2,
Map<Short,Short> map3,
Map<Short,Short> map4,
int expectedSize)
|
ShortShortMap |
newUpdatableMap(Map<Short,Short> map1,
Map<Short,Short> map2,
Map<Short,Short> map3,
Map<Short,Short> map4,
Map<Short,Short> map5)
|
ShortShortMap |
newUpdatableMap(Map<Short,Short> map1,
Map<Short,Short> map2,
Map<Short,Short> map3,
Map<Short,Short> map4,
Map<Short,Short> map5,
int expectedSize)
|
ShortShortMap |
newUpdatableMap(short[] keys,
short[] values)
|
ShortShortMap |
newUpdatableMap(Short[] keys,
Short[] values)
|
ShortShortMap |
newUpdatableMap(short[] keys,
short[] values,
int expectedSize)
|
ShortShortMap |
newUpdatableMap(Short[] keys,
Short[] values,
int expectedSize)
|
ShortShortMap |
newUpdatableMapOf(short k1,
short v1)
|
ShortShortMap |
newUpdatableMapOf(short k1,
short v1,
short k2,
short v2)
|
ShortShortMap |
newUpdatableMapOf(short k1,
short v1,
short k2,
short v2,
short k3,
short v3)
|
ShortShortMap |
newUpdatableMapOf(short k1,
short v1,
short k2,
short v2,
short k3,
short v3,
short k4,
short v4)
|
ShortShortMap |
newUpdatableMapOf(short k1,
short v1,
short k2,
short v2,
short k3,
short v3,
short k4,
short v4,
short k5,
short v5)
|
ShortShortMapFactory |
withDefaultValue(short defaultValue)
|
getDefaultValue
short getDefaultValue()
withDefaultValue
ShortShortMapFactory withDefaultValue(short defaultValue)
- See Also:
ShortShortMap.defaultValue()
newMutableMap
ShortShortMap newMutableMap()
newMutableMap
ShortShortMap newMutableMap(int expectedSize)
newMutableMap
ShortShortMap newMutableMap(Map<Short,Short> map1,
Map<Short,Short> map2,
int expectedSize)
newMutableMap
ShortShortMap newMutableMap(Map<Short,Short> map1,
Map<Short,Short> map2,
Map<Short,Short> map3,
int expectedSize)
newMutableMap
ShortShortMap newMutableMap(Map<Short,Short> map1,
Map<Short,Short> map2,
Map<Short,Short> map3,
Map<Short,Short> map4,
int expectedSize)
newMutableMap
ShortShortMap newMutableMap(Map<Short,Short> map1,
Map<Short,Short> map2,
Map<Short,Short> map3,
Map<Short,Short> map4,
Map<Short,Short> map5,
int expectedSize)
newMutableMap
ShortShortMap newMutableMap(Map<Short,Short> map)
newMutableMap
ShortShortMap newMutableMap(Map<Short,Short> map1,
Map<Short,Short> map2)
newMutableMap
ShortShortMap newMutableMap(Map<Short,Short> map1,
Map<Short,Short> map2,
Map<Short,Short> map3)
newMutableMap
ShortShortMap newMutableMap(Map<Short,Short> map1,
Map<Short,Short> map2,
Map<Short,Short> map3,
Map<Short,Short> map4)
newMutableMap
ShortShortMap newMutableMap(Map<Short,Short> map1,
Map<Short,Short> map2,
Map<Short,Short> map3,
Map<Short,Short> map4,
Map<Short,Short> map5)
newMutableMap
ShortShortMap newMutableMap(Consumer<ShortShortConsumer> entriesSupplier)
newMutableMap
ShortShortMap newMutableMap(Consumer<ShortShortConsumer> entriesSupplier,
int expectedSize)
newMutableMap
ShortShortMap newMutableMap(short[] keys,
short[] values)
newMutableMap
ShortShortMap newMutableMap(short[] keys,
short[] values,
int expectedSize)
newMutableMap
ShortShortMap newMutableMap(Short[] keys,
Short[] values)
newMutableMap
ShortShortMap newMutableMap(Short[] keys,
Short[] values,
int expectedSize)
newMutableMap
ShortShortMap newMutableMap(Iterable<Short> keys,
Iterable<Short> values)
newMutableMap
ShortShortMap newMutableMap(Iterable<Short> keys,
Iterable<Short> values,
int expectedSize)
newMutableMapOf
ShortShortMap newMutableMapOf(short k1,
short v1)
newMutableMapOf
ShortShortMap newMutableMapOf(short k1,
short v1,
short k2,
short v2)
newMutableMapOf
ShortShortMap newMutableMapOf(short k1,
short v1,
short k2,
short v2,
short k3,
short v3)
newMutableMapOf
ShortShortMap newMutableMapOf(short k1,
short v1,
short k2,
short v2,
short k3,
short v3,
short k4,
short v4)
newMutableMapOf
ShortShortMap newMutableMapOf(short k1,
short v1,
short k2,
short v2,
short k3,
short v3,
short k4,
short v4,
short k5,
short v5)
newUpdatableMap
ShortShortMap newUpdatableMap()
newUpdatableMap
ShortShortMap newUpdatableMap(int expectedSize)
newUpdatableMap
ShortShortMap newUpdatableMap(Map<Short,Short> map1,
Map<Short,Short> map2,
int expectedSize)
newUpdatableMap
ShortShortMap newUpdatableMap(Map<Short,Short> map1,
Map<Short,Short> map2,
Map<Short,Short> map3,
int expectedSize)
newUpdatableMap
ShortShortMap newUpdatableMap(Map<Short,Short> map1,
Map<Short,Short> map2,
Map<Short,Short> map3,
Map<Short,Short> map4,
int expectedSize)
newUpdatableMap
ShortShortMap newUpdatableMap(Map<Short,Short> map1,
Map<Short,Short> map2,
Map<Short,Short> map3,
Map<Short,Short> map4,
Map<Short,Short> map5,
int expectedSize)
newUpdatableMap
ShortShortMap newUpdatableMap(Map<Short,Short> map)
newUpdatableMap
ShortShortMap newUpdatableMap(Map<Short,Short> map1,
Map<Short,Short> map2)
newUpdatableMap
ShortShortMap newUpdatableMap(Map<Short,Short> map1,
Map<Short,Short> map2,
Map<Short,Short> map3)
newUpdatableMap
ShortShortMap newUpdatableMap(Map<Short,Short> map1,
Map<Short,Short> map2,
Map<Short,Short> map3,
Map<Short,Short> map4)
newUpdatableMap
ShortShortMap newUpdatableMap(Map<Short,Short> map1,
Map<Short,Short> map2,
Map<Short,Short> map3,
Map<Short,Short> map4,
Map<Short,Short> map5)
newUpdatableMap
ShortShortMap newUpdatableMap(Consumer<ShortShortConsumer> entriesSupplier)
newUpdatableMap
ShortShortMap newUpdatableMap(Consumer<ShortShortConsumer> entriesSupplier,
int expectedSize)
newUpdatableMap
ShortShortMap newUpdatableMap(short[] keys,
short[] values)
newUpdatableMap
ShortShortMap newUpdatableMap(short[] keys,
short[] values,
int expectedSize)
newUpdatableMap
ShortShortMap newUpdatableMap(Short[] keys,
Short[] values)
newUpdatableMap
ShortShortMap newUpdatableMap(Short[] keys,
Short[] values,
int expectedSize)
newUpdatableMap
ShortShortMap newUpdatableMap(Iterable<Short> keys,
Iterable<Short> values)
newUpdatableMap
ShortShortMap newUpdatableMap(Iterable<Short> keys,
Iterable<Short> values,
int expectedSize)
newUpdatableMapOf
ShortShortMap newUpdatableMapOf(short k1,
short v1)
newUpdatableMapOf
ShortShortMap newUpdatableMapOf(short k1,
short v1,
short k2,
short v2)
newUpdatableMapOf
ShortShortMap newUpdatableMapOf(short k1,
short v1,
short k2,
short v2,
short k3,
short v3)
newUpdatableMapOf
ShortShortMap newUpdatableMapOf(short k1,
short v1,
short k2,
short v2,
short k3,
short v3,
short k4,
short v4)
newUpdatableMapOf
ShortShortMap newUpdatableMapOf(short k1,
short v1,
short k2,
short v2,
short k3,
short v3,
short k4,
short v4,
short k5,
short v5)
newImmutableMap
ShortShortMap newImmutableMap(Map<Short,Short> map1,
Map<Short,Short> map2,
int expectedSize)
newImmutableMap
ShortShortMap newImmutableMap(Map<Short,Short> map1,
Map<Short,Short> map2,
Map<Short,Short> map3,
int expectedSize)
newImmutableMap
ShortShortMap newImmutableMap(Map<Short,Short> map1,
Map<Short,Short> map2,
Map<Short,Short> map3,
Map<Short,Short> map4,
int expectedSize)
newImmutableMap
ShortShortMap newImmutableMap(Map<Short,Short> map1,
Map<Short,Short> map2,
Map<Short,Short> map3,
Map<Short,Short> map4,
Map<Short,Short> map5,
int expectedSize)
newImmutableMap
ShortShortMap newImmutableMap(Map<Short,Short> map)
newImmutableMap
ShortShortMap newImmutableMap(Map<Short,Short> map1,
Map<Short,Short> map2)
newImmutableMap
ShortShortMap newImmutableMap(Map<Short,Short> map1,
Map<Short,Short> map2,
Map<Short,Short> map3)
newImmutableMap
ShortShortMap newImmutableMap(Map<Short,Short> map1,
Map<Short,Short> map2,
Map<Short,Short> map3,
Map<Short,Short> map4)
newImmutableMap
ShortShortMap newImmutableMap(Map<Short,Short> map1,
Map<Short,Short> map2,
Map<Short,Short> map3,
Map<Short,Short> map4,
Map<Short,Short> map5)
newImmutableMap
ShortShortMap newImmutableMap(Consumer<ShortShortConsumer> entriesSupplier)
newImmutableMap
ShortShortMap newImmutableMap(Consumer<ShortShortConsumer> entriesSupplier,
int expectedSize)
newImmutableMap
ShortShortMap newImmutableMap(short[] keys,
short[] values)
newImmutableMap
ShortShortMap newImmutableMap(short[] keys,
short[] values,
int expectedSize)
newImmutableMap
ShortShortMap newImmutableMap(Short[] keys,
Short[] values)
newImmutableMap
ShortShortMap newImmutableMap(Short[] keys,
Short[] values,
int expectedSize)
newImmutableMap
ShortShortMap newImmutableMap(Iterable<Short> keys,
Iterable<Short> values)
newImmutableMap
ShortShortMap newImmutableMap(Iterable<Short> keys,
Iterable<Short> values,
int expectedSize)
newImmutableMapOf
ShortShortMap newImmutableMapOf(short k1,
short v1)
newImmutableMapOf
ShortShortMap newImmutableMapOf(short k1,
short v1,
short k2,
short v2)
newImmutableMapOf
ShortShortMap newImmutableMapOf(short k1,
short v1,
short k2,
short v2,
short k3,
short v3)
newImmutableMapOf
ShortShortMap newImmutableMapOf(short k1,
short v1,
short k2,
short v2,
short k3,
short v3,
short k4,
short v4)
newImmutableMapOf
ShortShortMap newImmutableMapOf(short k1,
short v1,
short k2,
short v2,
short k3,
short v3,
short k4,
short v4,
short k5,
short v5)