net.openhft.collect.map
Interface LongIntMapFactory

All Known Subinterfaces:
HashLongIntMapFactory

public interface LongIntMapFactory

An immutable factory of LongIntMaps.

See Also:
LongIntMap

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

Method Detail

getDefaultValue

int getDefaultValue()

withDefaultValue

LongIntMapFactory withDefaultValue(int defaultValue)
See Also:
LongIntMap.defaultValue()

newMutableMap

LongIntMap newMutableMap()

newMutableMap

LongIntMap newMutableMap(int expectedSize)

newMutableMap

LongIntMap newMutableMap(Map<Long,Integer> map1,
                         Map<Long,Integer> map2,
                         int expectedSize)

newMutableMap

LongIntMap newMutableMap(Map<Long,Integer> map1,
                         Map<Long,Integer> map2,
                         Map<Long,Integer> map3,
                         int expectedSize)

newMutableMap

LongIntMap newMutableMap(Map<Long,Integer> map1,
                         Map<Long,Integer> map2,
                         Map<Long,Integer> map3,
                         Map<Long,Integer> map4,
                         int expectedSize)

newMutableMap

LongIntMap newMutableMap(Map<Long,Integer> map1,
                         Map<Long,Integer> map2,
                         Map<Long,Integer> map3,
                         Map<Long,Integer> map4,
                         Map<Long,Integer> map5,
                         int expectedSize)

newMutableMap

LongIntMap newMutableMap(Map<Long,Integer> map)

newMutableMap

LongIntMap newMutableMap(Map<Long,Integer> map1,
                         Map<Long,Integer> map2)

newMutableMap

LongIntMap newMutableMap(Map<Long,Integer> map1,
                         Map<Long,Integer> map2,
                         Map<Long,Integer> map3)

newMutableMap

LongIntMap newMutableMap(Map<Long,Integer> map1,
                         Map<Long,Integer> map2,
                         Map<Long,Integer> map3,
                         Map<Long,Integer> map4)

newMutableMap

LongIntMap newMutableMap(Map<Long,Integer> map1,
                         Map<Long,Integer> map2,
                         Map<Long,Integer> map3,
                         Map<Long,Integer> map4,
                         Map<Long,Integer> map5)

newMutableMap

LongIntMap newMutableMap(Consumer<LongIntConsumer> entriesSupplier)

newMutableMap

LongIntMap newMutableMap(Consumer<LongIntConsumer> entriesSupplier,
                         int expectedSize)

newMutableMap

LongIntMap newMutableMap(long[] keys,
                         int[] values)

newMutableMap

LongIntMap newMutableMap(long[] keys,
                         int[] values,
                         int expectedSize)

newMutableMap

LongIntMap newMutableMap(Long[] keys,
                         Integer[] values)

newMutableMap

LongIntMap newMutableMap(Long[] keys,
                         Integer[] values,
                         int expectedSize)

newMutableMap

LongIntMap newMutableMap(Iterable<Long> keys,
                         Iterable<Integer> values)

newMutableMap

LongIntMap newMutableMap(Iterable<Long> keys,
                         Iterable<Integer> values,
                         int expectedSize)

newMutableMapOf

LongIntMap newMutableMapOf(long k1,
                           int v1)

newMutableMapOf

LongIntMap newMutableMapOf(long k1,
                           int v1,
                           long k2,
                           int v2)

newMutableMapOf

LongIntMap newMutableMapOf(long k1,
                           int v1,
                           long k2,
                           int v2,
                           long k3,
                           int v3)

newMutableMapOf

LongIntMap newMutableMapOf(long k1,
                           int v1,
                           long k2,
                           int v2,
                           long k3,
                           int v3,
                           long k4,
                           int v4)

newMutableMapOf

LongIntMap newMutableMapOf(long k1,
                           int v1,
                           long k2,
                           int v2,
                           long k3,
                           int v3,
                           long k4,
                           int v4,
                           long k5,
                           int v5)

newUpdatableMap

LongIntMap newUpdatableMap()

newUpdatableMap

LongIntMap newUpdatableMap(int expectedSize)

newUpdatableMap

LongIntMap newUpdatableMap(Map<Long,Integer> map1,
                           Map<Long,Integer> map2,
                           int expectedSize)

newUpdatableMap

LongIntMap newUpdatableMap(Map<Long,Integer> map1,
                           Map<Long,Integer> map2,
                           Map<Long,Integer> map3,
                           int expectedSize)

newUpdatableMap

LongIntMap newUpdatableMap(Map<Long,Integer> map1,
                           Map<Long,Integer> map2,
                           Map<Long,Integer> map3,
                           Map<Long,Integer> map4,
                           int expectedSize)

newUpdatableMap

LongIntMap newUpdatableMap(Map<Long,Integer> map1,
                           Map<Long,Integer> map2,
                           Map<Long,Integer> map3,
                           Map<Long,Integer> map4,
                           Map<Long,Integer> map5,
                           int expectedSize)

newUpdatableMap

LongIntMap newUpdatableMap(Map<Long,Integer> map)

newUpdatableMap

LongIntMap newUpdatableMap(Map<Long,Integer> map1,
                           Map<Long,Integer> map2)

newUpdatableMap

LongIntMap newUpdatableMap(Map<Long,Integer> map1,
                           Map<Long,Integer> map2,
                           Map<Long,Integer> map3)

newUpdatableMap

LongIntMap newUpdatableMap(Map<Long,Integer> map1,
                           Map<Long,Integer> map2,
                           Map<Long,Integer> map3,
                           Map<Long,Integer> map4)

