net.openhft.collect.map
Interface ShortIntMapFactory

All Known Subinterfaces:
HashShortIntMapFactory

public interface ShortIntMapFactory

An immutable factory of ShortIntMaps.

See Also:
ShortIntMap

Method Summary
 int getDefaultValue()
           
 ShortIntMap newImmutableMap(Consumer<ShortIntConsumer> entriesSupplier)
           
 ShortIntMap newImmutableMap(Consumer<ShortIntConsumer> entriesSupplier, int expectedSize)
           
 ShortIntMap newImmutableMap(Iterable<Short> keys, Iterable<Integer> values)
           
 ShortIntMap newImmutableMap(Iterable<Short> keys, Iterable<Integer> values, int expectedSize)
           
 ShortIntMap newImmutableMap(Map<Short,Integer> map)
           
 ShortIntMap newImmutableMap(Map<Short,Integer> map1, Map<Short,Integer> map2)
           
 ShortIntMap newImmutableMap(Map<Short,Integer> map1, Map<Short,Integer> map2, int expectedSize)
           
 ShortIntMap newImmutableMap(Map<Short,Integer> map1, Map<Short,Integer> map2, Map<Short,Integer> map3)
           
 ShortIntMap newImmutableMap(Map<Short,Integer> map1, Map<Short,Integer> map2, Map<Short,Integer> map3, int expectedSize)
           
 ShortIntMap newImmutableMap(Map<Short,Integer> map1, Map<Short,Integer> map2, Map<Short,Integer> map3, Map<Short,Integer> map4)
           
 ShortIntMap newImmutableMap(Map<Short,Integer> map1, Map<Short,Integer> map2, Map<Short,Integer> map3, Map<Short,Integer> map4, int expectedSize)
           
 ShortIntMap newImmutableMap(Map<Short,Integer> map1, Map<Short,Integer> map2, Map<Short,Integer> map3, Map<Short,Integer> map4, Map<Short,Integer> map5)
           
 ShortIntMap newImmutableMap(Map<Short,Integer> map1, Map<Short,Integer> map2, Map<Short,Integer> map3, Map<Short,Integer> map4, Map<Short,Integer> map5, int expectedSize)
           
 ShortIntMap newImmutableMap(short[] keys, int[] values)
           
 ShortIntMap newImmutableMap(short[] keys, int[] values, int expectedSize)
           
 ShortIntMap newImmutableMap(Short[] keys, Integer[] values)
           
 ShortIntMap newImmutableMap(Short[] keys, Integer[] values, int expectedSize)
           
 ShortIntMap newImmutableMapOf(short k1, int v1)
           
 ShortIntMap newImmutableMapOf(short k1, int v1, short k2, int v2)
           
 ShortIntMap newImmutableMapOf(short k1, int v1, short k2, int v2, short k3, int v3)
           
 ShortIntMap newImmutableMapOf(short k1, int v1, short k2, int v2, short k3, int v3, short k4, int v4)
           
 ShortIntMap newImmutableMapOf(short k1, int v1, short k2, int v2, short k3, int v3, short k4, int v4, short k5, int v5)
           
 ShortIntMap newMutableMap()
           
 ShortIntMap newMutableMap(Consumer<ShortIntConsumer> entriesSupplier)
           
 ShortIntMap newMutableMap(Consumer<ShortIntConsumer> entriesSupplier, int expectedSize)
           
 ShortIntMap newMutableMap(int expectedSize)
           
 ShortIntMap newMutableMap(Iterable<Short> keys, Iterable<Integer> values)
           
 ShortIntMap newMutableMap(Iterable<Short> keys, Iterable<Integer> values, int expectedSize)
           
 ShortIntMap newMutableMap(Map<Short,Integer> map)
           
 ShortIntMap newMutableMap(Map<Short,Integer> map1, Map<Short,Integer> map2)
           
 ShortIntMap newMutableMap(Map<Short,Integer> map1, Map<Short,Integer> map2, int expectedSize)
           
 ShortIntMap newMutableMap(Map<Short,Integer> map1, Map<Short,Integer> map2, Map<Short,Integer> map3)
           
 ShortIntMap newMutableMap(Map<Short,Integer> map1, Map<Short,Integer> map2, Map<Short,Integer> map3, int expectedSize)
           
 ShortIntMap newMutableMap(Map<Short,Integer> map1, Map<Short,Integer> map2, Map<Short,Integer> map3, Map<Short,Integer> map4)
           
 ShortIntMap newMutableMap(Map<Short,Integer> map1, Map<Short,Integer> map2, Map<Short,Integer> map3, Map<Short,Integer> map4, int expectedSize)
           
 ShortIntMap newMutableMap(Map<Short,Integer> map1, Map<Short,Integer> map2, Map<Short,Integer> map3, Map<Short,Integer> map4, Map<Short,Integer> map5)
           
 ShortIntMap newMutableMap(Map<Short,Integer> map1, Map<Short,Integer> map2, Map<Short,Integer> map3, Map<Short,Integer> map4, Map<Short,Integer> map5, int expectedSize)
           
 ShortIntMap newMutableMap(short[] keys, int[] values)
           
 ShortIntMap newMutableMap(short[] keys, int[] values, int expectedSize)
           
 ShortIntMap newMutableMap(Short[] keys, Integer[] values)
           
 ShortIntMap newMutableMap(Short[] keys, Integer[] values, int expectedSize)
           
 ShortIntMap newMutableMapOf(short k1, int v1)
           
 ShortIntMap newMutableMapOf(short k1, int v1, short k2, int v2)
           
 ShortIntMap newMutableMapOf(short k1, int v1, short k2, int v2, short k3, int v3)
           
 ShortIntMap newMutableMapOf(short k1, int v1, short k2, int v2, short k3, int v3, short k4, int v4)
           
 ShortIntMap newMutableMapOf(short k1, int v1, short k2, int v2, short k3, int v3, short k4, int v4, short k5, int v5)
           
 ShortIntMap newUpdatableMap()
           
 ShortIntMap newUpdatableMap(Consumer<ShortIntConsumer> entriesSupplier)
           
 ShortIntMap newUpdatableMap(Consumer<ShortIntConsumer> entriesSupplier, int expectedSize)
           
 ShortIntMap newUpdatableMap(int expectedSize)
           
 ShortIntMap newUpdatableMap(Iterable<Short> keys, Iterable<Integer> values)
           
 ShortIntMap newUpdatableMap(Iterable<Short> keys, Iterable<Integer> values, int expectedSize)
           
 ShortIntMap newUpdatableMap(Map<Short,Integer> map)
           
 ShortIntMap newUpdatableMap(Map<Short,Integer> map1, Map<Short,Integer> map2)
           
 ShortIntMap newUpdatableMap(Map<Short,Integer> map1, Map<Short,Integer> map2, int expectedSize)
           
 ShortIntMap newUpdatableMap(Map<Short,Integer> map1, Map<Short,Integer> map2, Map<Short,Integer> map3)
           
 ShortIntMap newUpdatableMap(Map<Short,Integer> map1, Map<Short,Integer> map2, Map<Short,Integer> map3, int expectedSize)
           
 ShortIntMap newUpdatableMap(Map<Short,Integer> map1, Map<Short,Integer> map2, Map<Short,Integer> map3, Map<Short,Integer> map4)
           
 ShortIntMap newUpdatableMap(Map<Short,Integer> map1, Map<Short,Integer> map2, Map<Short,Integer> map3, Map<Short,Integer> map4, int expectedSize)
           
 ShortIntMap newUpdatableMap(Map<Short,Integer> map1, Map<Short,Integer> map2, Map<Short,Integer> map3, Map<Short,Integer> map4, Map<Short,Integer> map5)
           
 ShortIntMap newUpdatableMap(Map<Short,Integer> map1, Map<Short,Integer> map2, Map<Short,Integer> map3, Map<Short,Integer> map4, Map<Short,Integer> map5, int expectedSize)
           
 ShortIntMap newUpdatableMap(short[] keys, int[] values)
           
 ShortIntMap newUpdatableMap(short[] keys, int[] values, int expectedSize)
           
 ShortIntMap newUpdatableMap(Short[] keys, Integer[] values)
           
 ShortIntMap newUpdatableMap(Short[] keys, Integer[] values, int expectedSize)
           
 ShortIntMap newUpdatableMapOf(short k1, int v1)
           
 ShortIntMap newUpdatableMapOf(short k1, int v1, short k2, int v2)
           
 ShortIntMap newUpdatableMapOf(short k1, int v1, short k2, int v2, short k3, int v3)
           
 ShortIntMap newUpdatableMapOf(short k1, int v1, short k2, int v2, short k3, int v3, short k4, int v4)
           
 ShortIntMap newUpdatableMapOf(short k1, int v1, short k2, int v2, short k3, int v3, short k4, int v4, short k5, int v5)
           
 ShortIntMapFactory withDefaultValue(int defaultValue)
           
 

