net.openhft.collect.map
Interface LongCharMapFactory

All Known Subinterfaces:
HashLongCharMapFactory

public interface LongCharMapFactory

An immutable factory of LongCharMaps.

See Also:
LongCharMap

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

Method Detail

getDefaultValue

char getDefaultValue()

withDefaultValue

LongCharMapFactory withDefaultValue(char defaultValue)
See Also:
LongCharMap.defaultValue()

newMutableMap

LongCharMap newMutableMap()

newMutableMap

LongCharMap newMutableMap(int expectedSize)

newMutableMap

LongCharMap newMutableMap(Map<Long,Character> map1,
                          Map<Long,Character> map2,
                          int expectedSize)

newMutableMap

LongCharMap newMutableMap(Map<Long,Character> map1,
                          Map<Long,Character> map2,
                          Map<Long,Character> map3,
                          int expectedSize)

newMutableMap

LongCharMap newMutableMap(Map<Long,Character> map1,
                          Map<Long,Character> map2,
                          Map<Long,Character> map3,
                          Map<Long,Character> map4,
                          int expectedSize)

newMutableMap

LongCharMap newMutableMap(Map<Long,Character> map1,
                          Map<Long,Character> map2,
                          Map<Long,Character> map3,
                          Map<Long,Character> map4,
                          Map<Long,Character> map5,
                          int expectedSize)

newMutableMap

LongCharMap newMutableMap(Map<Long,Character> map)

newMutableMap

LongCharMap newMutableMap(Map<Long,Character> map1,
                          Map<Long,Character> map2)

newMutableMap

LongCharMap newMutableMap(Map<Long,Character> map1,
                          Map<Long,Character> map2,
                          Map<Long,Character> map3)

newMutableMap

LongCharMap newMutableMap(Map<Long,Character> map1,
                          Map<Long,Character> map2,
                          Map<Long,Character> map3,
                          Map<Long,Character> map4)

newMutableMap

LongCharMap newMutableMap(Map<Long,Character> map1,
                          Map<Long,Character> map2,
                          Map<Long,Character> map3,
                          Map<Long,Character> map4,
                          Map<Long,Character> map5)

newMutableMap

LongCharMap newMutableMap(Consumer<LongCharConsumer> entriesSupplier)

newMutableMap

LongCharMap newMutableMap(Consumer<LongCharConsumer> entriesSupplier,
                          int expectedSize)

newMutableMap

LongCharMap newMutableMap(long[] keys,
                          char[] values)

newMutableMap

LongCharMap newMutableMap(long[] keys,
                          char[] values,
                          int expectedSize)

newMutableMap

LongCharMap newMutableMap(Long[] keys,
                          Character[] values)

newMutableMap

LongCharMap newMutableMap(Long[] keys,
                          Character[] values,
                          int expectedSize)

newMutableMap

LongCharMap newMutableMap(Iterable<Long> keys,
                          Iterable<Character> values)

newMutableMap

LongCharMap newMutableMap(Iterable<Long> keys,
                          Iterable<Character> values,
                          int expectedSize)

newMutableMapOf

LongCharMap newMutableMapOf(long k1,
                            char v1)

newMutableMapOf

LongCharMap newMutableMapOf(long k1,
                            char v1,
                            long k2,
                            char v2)

newMutableMapOf

LongCharMap newMutableMapOf(long k1,
                            char v1,
                            long k2,
                            char v2,
                            long k3,
                            char v3)

newMutableMapOf

LongCharMap newMutableMapOf(long k1,
                            char v1,
                            long k2,
                            char v2,
                            long k3,
                            char v3,
                            long k4,
                            char v4)

newMutableMapOf

LongCharMap newMutableMapOf(long k1,
                            char v1,
                            long k2,
                            char v2,
                            long k3,
                            char v3,
                            long k4,
                            char v4,
                            long k5,
                            char v5)

newUpdatableMap

LongCharMap newUpdatableMap()

newUpdatableMap

LongCharMap newUpdatableMap(int expectedSize)

newUpdatableMap

LongCharMap newUpdatableMap(Map<Long,Character> map1,
                            Map<Long,Character> map2,
                            int expectedSize)

newUpdatableMap

LongCharMap newUpdatableMap(Map<Long,Character> map1,
                            Map<Long,Character> map2,
                            Map<Long,Character> map3,
                            int expectedSize)

newUpdatableMap

LongCharMap newUpdatableMap(Map<Long,Character> map1,
                            Map<Long,Character> map2,
                            Map<Long,Character> map3,
                            Map<Long,Character> map4,
                            int expectedSize)

newUpdatableMap

LongCharMap newUpdatableMap(Map<Long,Character> map1,
                            Map<Long,Character> map2,
                            Map<Long,Character> map3,
                            Map<Long,Character> map4,
                            Map<Long,Character> map5,
                            int expectedSize)

newUpdatableMap

LongCharMap newUpdatableMap(Map<Long,Character> map)

newUpdatableMap

LongCharMap newUpdatableMap(Map<Long,Character> map1,
                            Map<Long,Character> map2)

newUpdatableMap

LongCharMap newUpdatableMap(Map<Long,Character> map1,
                            Map<Long,Character> map2,
                            Map<Long,Character> map3)

newUpdatableMap

LongCharMap newUpdatableMap(Map<Long,Character> map1,
                            Map<Long,Character> map2,
                            Map<Long,Character> map3,
                            Map<Long,Character> map4)

newUpdatableMap

