Uses of Interface
com.koloboke.collect.map.ObjLongMap

Packages that use ObjLongMap
com.koloboke.collect.map Contains interfaces of Map specializations, their factories and cursors. 
com.koloboke.collect.map.hash Contains interfaces of Map specializations, based on hash tables, their factories and static factory methods. 
 

Uses of ObjLongMap in com.koloboke.collect.map
 

Methods in com.koloboke.collect.map that return ObjLongMap
<K2 extends K>
ObjLongMap<K2>
ObjLongMapFactory.newImmutableMap(Consumer<ObjLongConsumer<K2>> entriesSupplier)
          Constructs a new immutable map filled with mappings consumed by the callback within the given closure.
<K2 extends K>
ObjLongMap<K2>
ObjLongMapFactory.newImmutableMap(Consumer<ObjLongConsumer<K2>> entriesSupplier, int expectedSize)
          Constructs a new immutable map filled with mappings consumed by the callback within the given closure.
<K2 extends K>
ObjLongMap<K2>
ObjLongMapFactory.newImmutableMap(Iterable<? extends K2> keys, Iterable<Long> values)
          Constructs a new immutable map with the given mappings, i. e. pairs of elements from the keys and values iterables at the same iteration position.
<K2 extends K>
ObjLongMap<K2>
ObjLongMapFactory.newImmutableMap(Iterable<? extends K2> keys, Iterable<Long> values, int expectedSize)
          Constructs a new immutable map with the given mappings, i. e. pairs of elements from the keys and values iterables at the same iteration position.
<K2 extends K>
ObjLongMap<K2>
ObjLongMapFactory.newImmutableMap(K2[] keys, long[] values)
          Constructs a new immutable map with the given mappings, i. e. pairs of elements from the keys and values arrays at the same index.
<K2 extends K>
ObjLongMap<K2>
ObjLongMapFactory.newImmutableMap(K2[] keys, Long[] values)
          Constructs a new immutable map with the given mappings, i. e. pairs of elements from the keys and values arrays at the same index.
<K2 extends K>
ObjLongMap<K2>
ObjLongMapFactory.newImmutableMap(K2[] keys, long[] values, int expectedSize)
          Constructs a new immutable map with the given mappings, i. e. pairs of elements from the keys and values arrays at the same index.
<K2 extends K>
ObjLongMap<K2>
ObjLongMapFactory.newImmutableMap(K2[] keys, Long[] values, int expectedSize)
          Constructs a new immutable map with the given mappings, i. e. pairs of elements from the keys and values arrays at the same index.
<K2 extends K>
ObjLongMap<K2>
ObjLongMapFactory.newImmutableMap(Map<? extends K2,Long> map)
          Constructs a new immutable map with the same mappings as the specified map.
<K2 extends K>
ObjLongMap<K2>
ObjLongMapFactory.newImmutableMap(Map<? extends K2,Long> map, int expectedSize)
          Constructs a new immutable map with the same mappings as the specified map.
<K2 extends K>
ObjLongMap<K2>
ObjLongMapFactory.newImmutableMap(Map<? extends K2,Long> map1, Map<? extends K2,Long> map2)
          Constructs a new immutable map which merge the mappings of the specified maps.
<K2 extends K>
ObjLongMap<K2>
ObjLongMapFactory.newImmutableMap(Map<? extends K2,Long> map1, Map<? extends K2,Long> map2, int expectedSize)
          Constructs a new immutable map which merge the mappings of the specified maps.
<K2 extends K>
ObjLongMap<K2>
ObjLongMapFactory.newImmutableMap(Map<? extends K2,Long> map1, Map<? extends K2,Long> map2, Map<? extends K2,Long> map3)
          Constructs a new immutable map which merge the mappings of the specified maps.
<K2 extends K>
ObjLongMap<K2>
ObjLongMapFactory.newImmutableMap(Map<? extends K2,Long> map1, Map<? extends K2,Long> map2, Map<? extends K2,Long> map3, int expectedSize)
          Constructs a new immutable map which merge the mappings of the specified maps.
