net.openhft.collect.map.hash
Class HashLongCharMaps

java.lang.Object
  extended by net.openhft.collect.map.hash.HashLongCharMaps

public final class HashLongCharMaps
extends Object

This class consists only of static factory methods to construct HashLongCharMaps, and the default HashLongCharMapFactory static provider (getDefaultFactory()).

See Also:
HashLongCharMap

Method Summary
static HashLongCharMapFactory getDefaultFactory()
           
static HashLongCharMap newImmutableMap(Consumer<LongCharConsumer> entriesSupplier)
           
static HashLongCharMap newImmutableMap(Consumer<LongCharConsumer> entriesSupplier, int expectedSize)
           
static HashLongCharMap newImmutableMap(Iterable<Long> keys, Iterable<Character> values)
           
static HashLongCharMap newImmutableMap(Iterable<Long> keys, Iterable<Character> values, int expectedSize)
           
static HashLongCharMap newImmutableMap(long[] keys, char[] values)
           
static HashLongCharMap newImmutableMap(long[] keys, char[] values, int expectedSize)
           
static HashLongCharMap newImmutableMap(Long[] keys, Character[] values)
           
static HashLongCharMap newImmutableMap(Long[] keys, Character[] values, int expectedSize)
           
static HashLongCharMap newImmutableMap(Map<Long,Character> map)
           
static HashLongCharMap newImmutableMap(Map<Long,Character> map1, Map<Long,Character> map2)
           
static HashLongCharMap newImmutableMap(Map<Long,Character> map1, Map<Long,Character> map2, int expectedSize)
           
static HashLongCharMap newImmutableMap(Map<Long,Character> map1, Map<Long,Character> map2, Map<Long,Character> map3)
           
static HashLongCharMap newImmutableMap(Map<Long,Character> map1, Map<Long,Character> map2, Map<Long,Character> map3, int expectedSize)
           
static HashLongCharMap newImmutableMap(Map<Long,Character> map1, Map<Long,Character> map2, Map<Long,Character> map3, Map<Long,Character> map4)
           
static HashLongCharMap newImmutableMap(Map<Long,Character> map1, Map<Long,Character> map2, Map<Long,Character> map3, Map<Long,Character> map4, int expectedSize)
           
static HashLongCharMap newImmutableMap(Map<Long,Character> map1, Map<Long,Character> map2, Map<Long,Character> map3, Map<Long,Character> map4, Map<Long,Character> map5)
           
static HashLongCharMap newImmutableMap(Map<Long,Character> map1, Map<Long,Character> map2, Map<Long,Character> map3, Map<Long,Character> map4, Map<Long,Character> map5, int expectedSize)
           
static HashLongCharMap newImmutableMapOf(long k1, char v1)
           
static HashLongCharMap newImmutableMapOf(long k1, char v1, long k2, char v2)
           
static HashLongCharMap newImmutableMapOf(long k1, char v1, long k2, char v2, long k3, char v3)
           
static HashLongCharMap newImmutableMapOf(long k1, char v1, long k2, char v2, long k3, char v3, long k4, char v4)
           
static HashLongCharMap newImmutableMapOf(long k1, char v1, long k2, char v2, long k3, char v3, long k4, char v4, long k5, char v5)
           
static HashLongCharMap newMutableMap()
           
static HashLongCharMap newMutableMap(Consumer<LongCharConsumer> entriesSupplier)
           
static HashLongCharMap newMutableMap(Consumer<LongCharConsumer> entriesSupplier, int expectedSize)
           
static HashLongCharMap newMutableMap(int expectedSize)
           
static HashLongCharMap newMutableMap(Iterable<Long> keys, Iterable<Character> values)
           
static HashLongCharMap newMutableMap(Iterable<Long> keys, Iterable<Character> values, int expectedSize)
           
static HashLongCharMap newMutableMap(long[] keys, char[] values)
           
static HashLongCharMap newMutableMap(long[] keys, char[] values, int expectedSize)
           
static HashLongCharMap newMutableMap(Long[] keys, Character[] values)
           
static HashLongCharMap newMutableMap(Long[] keys, Character[] values, int expectedSize)
           
static HashLongCharMap newMutableMap(Map<Long,Character> map)
           
static HashLongCharMap newMutableMap(Map<Long,Character> map1, Map<Long,Character> map2)
           
static HashLongCharMap newMutableMap(Map<Long,Character> map1, Map<Long,Character> map2, int expectedSize)
           
static HashLongCharMap newMutableMap(Map<Long,Character> map1, Map<Long,Character> map2, Map<Long,Character> map3)
           
static HashLongCharMap newMutableMap(Map<Long,Character> map1, Map<Long,Character> map2, Map<Long,Character> map3, int expectedSize)
           