Method Detail

getDefaultValue

int getDefaultValue()

withDefaultValue

ShortIntMapFactory withDefaultValue(int defaultValue)
See Also:
ShortIntMap.defaultValue()

newMutableMap

ShortIntMap newMutableMap()

newMutableMap

ShortIntMap newMutableMap(int expectedSize)

newMutableMap

ShortIntMap newMutableMap(Map<Short,Integer> map1,
                          Map<Short,Integer> map2,
                          int expectedSize)

newMutableMap

ShortIntMap newMutableMap(Map<Short,Integer> map1,
                          Map<Short,Integer> map2,
                          Map<Short,Integer> map3,
                          int expectedSize)

newMutableMap

ShortIntMap newMutableMap(Map<Short,Integer> map1,
                          Map<Short,Integer> map2,
                          Map<Short,Integer> map3,
                          Map<Short,Integer> map4,
                          int expectedSize)

newMutableMap

ShortIntMap newMutableMap(Map<Short,Integer> map1,
                          Map<Short,Integer> map2,
                          Map<Short,Integer> map3,
                          Map<Short,Integer> map4,
                          Map<Short,Integer> map5,
                          int expectedSize)

newMutableMap

ShortIntMap newMutableMap(Map<Short,Integer> map)

newMutableMap

ShortIntMap newMutableMap(Map<Short,Integer> map1,
                          Map<Short,Integer> map2)