<K2 extends K>
ObjLongMap<K2>
ObjLongMapFactory.newImmutableMap(Map<? extends K2,Long> map1, Map<? extends K2,Long> map2, Map<? extends K2,Long> map3, Map<? extends K2,Long> map4)
          Constructs a new immutable map which merge the mappings of the specified maps.
<K2 extends K>
ObjLongMap<K2>
ObjLongMapFactory.newImmutableMap(Map<? extends K2,Long> map1, Map<? extends K2,Long> map2, Map<? extends K2,Long> map3, Map<? extends K2,Long> map4, int expectedSize)
          Constructs a new immutable map which merge the mappings of the specified maps.
<K2 extends K>
ObjLongMap<K2>
ObjLongMapFactory.newImmutableMap(Map<? extends K2,Long> map1, Map<? extends K2,Long> map2, Map<? extends K2,Long> map3, Map<? extends K2,Long> map4, Map<? extends K2,Long> map5)
          Constructs a new immutable map which merge the mappings of the specified maps.
<K2 extends K>
ObjLongMap<K2>
ObjLongMapFactory.newImmutableMap(Map<? extends K2,Long> map1, Map<? extends K2,Long> map2, Map<? extends K2,Long> map3, Map<? extends K2,Long> map4, Map<? extends K2,Long> map5, int expectedSize)
          Constructs a new immutable map which merge the mappings of the specified maps.
<K2 extends K>
ObjLongMap<K2>
ObjLongMapFactory.newImmutableMapOf(K2 k1, long v1)
          Constructs a new immutable map of the single specified mapping.
<K2 extends K>
ObjLongMap<K2>
ObjLongMapFactory.newImmutableMapOf(K2 k1, long v1, K2 k2, long v2)
          Constructs a new immutable map of the two specified mappings.
<K2 extends K>
ObjLongMap<K2>
ObjLongMapFactory.newImmutableMapOf(K2 k1, long v1, K2 k2, long v2, K2 k3, long v3)
          Constructs a new immutable map of the three specified mappings.
<K2 extends K>
ObjLongMap<K2>
ObjLongMapFactory.newImmutableMapOf(K2 k1, long v1, K2 k2, long v2, K2 k3, long v3, K2 k4, long v4)
          Constructs a new immutable map of the four specified mappings.
<K2 extends K>
ObjLongMap<K2>
ObjLongMapFactory.newImmutableMapOf(K2 k1, long v1, K2 k2, long v2, K2 k3, long v3, K2 k4, long v4, K2 k5, long v5)
          Constructs a new immutable map of the five specified mappings.
<K2 extends K>
ObjLongMap<K2>
ObjLongMapFactory.newMutableMap()
          Constructs a new empty mutable map of the default expected size.
<K2 extends K>
ObjLongMap<K2>
ObjLongMapFactory.newMutableMap(Consumer<ObjLongConsumer<K2>> entriesSupplier)
          Constructs a new mutable map filled with mappings consumed by the callback within the given closure.
<K2 extends K>
ObjLongMap<K2>
ObjLongMapFactory.newMutableMap(Consumer<ObjLongConsumer<K2>> entriesSupplier, int expectedSize)
          Constructs a new mutable map filled with mappings consumed by the callback within the given closure.
<K2 extends K>
ObjLongMap<K2>
ObjLongMapFactory.newMutableMap(int expectedSize)
          Constructs a new empty mutable map of the given expected size.
<K2 extends K>
ObjLongMap<K2>
ObjLongMapFactory.newMutableMap(Iterable<? extends K2> keys, Iterable<Long> values)
          Constructs a new mutable map with the given mappings, i. e. pairs of elements from the keys and values iterables at the same iteration position.
<K2 extends K>
ObjLongMap<K2>
ObjLongMapFactory.newMutableMap(Iterable<? extends K2> keys, Iterable<Long> values, int expectedSize)
          Constructs a new mutable map with the given mappings, i. e. pairs of elements from the keys and values iterables at the same iteration position.
