net.openhft.collect.map
Interface IntShortMapFactory

All Known Subinterfaces:
HashIntShortMapFactory

public interface IntShortMapFactory

An immutable factory of IntShortMaps.

See Also:
IntShortMap

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

Method Detail

getDefaultValue

short getDefaultValue()

withDefaultValue

IntShortMapFactory withDefaultValue(short defaultValue)
See Also:
IntShortMap.defaultValue()

newMutableMap

IntShortMap newMutableMap()

newMutableMap

IntShortMap newMutableMap(int expectedSize)

newMutableMap

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

newMutableMap

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

newMutableMap

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

newMutableMap

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

newMutableMap

IntShortMap newMutableMap(Map<Integer,Short> map)

newMutableMap

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

newMutableMap

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

newMutableMap

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

newMutableMap

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

newMutableMap

IntShortMap newMutableMap(Consumer<IntShortConsumer> entriesSupplier)

newMutableMap

IntShortMap newMutableMap(Consumer<IntShortConsumer> entriesSupplier,
                          int expectedSize)

newMutableMap

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

newMutableMap

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

newMutableMap

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

newMutableMap

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

newMutableMap

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

newMutableMap

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

newMutableMapOf

IntShortMap newMutableMapOf(int k1,
                            short v1)

newMutableMapOf

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

newMutableMapOf

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

newMutableMapOf

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

newMutableMapOf

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

newUpdatableMap

IntShortMap newUpdatableMap()

newUpdatableMap

IntShortMap newUpdatableMap(int expectedSize)

newUpdatableMap

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

newUpdatableMap

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

newUpdatableMap

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

newUpdatableMap

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

newUpdatableMap

IntShortMap newUpdatableMap(Map<Integer,Short> map)

newUpdatableMap

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

newUpdatableMap

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

newUpdatableMap

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

newUpdatableMap

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

newUpdatableMap

IntShortMap newUpdatableMap(Consumer<IntShortConsumer> entriesSupplier)

newUpdatableMap

IntShortMap newUpdatableMap(Consumer<IntShortConsumer> entriesSupplier,
                            int expectedSize)

newUpdatableMap

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

newUpdatableMap

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

newUpdatableMap

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

newUpdatableMap

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

newUpdatableMap

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

newUpdatableMap

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

newUpdatableMapOf

IntShortMap newUpdatableMapOf(int k1,
                              short v1)

newUpdatableMapOf

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

newUpdatableMapOf

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

newUpdatableMapOf

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

newUpdatableMapOf

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

newImmutableMap

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

newImmutableMap

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

newImmutableMap

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

newImmutableMap

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

newImmutableMap

IntShortMap newImmutableMap(Map<Integer,Short> map)

newImmutableMap

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

newImmutableMap

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

newImmutableMap

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

newImmutableMap

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

newImmutableMap

IntShortMap newImmutableMap(Consumer<IntShortConsumer> entriesSupplier)

newImmutableMap

IntShortMap newImmutableMap(Consumer<IntShortConsumer> entriesSupplier,
                            int expectedSize)

newImmutableMap

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

newImmutableMap

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

newImmutableMap

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

newImmutableMap

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

newImmutableMap

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

newImmutableMap

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

newImmutableMapOf

IntShortMap newImmutableMapOf(int k1,
                              short v1)

newImmutableMapOf

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

newImmutableMapOf

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

newImmutableMapOf

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

newImmutableMapOf

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