static HashLongCharMap newMutableMap(Map<Long,Character> map1, Map<Long,Character> map2, Map<Long,Character> map3, Map<Long,Character> map4)
           
static HashLongCharMap newMutableMap(Map<Long,Character> map1, Map<Long,Character> map2, Map<Long,Character> map3, Map<Long,Character> map4, int expectedSize)
           
static HashLongCharMap newMutableMap(Map<Long,Character> map1, Map<Long,Character> map2, Map<Long,Character> map3, Map<Long,Character> map4, Map<Long,Character> map5)
           
static HashLongCharMap newMutableMap(Map<Long,Character> map1, Map<Long,Character> map2, Map<Long,Character> map3, Map<Long,Character> map4, Map<Long,Character> map5, int expectedSize)
           
static HashLongCharMap newMutableMapOf(long k1, char v1)
           
static HashLongCharMap newMutableMapOf(long k1, char v1, long k2, char v2)
           
static HashLongCharMap newMutableMapOf(long k1, char v1, long k2, char v2, long k3, char v3)
           
static HashLongCharMap newMutableMapOf(long k1, char v1, long k2, char v2, long k3, char v3, long k4, char v4)
           
static HashLongCharMap newMutableMapOf(long k1, char v1, long k2, char v2, long k3, char v3, long k4, char v4, long k5, char v5)
           
static HashLongCharMap newUpdatableMap(Consumer<LongCharConsumer> entriesSupplier)
           
static HashLongCharMap newUpdatableMap(Consumer<LongCharConsumer> entriesSupplier, int expectedSize)
           
static HashLongCharMap newUpdatableMap(Iterable<Long> keys, Iterable<Character> values)
           
static HashLongCharMap newUpdatableMap(Iterable<Long> keys, Iterable<Character> values, int expectedSize)
           
static HashLongCharMap newUpdatableMap(long[] keys, char[] values)
           
static HashLongCharMap newUpdatableMap(long[] keys, char[] values, int expectedSize)
           
static HashLongCharMap newUpdatableMap(Long[] keys, Character[] values)
           
static HashLongCharMap newUpdatableMap(Long[] keys, Character[] values, int expectedSize)
           
static HashLongCharMap newUpdatableMap(Map<Long,Character> map)
           
static HashLongCharMap newUpdatableMap(Map<Long,Character> map1, Map<Long,Character> map2)
           
static HashLongCharMap newUpdatableMap(Map<Long,Character> map1, Map<Long,Character> map2, int expectedSize)
           
static HashLongCharMap newUpdatableMap(Map<Long,Character> map1, Map<Long,Character> map2, Map<Long,Character> map3)
           
static HashLongCharMap newUpdatableMap(Map<Long,Character> map1, Map<Long,Character> map2, Map<Long,Character> map3, int expectedSize)
           
static HashLongCharMap newUpdatableMap(Map<Long,Character> map1, Map<Long,Character> map2, Map<Long,Character> map3, Map<Long,Character> map4)
           
static HashLongCharMap newUpdatableMap(Map<Long,Character> map1, Map<Long,Character> map2, Map<Long,Character> map3, Map<Long,Character> map4, int expectedSize)
           
static HashLongCharMap newUpdatableMap(Map<Long,Character> map1, Map<Long,Character> map2, Map<Long,Character> map3, Map<Long,Character> map4, Map<Long,Character> map5)
           
static HashLongCharMap newUpdatableMap(Map<Long,Character> map1, Map<Long,Character> map2, Map<Long,Character> map3, Map<Long,Character> map4, Map<Long,Character> map5, int expectedSize)
           
static HashLongCharMap newUpdatableMapOf(long k1, char v1)
           
static HashLongCharMap newUpdatableMapOf(long k1, char v1, long k2, char v2)
           
static HashLongCharMap newUpdatableMapOf(long k1, char v1, long k2, char v2, long k3, char v3)
           
static HashLongCharMap newUpdatableMapOf(long k1, char v1, long k2, char v2, long k3, char v3, long k4, char v4)
           
static HashLongCharMap newUpdatableMapOf(long k1, char v1, long k2, char v2, long k3, char v3, long k4, char v4, long k5, char v5)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getDefaultFactory

public static HashLongCharMapFactory getDefaultFactory()

newMutableMap

public static HashLongCharMap newMutableMap()

newMutableMap

public static HashLongCharMap newMutableMap(int expectedSize)

newMutableMap

public static HashLongCharMap newMutableMap(Map<Long,Character> map1,
                                            Map<Long,Character> map2,
                                            int expectedSize)

newMutableMap

public static HashLongCharMap newMutableMap(Map<Long,Character> map1,
                                            Map<Long,Character> map2,
                                            Map<Long,Character> map3,
                                            int expectedSize)