newMutableMap

ShortIntMap newMutableMap(Map<Short,Integer> map1,
                          Map<Short,Integer> map2,
                          Map<Short,Integer> map3)

newMutableMap

ShortIntMap newMutableMap(Map<Short,Integer> map1,
                          Map<Short,Integer> map2,
                          Map<Short,Integer> map3,
                          Map<Short,Integer> map4)

newMutableMap

ShortIntMap newMutableMap(Map<Short,Integer> map1,
                          Map<Short,Integer> map2,
                          Map<Short,Integer> map3,
                          Map<Short,Integer> map4,
                          Map<Short,Integer> map5)

newMutableMap

ShortIntMap newMutableMap(Consumer<ShortIntConsumer> entriesSupplier)

newMutableMap

ShortIntMap newMutableMap(Consumer<ShortIntConsumer> entriesSupplier,
                          int expectedSize)

newMutableMap

ShortIntMap newMutableMap(short[] keys,
                          int[] values)

newMutableMap

ShortIntMap newMutableMap(short[] keys,
                          int[] values,
                          int expectedSize)

newMutableMap

ShortIntMap newMutableMap(Short[] keys,
                          Integer[] values)

newMutableMap

ShortIntMap newMutableMap(Short[] keys,
                          Integer[] values,
                          int expectedSize)

newMutableMap

ShortIntMap newMutableMap(Iterable<Short> keys,
                          Iterable<Integer> values)

newMutableMap

ShortIntMap newMutableMap(Iterable<Short> keys,
                          Iterable<Integer> values,
                          int expectedSize)

newMutableMapOf

ShortIntMap newMutableMapOf(short k1,
                            int v1)

newMutableMapOf