<K2 extends K>
ObjLongMap<K2>
ObjLongMapFactory.newMutableMap(K2[] keys, long[] values)
          Constructs a new mutable map with the given mappings, i. e. pairs of elements from the keys and values arrays at the same index.
<K2 extends K>
ObjLongMap<K2>
ObjLongMapFactory.newMutableMap(K2[] keys, Long[] values)
          Constructs a new mutable map with the given mappings, i. e. pairs of elements from the keys and values arrays at the same index.
<K2 extends K>
ObjLongMap<K2>
ObjLongMapFactory.newMutableMap(K2[] keys, long[] values, int expectedSize)
          Constructs a new mutable map with the given mappings, i. e. pairs of elements from the keys and values arrays at the same index.
<K2 extends K>
ObjLongMap<K2>
ObjLongMapFactory.newMutableMap(K2[] keys, Long[] values, int expectedSize)
          Constructs a new mutable map with the given mappings, i. e. pairs of elements from the keys and values arrays at the same index.
<K2 extends K>
ObjLongMap<K2>
ObjLongMapFactory.newMutableMap(Map<? extends K2,Long> map)
          Constructs a new mutable map with the same mappings as the specified map.
<K2 extends K>
ObjLongMap<K2>
ObjLongMapFactory.newMutableMap(Map<? extends K2,Long> map, int expectedSize)
          Constructs a new mutable map with the same mappings as the specified map.
<K2 extends K>
ObjLongMap<K2>
ObjLongMapFactory.newMutableMap(Map<? extends K2,Long> map1, Map<? extends K2,Long> map2)
          Constructs a new mutable map which merge the mappings of the specified maps.
<K2 extends K>
ObjLongMap<K2>
ObjLongMapFactory.newMutableMap(Map<? extends K2,Long> map1, Map<? extends K2,Long> map2, int expectedSize)
          Constructs a new mutable map which merge the mappings of the specified maps.
<K2 extends K>
ObjLongMap<K2>
ObjLongMapFactory.newMutableMap(Map<? extends K2,Long> map1, Map<? extends K2,Long> map2, Map<? extends K2,Long> map3)
          Constructs a new mutable map which merge the mappings of the specified maps.
<K2 extends K>
ObjLongMap<K2>
ObjLongMapFactory.newMutableMap(Map<? extends K2,Long> map1, Map<? extends K2,Long> map2, Map<? extends K2,Long> map3, int expectedSize)
          Constructs a new mutable map which merge the mappings of the specified maps.
<K2 extends K>
ObjLongMap<K2>
ObjLongMapFactory.newMutableMap(Map<? extends K2,Long> map1, Map<? extends K2,Long> map2, Map<? extends K2,Long> map3, Map<? extends K2,Long> map4)
          Constructs a new mutable map which merge the mappings of the specified maps.
<K2 extends K>
ObjLongMap<K2>
ObjLongMapFactory.newMutableMap(Map<? extends K2,Long> map1, Map<? extends K2,Long> map2, Map<? extends K2,Long> map3, Map<? extends K2,Long> map4, int expectedSize)
          Constructs a new mutable map which merge the mappings of the specified maps.
<K2 extends K>
ObjLongMap<K2>
ObjLongMapFactory.newMutableMap(Map<? extends K2,Long> map1, Map<? extends K2,Long> map2, Map<? extends K2,Long> map3, Map<? extends K2,Long> map4, Map<? extends K2,Long> map5)
          Constructs a new mutable map which merge the mappings of the specified maps.
<K2 extends K>
ObjLongMap<K2>
ObjLongMapFactory.newMutableMap(Map<? extends K2,Long> map1, Map<? extends K2,Long> map2, Map<? extends K2,Long> map3, Map<? extends K2,Long> map4, Map<? extends K2,Long> map5, int expectedSize)
          Constructs a new mutable map which merge the mappings of the specified maps.
