net.openhft.collect.map
Interface ShortCharMapFactory

All Known Subinterfaces:
HashShortCharMapFactory

public interface ShortCharMapFactory

An immutable factory of ShortCharMaps.

See Also:
ShortCharMap

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

Method Detail

getDefaultValue

char getDefaultValue()

withDefaultValue

ShortCharMapFactory withDefaultValue(char defaultValue)
See Also:
ShortCharMap.defaultValue()

newMutableMap

ShortCharMap newMutableMap()

newMutableMap

ShortCharMap newMutableMap(int expectedSize)

newMutableMap

ShortCharMap newMutableMap(Map<Short,Character> map1,
                           Map<Short,Character> map2,
                           int expectedSize)

newMutableMap

ShortCharMap newMutableMap(Map<Short,Character> map1,
                           Map<Short,Character> map2,
                           Map<Short,Character> map3,
                           int expectedSize)

newMutableMap

ShortCharMap newMutableMap(Map<Short,Character> map1,
                           Map<Short,Character> map2,
                           Map<Short,Character> map3,
                           Map<Short,Character> map4,
                           int expectedSize)

newMutableMap

ShortCharMap newMutableMap(Map<Short,Character> map1,
                           Map<Short,Character> map2,
                           Map<Short,Character> map3,
                           Map<Short,Character> map4,
                           Map<Short,Character> map5,
                           int expectedSize)

newMutableMap

ShortCharMap newMutableMap(Map<Short,Character> map)

newMutableMap

ShortCharMap newMutableMap(Map<Short,Character> map1,
                           Map<Short,Character> map2)

newMutableMap

ShortCharMap newMutableMap(Map<Short,Character> map1,
                           Map<Short,Character> map2,
                           Map<Short,Character> map3)

newMutableMap

ShortCharMap newMutableMap(Map<Short,Character> map1,
                           Map<Short,Character> map2,
                           Map<Short,Character> map3,
                           Map<Short,Character> map4)

newMutableMap

ShortCharMap newMutableMap(Map<Short,Character> map1,
                           Map<Short,Character> map2,
                           Map<Short,Character> map3,
                           Map<Short,Character> map4,
                           Map<Short,Character> map5)

newMutableMap

ShortCharMap newMutableMap(Consumer<ShortCharConsumer> entriesSupplier)

newMutableMap

ShortCharMap newMutableMap(Consumer<ShortCharConsumer> entriesSupplier,
                           int expectedSize)

newMutableMap

ShortCharMap newMutableMap(short[] keys,
                           char[] values)

newMutableMap

ShortCharMap newMutableMap(short[] keys,
                           char[] values,
                           int expectedSize)

newMutableMap

ShortCharMap newMutableMap(Short[] keys,
                           Character[] values)

newMutableMap

ShortCharMap newMutableMap(Short[] keys,
                           Character[] values,
                           int expectedSize)

newMutableMap

ShortCharMap newMutableMap(Iterable<Short> keys,
                           Iterable<Character> values)

newMutableMap

ShortCharMap newMutableMap(Iterable<Short> keys,
                           Iterable<Character> values,
                           int expectedSize)

newMutableMapOf

ShortCharMap newMutableMapOf(short k1,
                             char v1)

newMutableMapOf

ShortCharMap newMutableMapOf(short k1,
                             char v1,
                             short k2,
                             char v2)

newMutableMapOf

ShortCharMap newMutableMapOf(short k1,
                             char v1,
                             short k2,
                             char v2,
                             short k3,
                             char v3)

newMutableMapOf

ShortCharMap newMutableMapOf(short k1,
                             char v1,
                             short k2,
                             char v2,
                             short k3,
                             char v3,
                             short k4,
                             char v4)

newMutableMapOf

ShortCharMap newMutableMapOf(short k1,
                             char v1,
                             short k2,
                             char v2,
                             short k3,
                             char v3,
                             short k4,
                             char v4,
                             short k5,
                             char v5)

newUpdatableMap

ShortCharMap newUpdatableMap()

newUpdatableMap

ShortCharMap newUpdatableMap(int expectedSize)

newUpdatableMap

ShortCharMap newUpdatableMap(Map<Short,Character> map1,
                             Map<Short,Character> map2,
                             int expectedSize)

newUpdatableMap

ShortCharMap newUpdatableMap(Map<Short,Character> map1,
                             Map<Short,Character> map2,
                             Map<Short,Character> map3,
                             int expectedSize)

newUpdatableMap

ShortCharMap newUpdatableMap(Map<Short,Character> map1,
                             Map<Short,Character> map2,
                             Map<Short,Character> map3,
                             Map<Short,Character> map4,
                             int expectedSize)

newUpdatableMap

ShortCharMap newUpdatableMap(Map<Short,Character> map1,
                             Map<Short,Character> map2,
                             Map<Short,Character> map3,
                             Map<Short,Character> map4,
                             Map<Short,Character> map5,
                             int expectedSize)

newUpdatableMap

ShortCharMap newUpdatableMap(Map<Short,Character> map)

newUpdatableMap

ShortCharMap newUpdatableMap(Map<Short,Character> map1,
                             Map<Short,Character> map2)

newUpdatableMap

ShortCharMap newUpdatableMap(Map<Short,Character> map1,
                             Map<Short,Character> map2,
                             Map<Short,Character> map3)

newUpdatableMap

ShortCharMap newUpdatableMap(Map<Short,Character> map1,
                             Map<Short,Character> map2,
                             Map<Short,Character> map3,
                             Map<Short,Character> map4)

newUpdatableMap