newMutableMap

public static HashLongCharMap newMutableMap(Map<Long,Character> map1,
                                            Map<Long,Character> map2,
                                            Map<Long,Character> map3,
                                            Map<Long,Character> map4,
                                            int expectedSize)

newMutableMap

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

newMutableMap

public static HashLongCharMap newMutableMap(Map<Long,Character> map)

newMutableMap

public static HashLongCharMap newMutableMap(Map<Long,Character> map1,
                                            Map<Long,Character> map2)

newMutableMap

public static HashLongCharMap newMutableMap(Map<Long,Character> map1,
                                            Map<Long,Character> map2,
                                            Map<Long,Character> map3)

newMutableMap

public static HashLongCharMap newMutableMap(Map<Long,Character> map1,
                                            Map<Long,Character> map2,
                                            Map<Long,Character> map3,
                                            Map<Long,Character> map4)

newMutableMap

public static HashLongCharMap newMutableMap(Map<Long,Character> map1,
                                            Map<Long,Character> map2,
                                            Map<Long,Character> map3,
                                            Map<Long,Character> map4,
                                            Map<Long,Character> map5)

newMutableMap

public static HashLongCharMap newMutableMap(Consumer<LongCharConsumer> entriesSupplier)

newMutableMap

public static HashLongCharMap newMutableMap(Consumer<LongCharConsumer> entriesSupplier,
                                            int expectedSize)

newMutableMap

public static HashLongCharMap newMutableMap(long[] keys,
                                            char[] values)

newMutableMap

public static HashLongCharMap newMutableMap(long[] keys,
                                            char[] values,
                                            int expectedSize)

newMutableMap

public static HashLongCharMap newMutableMap(Long[] keys,
                                            Character[] values)

newMutableMap

public static HashLongCharMap newMutableMap(Long[] keys,
                                            Character[] values,
                                            int expectedSize)

newMutableMap

public static HashLongCharMap newMutableMap(Iterable<Long> keys,
                                            Iterable<Character> values)

newMutableMap

public static HashLongCharMap newMutableMap(Iterable<Long> keys,
                                            Iterable<Character> values,
                                            int expectedSize)

newMutableMapOf

public static HashLongCharMap newMutableMapOf(long k1,
                                              char v1)

newMutableMapOf

public static HashLongCharMap newMutableMapOf(long k1,
                                              char v1,
                                              long k2,
                                              char v2)

newMutableMapOf

public static HashLongCharMap newMutableMapOf(long k1,
                                              char v1,
                                              long k2,
                                              char v2,
                                              long k3,
                                              char v3)

newMutableMapOf

public static HashLongCharMap newMutableMapOf(long k1,
                                              char v1,
                                              long k2,
                                              char v2,
                                              long k3,
                                              char v3,
                                              long k4,
                                              char v4)

newMutableMapOf

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

newUpdatableMap

public static HashLongCharMap newUpdatableMap(Map<Long,Character> map1,
                                              Map<Long,Character> map2,
                                              int expectedSize)

newUpdatableMap

public static HashLongCharMap newUpdatableMap(Map<Long,Character> map1,
                                              Map<Long,Character> map2,
                                              Map<Long,Character> map3,
                                              int expectedSize)

newUpdatableMap

public static HashLongCharMap newUpdatableMap(Map<Long,Character> map1,
                                              Map<Long,Character> map2,
                                              Map<Long,Character> map3,
                                              Map<Long,Character> map4,
                                              int expectedSize)

newUpdatableMap

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

newUpdatableMap

public static HashLongCharMap newUpdatableMap(Map<Long,Character> map)

newUpdatableMap

public static HashLongCharMap newUpdatableMap(Map<Long,Character> map1,
                                              Map<Long,Character> map2)

newUpdatableMap

public static HashLongCharMap newUpdatableMap(Map<Long,Character> map1,
                                              Map<Long,Character> map2,
                                              Map<Long,Character> map3)

newUpdatableMap

public static HashLongCharMap newUpdatableMap(Map<Long,Character> map1,
                                              Map<Long,Character> map2,
                                              Map<Long,Character> map3,
                                              Map<Long,Character> map4)

newUpdatableMap

public static HashLongCharMap newUpdatableMap(Map<Long,Character> map1,
                                              Map<Long,Character> map2,
                                              Map<Long,Character> map3,
                                              Map<Long,Character> map4,
                                              Map<Long,Character> map5)

newUpdatableMap

public static HashLongCharMap newUpdatableMap(Consumer<LongCharConsumer> entriesSupplier)

newUpdatableMap

public static HashLongCharMap newUpdatableMap(Consumer<LongCharConsumer> entriesSupplier,
                                              int expectedSize)

newUpdatableMap

public static HashLongCharMap newUpdatableMap(long[] keys,
                                              char[] values)