newUpdatableMap

LongIntMap newUpdatableMap(Map<Long,Integer> map1,
                           Map<Long,Integer> map2,
                           Map<Long,Integer> map3,
                           Map<Long,Integer> map4,
                           Map<Long,Integer> map5)

newUpdatableMap

LongIntMap newUpdatableMap(Consumer<LongIntConsumer> entriesSupplier)

newUpdatableMap

LongIntMap newUpdatableMap(Consumer<LongIntConsumer> entriesSupplier,
                           int expectedSize)

newUpdatableMap

LongIntMap newUpdatableMap(long[] keys,
                           int[] values)

newUpdatableMap

LongIntMap newUpdatableMap(long[] keys,
                           int[] values,
                           int expectedSize)

newUpdatableMap

LongIntMap newUpdatableMap(Long[] keys,
                           Integer[] values)

newUpdatableMap

LongIntMap newUpdatableMap(Long[] keys,
                           Integer[] values,
                           int expectedSize)

newUpdatableMap

LongIntMap newUpdatableMap(Iterable<Long> keys,
                           Iterable<Integer> values)

newUpdatableMap

LongIntMap newUpdatableMap(Iterable<Long> keys,
                           Iterable<Integer> values,
                           int expectedSize)

newUpdatableMapOf

LongIntMap newUpdatableMapOf(long k1,
                             int v1)

newUpdatableMapOf

LongIntMap newUpdatableMapOf(long k1,
                             int v1,
                             long k2,
                             int v2)

newUpdatableMapOf

LongIntMap newUpdatableMapOf(long k1,
                             int v1,
                             long k2,
                             int v2,
                             long k3,
                             int v3)

newUpdatableMapOf

LongIntMap newUpdatableMapOf(long k1,
                             int v1,
                             long k2,
                             int v2,
                             long k3,
                             int v3,
                             long k4,
                             int v4)

newUpdatableMapOf

LongIntMap newUpdatableMapOf(long k1,
                             int v1,
                             long k2,
                             int v2,
                             long k3,
                             int v3,
                             long k4,
                             int v4,
                             long k5,
                             int v5)

newImmutableMap

LongIntMap newImmutableMap(Map<Long,Integer> map1,
                           Map<Long,Integer> map2,
                           int expectedSize)

newImmutableMap

LongIntMap newImmutableMap(Map<Long,Integer> map1,
                           Map<Long,Integer> map2,
                           Map<Long,Integer> map3,
                           int expectedSize)

newImmutableMap

LongIntMap newImmutableMap(Map<Long,Integer> map1,
                           Map<Long,Integer> map2,
                           Map<Long,Integer> map3,
                           Map<Long,Integer> map4,
                           int expectedSize)

newImmutableMap

LongIntMap newImmutableMap(Map<Long,Integer> map1,
                           Map<Long,Integer> map2,
                           Map<Long,Integer> map3,
                           Map<Long,Integer> map4,
                           Map<Long,Integer> map5,
                           int expectedSize)

newImmutableMap

LongIntMap newImmutableMap(Map<Long,Integer> map)

newImmutableMap

LongIntMap newImmutableMap(Map<Long,Integer> map1,
                           Map<Long,Integer> map2)

newImmutableMap

LongIntMap newImmutableMap(Map<Long,Integer> map1,
                           Map<Long,Integer> map2,
                           Map<Long,Integer> map3)

newImmutableMap

LongIntMap newImmutableMap(Map<Long,Integer> map1,
                           Map<Long,Integer> map2,
                           Map<Long,Integer> map3,
                           Map<Long,Integer> map4)

newImmutableMap

LongIntMap newImmutableMap(Map<Long,Integer> map1,
                           Map<Long,Integer> map2,
                           Map<Long,Integer> map3,
                           Map<Long,Integer> map4,
                           Map<Long,Integer> map5)

newImmutableMap

LongIntMap newImmutableMap(Consumer<LongIntConsumer> entriesSupplier)

newImmutableMap

LongIntMap newImmutableMap(Consumer<LongIntConsumer> entriesSupplier,
                           int expectedSize)

newImmutableMap

LongIntMap newImmutableMap(long[] keys,
                           int[] values)

newImmutableMap

LongIntMap newImmutableMap(long[] keys,
                           int[] values,
                           int expectedSize)

newImmutableMap

LongIntMap newImmutableMap(Long[] keys,
                           Integer[] values)

newImmutableMap

LongIntMap newImmutableMap(Long[] keys,
                           Integer[] values,
                           int expectedSize)

newImmutableMap

LongIntMap newImmutableMap(Iterable<Long> keys,
                           Iterable<Integer> values)

newImmutableMap

LongIntMap newImmutableMap(Iterable<Long> keys,
                           Iterable<Integer> values,
                           int expectedSize)

newImmutableMapOf

LongIntMap newImmutableMapOf(long k1,
                             int v1)

newImmutableMapOf

LongIntMap newImmutableMapOf(long k1,
                             int v1,
                             long k2,
                             int v2)

newImmutableMapOf

LongIntMap newImmutableMapOf(long k1,
                             int v1,
                             long k2,
                             int v2,
                             long k3,
                             int v3)

newImmutableMapOf

LongIntMap newImmutableMapOf(long k1,
                             int v1,
                             long k2,
                             int v2,
                             long k3,
                             int v3,
                             long k4,
                             int v4)

newImmutableMapOf

LongIntMap newImmutableMapOf(long k1,
                             int v1,
                             long k2,
                             int v2,
                             long k3,
                             int v3,
                             long k4,
                             int v4,
                             long k5,
                             int v5)