ShortIntMap newMutableMapOf(short k1,
                            int v1,
                            short k2,
                            int v2)

newMutableMapOf

ShortIntMap newMutableMapOf(short k1,
                            int v1,
                            short k2,
                            int v2,
                            short k3,
                            int v3)

newMutableMapOf

ShortIntMap newMutableMapOf(short k1,
                            int v1,
                            short k2,
                            int v2,
                            short k3,
                            int v3,
                            short k4,
                            int v4)

newMutableMapOf

ShortIntMap newMutableMapOf(short k1,
                            int v1,
                            short k2,
                            int v2,
                            short k3,
                            int v3,
                            short k4,
                            int v4,
                            short k5,
                            int v5)

newUpdatableMap

ShortIntMap newUpdatableMap()

newUpdatableMap

ShortIntMap newUpdatableMap(int expectedSize)

newUpdatableMap

ShortIntMap newUpdatableMap(Map<Short,Integer> map1,
                            Map<Short,Integer> map2,
                            int expectedSize)

newUpdatableMap

ShortIntMap newUpdatableMap(Map<Short,Integer> map1,
                            Map<Short,Integer> map2,
                            Map<Short,Integer> map3,
                            int expectedSize)

newUpdatableMap

ShortIntMap newUpdatableMap(Map<Short,Integer> map1,
                            Map<Short,Integer> map2,
                            Map<Short,Integer> map3,
                            Map<Short,Integer> map4,
                            int expectedSize)

newUpdatableMap

ShortIntMap newUpdatableMap(Map<Short,Integer> map1,
                            Map<Short,Integer> map2,
                            Map<Short,Integer> map3,
                            Map<Short,Integer> map4,
                            Map<Short,Integer> map5,
                            int expectedSize)

newUpdatableMap

ShortIntMap newUpdatableMap(Map<Short,Integer> map)

newUpdatableMap

ShortIntMap newUpdatableMap(Map<Short,Integer> map1,
                            Map<Short,Integer> map2)

newUpdatableMap

ShortIntMap newUpdatableMap(Map<Short,Integer> map1,
                            Map<Short,Integer> map2,
                            Map<Short,Integer> map3)

newUpdatableMap

ShortIntMap newUpdatableMap(Map<Short,Integer> map1,
                            Map<Short,Integer> map2,
                            Map<Short,Integer> map3,
                            Map<Short,Integer> map4)

newUpdatableMap

ShortIntMap newUpdatableMap(Map<Short,Integer> map1,
                            Map<Short,Integer> map2,
                            Map<Short,Integer> map3,
                            Map<Short,Integer> map4,
                            Map<Short,Integer> map5)

newUpdatableMap

ShortIntMap newUpdatableMap(Consumer<ShortIntConsumer> entriesSupplier)

newUpdatableMap

ShortIntMap newUpdatableMap(Consumer<ShortIntConsumer> entriesSupplier,
                            int expectedSize)

newUpdatableMap

ShortIntMap newUpdatableMap(short[] keys,
                            int[] values)

newUpdatableMap

ShortIntMap newUpdatableMap(short[] keys,
                            int[] values,
                            int expectedSize)

newUpdatableMap

ShortIntMap newUpdatableMap(Short[] keys,
                            Integer[] values)

newUpdatableMap

ShortIntMap newUpdatableMap(Short[] keys,
                            Integer[] values,
                            int expectedSize)

newUpdatableMap

ShortIntMap newUpdatableMap(Iterable<Short> keys,
                            Iterable<Integer> values)

newUpdatableMap

ShortIntMap newUpdatableMap(Iterable<Short> keys,
                            Iterable<Integer> values,
                            int expectedSize)

newUpdatableMapOf

ShortIntMap newUpdatableMapOf(short k1,
                              int v1)

newUpdatableMapOf

ShortIntMap newUpdatableMapOf(short k1,
                              int v1,
                              short k2,
                              int v2)

newUpdatableMapOf

ShortIntMap newUpdatableMapOf(short k1,
                              int v1,
                              short k2,
                              int v2,
                              short k3,
                              int v3)