ShortCharMap newUpdatableMap(Map<Short,Character> map1,
                             Map<Short,Character> map2,
                             Map<Short,Character> map3,
                             Map<Short,Character> map4,
                             Map<Short,Character> map5)

newUpdatableMap

ShortCharMap newUpdatableMap(Consumer<ShortCharConsumer> entriesSupplier)

newUpdatableMap

ShortCharMap newUpdatableMap(Consumer<ShortCharConsumer> entriesSupplier,
                             int expectedSize)

newUpdatableMap

ShortCharMap newUpdatableMap(short[] keys,
                             char[] values)

newUpdatableMap

ShortCharMap newUpdatableMap(short[] keys,
                             char[] values,
                             int expectedSize)

newUpdatableMap

ShortCharMap newUpdatableMap(Short[] keys,
                             Character[] values)

newUpdatableMap

ShortCharMap newUpdatableMap(Short[] keys,
                             Character[] values,
                             int expectedSize)

newUpdatableMap

ShortCharMap newUpdatableMap(Iterable<Short> keys,
                             Iterable<Character> values)

newUpdatableMap

ShortCharMap newUpdatableMap(Iterable<Short> keys,
                             Iterable<Character> values,
                             int expectedSize)

newUpdatableMapOf

ShortCharMap newUpdatableMapOf(short k1,
                               char v1)

newUpdatableMapOf

ShortCharMap newUpdatableMapOf(short k1,
                               char v1,
                               short k2,
                               char v2)

newUpdatableMapOf

ShortCharMap newUpdatableMapOf(short k1,
                               char v1,
                               short k2,
                               char v2,
                               short k3,
                               char v3)

newUpdatableMapOf

ShortCharMap newUpdatableMapOf(short k1,
                               char v1,
                               short k2,
                               char v2,
                               short k3,
                               char v3,
                               short k4,
                               char v4)

newUpdatableMapOf

ShortCharMap newUpdatableMapOf(short k1,
                               char v1,
                               short k2,
                               char v2,
                               short k3,
                               char v3,
                               short k4,
                               char v4,
                               short k5,
                               char v5)

newImmutableMap

ShortCharMap newImmutableMap(Map<Short,Character> map1,
                             Map<Short,Character> map2,
                             int expectedSize)

newImmutableMap

ShortCharMap newImmutableMap(Map<Short,Character> map1,
                             Map<Short,Character> map2,
                             Map<Short,Character> map3,
                             int expectedSize)

newImmutableMap

ShortCharMap newImmutableMap(Map<Short,Character> map1,
                             Map<Short,Character> map2,
                             Map<Short,Character> map3,
                             Map<Short,Character> map4,
                             int expectedSize)

newImmutableMap

ShortCharMap newImmutableMap(Map<Short,Character> map1,
                             Map<Short,Character> map2,
                             Map<Short,Character> map3,
                             Map<Short,Character> map4,
                             Map<Short,Character> map5,
                             int expectedSize)

newImmutableMap

ShortCharMap newImmutableMap(Map<Short,Character> map)

newImmutableMap

ShortCharMap newImmutableMap(Map<Short,Character> map1,
                             Map<Short,Character> map2)

newImmutableMap

ShortCharMap newImmutableMap(Map<Short,Character> map1,
                             Map<Short,Character> map2,
                             Map<Short,Character> map3)

newImmutableMap

ShortCharMap newImmutableMap(Map<Short,Character> map1,
                             Map<Short,Character> map2,
                             Map<Short,Character> map3,
                             Map<Short,Character> map4)

newImmutableMap

ShortCharMap newImmutableMap(Map<Short,Character> map1,
                             Map<Short,Character> map2,
                             Map<Short,Character> map3,
                             Map<Short,Character> map4,
                             Map<Short,Character> map5)

newImmutableMap

ShortCharMap newImmutableMap(Consumer<ShortCharConsumer> entriesSupplier)

newImmutableMap

ShortCharMap newImmutableMap(Consumer<ShortCharConsumer> entriesSupplier,
                             int expectedSize)

newImmutableMap

ShortCharMap newImmutableMap(short[] keys,
                             char[] values)

newImmutableMap

ShortCharMap newImmutableMap(short[] keys,
                             char[] values,
                             int expectedSize)

newImmutableMap

ShortCharMap newImmutableMap(Short[] keys,
                             Character[] values)

newImmutableMap

ShortCharMap newImmutableMap(Short[] keys,
                             Character[] values,
                             int expectedSize)

newImmutableMap

ShortCharMap newImmutableMap(Iterable<Short> keys,
                             Iterable<Character> values)

newImmutableMap

ShortCharMap newImmutableMap(Iterable<Short> keys,
                             Iterable<Character> values,
                             int expectedSize)

newImmutableMapOf

ShortCharMap newImmutableMapOf(short k1,
                               char v1)

newImmutableMapOf

ShortCharMap newImmutableMapOf(short k1,
                               char v1,
                               short k2,
                               char v2)

newImmutableMapOf

ShortCharMap newImmutableMapOf(short k1,
                               char v1,
                               short k2,
                               char v2,
                               short k3,
                               char v3)

newImmutableMapOf

ShortCharMap newImmutableMapOf(short k1,
                               char v1,
                               short k2,
                               char v2,
                               short k3,
                               char v3,
                               short k4,
                               char v4)

newImmutableMapOf

ShortCharMap newImmutableMapOf(short k1,
                               char v1,
                               short k2,
                               char v2,
                               short k3,
                               char v3,
                               short k4,
                               char v4,
                               short k5,
                               char v5)