<K2 extends K>
ObjLongMap<K2>
ObjLongMapFactory.newMutableMapOf(K2 k1, long v1)
          Constructs a new mutable map of the single specified mapping.
<K2 extends K>
ObjLongMap<K2>
ObjLongMapFactory.newMutableMapOf(K2 k1, long v1, K2 k2, long v2)
          Constructs a new mutable map of the two specified mappings.
<K2 extends K>
ObjLongMap<K2>
ObjLongMapFactory.newMutableMapOf(K2 k1, long v1, K2 k2, long v2, K2 k3, long v3)
          Constructs a new mutable map of the three specified mappings.
<K2 extends K>
ObjLongMap<K2>
ObjLongMapFactory.newMutableMapOf(K2 k1, long v1, K2 k2, long v2, K2 k3, long v3, K2 k4, long v4)
          Constructs a new mutable map of the four specified mappings.
<K2 extends K>
ObjLongMap<K2>
ObjLongMapFactory.newMutableMapOf(K2 k1, long v1, K2 k2, long v2, K2 k3, long v3, K2 k4, long v4, K2 k5, long v5)
          Constructs a new mutable map of the five specified mappings.
<K2 extends K>
ObjLongMap<K2>
ObjLongMapFactory.newUpdatableMap()
          Constructs a new empty updatable map of the default expected size.
<K2 extends K>
ObjLongMap<K2>
ObjLongMapFactory.newUpdatableMap(Consumer<ObjLongConsumer<K2>> entriesSupplier)
          Constructs a new updatable map filled with mappings consumed by the callback within the given closure.
<K2 extends K>
ObjLongMap<K2>
ObjLongMapFactory.newUpdatableMap(Consumer<ObjLongConsumer<K2>> entriesSupplier, int expectedSize)
          Constructs a new updatable map filled with mappings consumed by the callback within the given closure.
<K2 extends K>
ObjLongMap<K2>
ObjLongMapFactory.newUpdatableMap(int expectedSize)
          Constructs a new empty updatable map of the given expected size.
<K2 extends K>
ObjLongMap<K2>
ObjLongMapFactory.newUpdatableMap(Iterable<? extends K2> keys, Iterable<Long> values)
          Constructs a new updatable map with the given mappings, i. e. pairs of elements from the keys and values iterables at the same iteration position.
<K2 extends K>
ObjLongMap<K2>
ObjLongMapFactory.newUpdatableMap(Iterable<? extends K2> keys, Iterable<Long> values, int expectedSize)
          Constructs a new updatable map with the given mappings, i. e. pairs of elements from the keys and values iterables at the same iteration position.
<K2 extends K>
ObjLongMap<K2>
ObjLongMapFactory.newUpdatableMap(K2[] keys, long[] values)
          Constructs a new updatable map with the given mappings, i. e. pairs of elements from the keys and values arrays at the same index.
<K2 extends K>
ObjLongMap<K2>
ObjLongMapFactory.newUpdatableMap(K2[] keys, Long[] values)
          Constructs a new updatable map with the given mappings, i. e. pairs of elements from the keys and values arrays at the same index.
<K2 extends K>
ObjLongMap<K2>
ObjLongMapFactory.newUpdatableMap(K2[] keys, long[] values, int expectedSize)
          Constructs a new updatable map with the given mappings, i. e. pairs of elements from the keys and values arrays at the same index.
<K2 extends K>
ObjLongMap<K2>
ObjLongMapFactory.newUpdatableMap(K2[] keys, Long[] values, int expectedSize)
          Constructs a new updatable map with the given mappings, i. e. pairs of elements from the keys and values arrays at the same index.
<K2 extends K>
ObjLongMap<K2>
ObjLongMapFactory.newUpdatableMap(Map<? extends K2,Long> map)
          Constructs a new updatable map with the same mappings as the specified map.
<K2 extends K>
ObjLongMap<K2>
ObjLongMapFactory.newUpdatableMap(Map<? extends K2,Long> map, int expectedSize)
          Constructs a new updatable map with the same mappings as the specified map.