newUpdatableMapOf

ShortIntMap newUpdatableMapOf(short k1,
                              int v1,
                              short k2,
                              int v2,
                              short k3,
                              int v3,
                              short k4,
                              int v4)

newUpdatableMapOf

ShortIntMap newUpdatableMapOf(short k1,
                              int v1,
                              short k2,
                              int v2,
                              short k3,
                              int v3,
                              short k4,
                              int v4,
                              short k5,
                              int v5)

newImmutableMap

ShortIntMap newImmutableMap(Map<Short,Integer> map1,
                            Map<Short,Integer> map2,
                            int expectedSize)

newImmutableMap

ShortIntMap newImmutableMap(Map<Short,Integer> map1,
                            Map<Short,Integer> map2,
                            Map<Short,Integer> map3,
                            int expectedSize)

newImmutableMap

ShortIntMap newImmutableMap(Map<Short,Integer> map1,
                            Map<Short,Integer> map2,
                            Map<Short,Integer> map3,
                            Map<Short,Integer> map4,
                            int expectedSize)

newImmutableMap

ShortIntMap newImmutableMap(Map<Short,Integer> map1,
                            Map<Short,Integer> map2,
                            Map<Short,Integer> map3,
                            Map<Short,Integer> map4,
                            Map<Short,Integer> map5,
                            int expectedSize)

newImmutableMap

ShortIntMap newImmutableMap(Map<Short,Integer> map)

newImmutableMap

ShortIntMap newImmutableMap(Map<Short,Integer> map1,
                            Map<Short,Integer> map2)

newImmutableMap

ShortIntMap newImmutableMap(Map<Short,Integer> map1,
                            Map<Short,Integer> map2,
                            Map<Short,Integer> map3)

newImmutableMap

ShortIntMap newImmutableMap(Map<Short,Integer> map1,
                            Map<Short,Integer> map2,
                            Map<Short,Integer> map3,
                            Map<Short,Integer> map4)

newImmutableMap

ShortIntMap newImmutableMap(Map<Short,Integer> map1,
                            Map<Short,Integer> map2,
                            Map<Short,Integer> map3,
                            Map<Short,Integer> map4,
                            Map<Short,Integer> map5)

newImmutableMap

ShortIntMap newImmutableMap(Consumer<ShortIntConsumer> entriesSupplier)

newImmutableMap

ShortIntMap newImmutableMap(Consumer<ShortIntConsumer> entriesSupplier,
                            int expectedSize)

newImmutableMap

ShortIntMap newImmutableMap(short[] keys,
                            int[] values)

newImmutableMap

ShortIntMap newImmutableMap(short[] keys,
                            int[] values,
                            int expectedSize)

newImmutableMap

ShortIntMap newImmutableMap(Short[] keys,
                            Integer[] values)

newImmutableMap

ShortIntMap newImmutableMap(Short[] keys,
                            Integer[] values,
                            int expectedSize)

newImmutableMap

ShortIntMap newImmutableMap(Iterable<Short> keys,
                            Iterable<Integer> values)

newImmutableMap

ShortIntMap newImmutableMap(Iterable<Short> keys,
                            Iterable<Integer> values,
                            int expectedSize)

newImmutableMapOf

ShortIntMap newImmutableMapOf(short k1,
                              int v1)

newImmutableMapOf

ShortIntMap newImmutableMapOf(short k1,
                              int v1,
                              short k2,
                              int v2)

newImmutableMapOf

ShortIntMap newImmutableMapOf(short k1,
                              int v1,
                              short k2,
                              int v2,
                              short k3,
                              int v3)

newImmutableMapOf

ShortIntMap newImmutableMapOf(short k1,
                              int v1,
                              short k2,
                              int v2,
                              short k3,
                              int v3,
                              short k4,
                              int v4)

newImmutableMapOf

ShortIntMap newImmutableMapOf(short k1,
                              int v1,
                              short k2,
                              int v2,
                              short k3,
                              int v3,
                              short k4,
                              int v4,
                              short k5,
                              int v5)