LongCharMap newUpdatableMap(Map<Long,Character> map1,
                            Map<Long,Character> map2,
                            Map<Long,Character> map3,
                            Map<Long,Character> map4,
                            Map<Long,Character> map5)

newUpdatableMap

LongCharMap newUpdatableMap(Consumer<LongCharConsumer> entriesSupplier)

newUpdatableMap

LongCharMap newUpdatableMap(Consumer<LongCharConsumer> entriesSupplier,
                            int expectedSize)

newUpdatableMap

LongCharMap newUpdatableMap(long[] keys,
                            char[] values)

newUpdatableMap

LongCharMap newUpdatableMap(long[] keys,
                            char[] values,
                            int expectedSize)

newUpdatableMap

LongCharMap newUpdatableMap(Long[] keys,
                            Character[] values)

newUpdatableMap

LongCharMap newUpdatableMap(Long[] keys,
                            Character[] values,
                            int expectedSize)

newUpdatableMap

LongCharMap newUpdatableMap(Iterable<Long> keys,
                            Iterable<Character> values)

newUpdatableMap

LongCharMap newUpdatableMap(Iterable<Long> keys,
                            Iterable<Character> values,
                            int expectedSize)

newUpdatableMapOf

LongCharMap newUpdatableMapOf(long k1,
                              char v1)

newUpdatableMapOf

LongCharMap newUpdatableMapOf(long k1,
                              char v1,
                              long k2,
                              char v2)

newUpdatableMapOf

LongCharMap newUpdatableMapOf(long k1,
                              char v1,
                              long k2,
                              char v2,
                              long k3,
                              char v3)

newUpdatableMapOf

LongCharMap newUpdatableMapOf(long k1,
                              char v1,
                              long k2,
                              char v2,
                              long k3,
                              char v3,
                              long k4,
                              char v4)

newUpdatableMapOf

LongCharMap newUpdatableMapOf(long k1,
                              char v1,
                              long k2,
                              char v2,
                              long k3,
                              char v3,
                              long k4,
                              char v4,
                              long k5,
                              char v5)

newImmutableMap

LongCharMap newImmutableMap(Map<Long,Character> map1,
                            Map<Long,Character> map2,
                            int expectedSize)

newImmutableMap

LongCharMap newImmutableMap(Map<Long,Character> map1,
                            Map<Long,Character> map2,
                            Map<Long,Character> map3,
                            int expectedSize)

newImmutableMap

LongCharMap newImmutableMap(Map<Long,Character> map1,
                            Map<Long,Character> map2,
                            Map<Long,Character> map3,
                            Map<Long,Character> map4,
                            int expectedSize)

newImmutableMap

LongCharMap newImmutableMap(Map<Long,Character> map1,
                            Map<Long,Character> map2,
                            Map<Long,Character> map3,
                            Map<Long,Character> map4,
                            Map<Long,Character> map5,
                            int expectedSize)

newImmutableMap

LongCharMap newImmutableMap(Map<Long,Character> map)

newImmutableMap

LongCharMap newImmutableMap(Map<Long,Character> map1,
                            Map<Long,Character> map2)

newImmutableMap

LongCharMap newImmutableMap(Map<Long,Character> map1,
                            Map<Long,Character> map2,
                            Map<Long,Character> map3)

newImmutableMap

LongCharMap newImmutableMap(Map<Long,Character> map1,
                            Map<Long,Character> map2,
                            Map<Long,Character> map3,
                            Map<Long,Character> map4)

newImmutableMap

LongCharMap newImmutableMap(Map<Long,Character> map1,
                            Map<Long,Character> map2,
                            Map<Long,Character> map3,
                            Map<Long,Character> map4,
                            Map<Long,Character> map5)

newImmutableMap

LongCharMap newImmutableMap(Consumer<LongCharConsumer> entriesSupplier)

newImmutableMap

LongCharMap newImmutableMap(Consumer<LongCharConsumer> entriesSupplier,
                            int expectedSize)

newImmutableMap

LongCharMap newImmutableMap(long[] keys,
                            char[] values)

newImmutableMap

LongCharMap newImmutableMap(long[] keys,
                            char[] values,
                            int expectedSize)

newImmutableMap

LongCharMap newImmutableMap(Long[] keys,
                            Character[] values)

newImmutableMap

LongCharMap newImmutableMap(Long[] keys,
                            Character[] values,
                            int expectedSize)

newImmutableMap

LongCharMap newImmutableMap(Iterable<Long> keys,
                            Iterable<Character> values)

newImmutableMap

LongCharMap newImmutableMap(Iterable<Long> keys,
                            Iterable<Character> values,
                            int expectedSize)

newImmutableMapOf

LongCharMap newImmutableMapOf(long k1,
                              char v1)

newImmutableMapOf

LongCharMap newImmutableMapOf(long k1,
                              char v1,
                              long k2,
                              char v2)

newImmutableMapOf

LongCharMap newImmutableMapOf(long k1,
                              char v1,
                              long k2,
                              char v2,
                              long k3,
                              char v3)

newImmutableMapOf

LongCharMap newImmutableMapOf(long k1,
                              char v1,
                              long k2,
                              char v2,
                              long k3,
                              char v3,
                              long k4,
                              char v4)

newImmutableMapOf

LongCharMap newImmutableMapOf(long k1,
                              char v1,
                              long k2,
                              char v2,
                              long k3,
                              char v3,
                              long k4,
                              char v4,
                              long k5,
                              char v5)