<K2 extends K>
ObjLongMap<K2>
ObjLongMapFactory.newUpdatableMap(Map<? extends K2,Long> map1, Map<? extends K2,Long> map2)
          Constructs a new updatable map which merge the mappings of the specified maps.
<K2 extends K>
ObjLongMap<K2>
ObjLongMapFactory.newUpdatableMap(Map<? extends K2,Long> map1, Map<? extends K2,Long> map2, int expectedSize)
          Constructs a new updatable map which merge the mappings of the specified maps.
<K2 extends K>
ObjLongMap<K2>
ObjLongMapFactory.newUpdatableMap(Map<? extends K2,Long> map1, Map<? extends K2,Long> map2, Map<? extends K2,Long> map3)
          Constructs a new updatable map which merge the mappings of the specified maps.
<K2 extends K>
ObjLongMap<K2>
ObjLongMapFactory.newUpdatableMap(Map<? extends K2,Long> map1, Map<? extends K2,Long> map2, Map<? extends K2,Long> map3, int expectedSize)
          Constructs a new updatable map which merge the mappings of the specified maps.
<K2 extends K>
ObjLongMap<K2>
ObjLongMapFactory.newUpdatableMap(Map<? extends K2,Long> map1, Map<? extends K2,Long> map2, Map<? extends K2,Long> map3, Map<? extends K2,Long> map4)
          Constructs a new updatable map which merge the mappings of the specified maps.
<K2 extends K>
ObjLongMap<K2>
ObjLongMapFactory.newUpdatableMap(Map<? extends K2,Long> map1, Map<? extends K2,Long> map2, Map<? extends K2,Long> map3, Map<? extends K2,Long> map4, int expectedSize)
          Constructs a new updatable map which merge the mappings of the specified maps.
<K2 extends K>
ObjLongMap<K2>
ObjLongMapFactory.newUpdatableMap(Map<? extends K2,Long> map1, Map<? extends K2,Long> map2, Map<? extends K2,Long> map3, Map<? extends K2,Long> map4, Map<? extends K2,Long> map5)
          Constructs a new updatable map which merge the mappings of the specified maps.
<K2 extends K>
ObjLongMap<K2>
ObjLongMapFactory.newUpdatableMap(Map<? extends K2,Long> map1, Map<? extends K2,Long> map2, Map<? extends K2,Long> map3, Map<? extends K2,Long> map4, Map<? extends K2,Long> map5, int expectedSize)
          Constructs a new updatable map which merge the mappings of the specified maps.
<K2 extends K>
ObjLongMap<K2>
ObjLongMapFactory.newUpdatableMapOf(K2 k1, long v1)
          Constructs a new updatable map of the single specified mapping.
<K2 extends K>
ObjLongMap<K2>
ObjLongMapFactory.newUpdatableMapOf(K2 k1, long v1, K2 k2, long v2)
          Constructs a new updatable map of the two specified mappings.
<K2 extends K>
ObjLongMap<K2>
ObjLongMapFactory.newUpdatableMapOf(K2 k1, long v1, K2 k2, long v2, K2 k3, long v3)
          Constructs a new updatable map of the three specified mappings.
<K2 extends K>
ObjLongMap<K2>
ObjLongMapFactory.newUpdatableMapOf(K2 k1, long v1, K2 k2, long v2, K2 k3, long v3, K2 k4, long v4)
          Constructs a new updatable map of the four specified mappings.
<K2 extends K>
ObjLongMap<K2>
ObjLongMapFactory.newUpdatableMapOf(K2 k1, long v1, K2 k2, long v2, K2 k3, long v3, K2 k4, long v4, K2 k5, long v5)
          Constructs a new updatable map of the five specified mappings.
 

Uses of ObjLongMap in com.koloboke.collect.map.hash
 

Subinterfaces of ObjLongMap in com.koloboke.collect.map.hash
 interface HashObjLongMap<K>
          An interface for ObjLongMaps, based on hash tables.