newUpdatableMap

public static HashLongCharMap newUpdatableMap(long[] keys,
                                              char[] values,
                                              int expectedSize)

newUpdatableMap

public static HashLongCharMap newUpdatableMap(Long[] keys,
                                              Character[] values)

newUpdatableMap

public static HashLongCharMap newUpdatableMap(Long[] keys,
                                              Character[] values,
                                              int expectedSize)

newUpdatableMap

public static HashLongCharMap newUpdatableMap(Iterable<Long> keys,
                                              Iterable<Character> values)

newUpdatableMap

public static HashLongCharMap newUpdatableMap(Iterable<Long> keys,
                                              Iterable<Character> values,
                                              int expectedSize)

newUpdatableMapOf

public static HashLongCharMap newUpdatableMapOf(long k1,
                                                char v1)

newUpdatableMapOf

public static HashLongCharMap newUpdatableMapOf(long k1,
                                                char v1,
                                                long k2,
                                                char v2)

newUpdatableMapOf

public static HashLongCharMap newUpdatableMapOf(long k1,
                                                char v1,
                                                long k2,
                                                char v2,
                                                long k3,
                                                char v3)

newUpdatableMapOf

public static HashLongCharMap newUpdatableMapOf(long k1,
                                                char v1,
                                                long k2,
                                                char v2,
                                                long k3,
                                                char v3,
                                                long k4,
                                                char v4)

newUpdatableMapOf

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

newImmutableMap

public static HashLongCharMap newImmutableMap(Map<Long,Character> map1,
                                              Map<Long,Character> map2,
                                              int expectedSize)

newImmutableMap

public static HashLongCharMap newImmutableMap(Map<Long,Character> map1,
                                              Map<Long,Character> map2,
                                              Map<Long,Character> map3,
                                              int expectedSize)

newImmutableMap

public static HashLongCharMap newImmutableMap(Map<Long,Character> map1,
                                              Map<Long,Character> map2,
                                              Map<Long,Character> map3,
                                              Map<Long,Character> map4,
                                              int expectedSize)

newImmutableMap

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

newImmutableMap

public static HashLongCharMap newImmutableMap(Map<Long,Character> map)

newImmutableMap

public static HashLongCharMap newImmutableMap(Map<Long,Character> map1,
                                              Map<Long,Character> map2)

newImmutableMap

public static HashLongCharMap newImmutableMap(Map<Long,Character> map1,
                                              Map<Long,Character> map2,
                                              Map<Long,Character> map3)

newImmutableMap

public static HashLongCharMap newImmutableMap(Map<Long,Character> map1,
                                              Map<Long,Character> map2,
                                              Map<Long,Character> map3,
                                              Map<Long,Character> map4)

newImmutableMap

public static HashLongCharMap newImmutableMap(Map<Long,Character> map1,
                                              Map<Long,Character> map2,
                                              Map<Long,Character> map3,
                                              Map<Long,Character> map4,
                                              Map<Long,Character> map5)

newImmutableMap

public static HashLongCharMap newImmutableMap(Consumer<LongCharConsumer> entriesSupplier)

newImmutableMap

public static HashLongCharMap newImmutableMap(Consumer<LongCharConsumer> entriesSupplier,
                                              int expectedSize)

newImmutableMap

public static HashLongCharMap newImmutableMap(long[] keys,
                                              char[] values)

newImmutableMap

public static HashLongCharMap newImmutableMap(long[] keys,
                                              char[] values,
                                              int expectedSize)

newImmutableMap

public static HashLongCharMap newImmutableMap(Long[] keys,
                                              Character[] values)

newImmutableMap

public static HashLongCharMap newImmutableMap(Long[] keys,
                                              Character[] values,
                                              int expectedSize)

newImmutableMap

public static HashLongCharMap newImmutableMap(Iterable<Long> keys,
                                              Iterable<Character> values)

newImmutableMap

public static HashLongCharMap newImmutableMap(Iterable<Long> keys,
                                              Iterable<Character> values,
                                              int expectedSize)

newImmutableMapOf

public static HashLongCharMap newImmutableMapOf(long k1,
                                                char v1)

newImmutableMapOf

public static HashLongCharMap newImmutableMapOf(long k1,
                                                char v1,
                                                long k2,
                                                char v2)

newImmutableMapOf

public static HashLongCharMap newImmutableMapOf(long k1,
                                                char v1,
                                                long k2,
                                                char v2,
                                                long k3,
                                                char v3)

newImmutableMapOf

public static HashLongCharMap newImmutableMapOf(long k1,
                                                char v1,
                                                long k2,
                                                char v2,
                                                long k3,
                                                char v3,
                                                long k4,
                                                char v4)

newImmutableMapOf

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