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

Packages that use ShortObjMap
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 ShortObjMap in com.koloboke.collect.map
 

Methods in com.koloboke.collect.map that return ShortObjMap
<V2 extends V>
ShortObjMap<V2>
ShortObjMapFactory.newImmutableMap(Consumer<ShortObjConsumer<V2>> entriesSupplier)
          Constructs a new immutable map filled with mappings consumed by the callback within the given closure.
<V2 extends V>
ShortObjMap<V2>
ShortObjMapFactory.newImmutableMap(Consumer<ShortObjConsumer<V2>> entriesSupplier, int expectedSize)
          Constructs a new immutable map filled with mappings consumed by the callback within the given closure.
<V2 extends V>
ShortObjMap<V2>
ShortObjMapFactory.newImmutableMap(Iterable<Short> keys, Iterable<? extends V2> 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.
<V2 extends V>
ShortObjMap<V2>
ShortObjMapFactory.newImmutableMap(Iterable<Short> keys, Iterable<? extends V2> 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.
<V2 extends V>
ShortObjMap<V2>
ShortObjMapFactory.newImmutableMap(Map<Short,? extends V2> map)
          Constructs a new immutable map with the same mappings as the specified map.
<V2 extends V>
ShortObjMap<V2>
ShortObjMapFactory.newImmutableMap(Map<Short,? extends V2> map1, Map<Short,? extends V2> map2)
          Constructs a new immutable map which merge the mappings of the specified maps.
<V2 extends V>
ShortObjMap<V2>
ShortObjMapFactory.newImmutableMap(Map<Short,? extends V2> map1, Map<Short,? extends V2> map2, int expectedSize)
          Constructs a new immutable map which merge the mappings of the specified maps.
<V2 extends V>
ShortObjMap<V2>
ShortObjMapFactory.newImmutableMap(Map<Short,? extends V2> map1, Map<Short,? extends V2> map2, Map<Short,? extends V2> map3)
          Constructs a new immutable map which merge the mappings of the specified maps.
<V2 extends V>
ShortObjMap<V2>
ShortObjMapFactory.newImmutableMap(Map<Short,? extends V2> map1, Map<Short,? extends V2> map2, Map<Short,? extends V2> map3, int expectedSize)
          Constructs a new immutable map which merge the mappings of the specified maps.
<V2 extends V>
ShortObjMap<V2>
ShortObjMapFactory.newImmutableMap(Map<Short,? extends V2> map1, Map<Short,? extends V2> map2, Map<Short,? extends V2> map3, Map<Short,? extends V2> map4)
          Constructs a new immutable map which merge the mappings of the specified maps.
<V2 extends V>
ShortObjMap<V2>
ShortObjMapFactory.newImmutableMap(Map<Short,? extends V2> map1, Map<Short,? extends V2> map2, Map<Short,? extends V2> map3, Map<Short,? extends V2> map4, int expectedSize)
          Constructs a new immutable map which merge the mappings of the specified maps.
<V2 extends V>
ShortObjMap<V2>
ShortObjMapFactory.newImmutableMap(Map<Short,? extends V2> map1, Map<Short,? extends V2> map2, Map<Short,? extends V2> map3, Map<Short,? extends V2> map4, Map<Short,? extends V2> map5)
          Constructs a new immutable map which merge the mappings of the specified maps.
<V2 extends V>
ShortObjMap<V2>
ShortObjMapFactory.newImmutableMap(Map<Short,? extends V2> map1, Map<Short,? extends V2> map2, Map<Short,? extends V2> map3, Map<Short,? extends V2> map4, Map<Short,? extends V2> map5, int expectedSize)
          Constructs a new immutable map which merge the mappings of the specified maps.
<V2 extends V>
ShortObjMap<V2>
ShortObjMapFactory.newImmutableMap(short[] keys, V2[] 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.
<V2 extends V>
ShortObjMap<V2>
ShortObjMapFactory.newImmutableMap(Short[] keys, V2[] 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.
<V2 extends V>
ShortObjMap<V2>
ShortObjMapFactory.newImmutableMap(short[] keys, V2[] 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.
<V2 extends V>
ShortObjMap<V2>
ShortObjMapFactory.newImmutableMap(Short[] keys, V2[] 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.
<V2 extends V>
ShortObjMap<V2>
ShortObjMapFactory.newImmutableMapOf(short k1, V2 v1)
          Constructs a new immutable map of the single specified mapping.
<V2 extends V>
ShortObjMap<V2>
ShortObjMapFactory.newImmutableMapOf(short k1, V2 v1, short k2, V2 v2)
          Constructs a new immutable map of the two specified mappings.
<V2 extends V>
ShortObjMap<V2>
ShortObjMapFactory.newImmutableMapOf(short k1, V2 v1, short k2, V2 v2, short k3, V2 v3)
          Constructs a new immutable map of the three specified mappings.
<V2 extends V>
ShortObjMap<V2>
ShortObjMapFactory.newImmutableMapOf(short k1, V2 v1, short k2, V2 v2, short k3, V2 v3, short k4, V2 v4)
          Constructs a new immutable map of the four specified mappings.
<V2 extends V>
ShortObjMap<V2>
ShortObjMapFactory.newImmutableMapOf(short k1, V2 v1, short k2, V2 v2, short k3, V2 v3, short k4, V2 v4, short k5, V2 v5)
          Constructs a new immutable map of the five specified mappings.
<V2 extends V>
ShortObjMap<V2>
ShortObjMapFactory.newMutableMap()
          Constructs a new empty mutable map of the default expected size.
<V2 extends V>
ShortObjMap<V2>
ShortObjMapFactory.newMutableMap(Consumer<ShortObjConsumer<V2>> entriesSupplier)
          Constructs a new mutable map filled with mappings consumed by the callback within the given closure.
<V2 extends V>
ShortObjMap<V2>
ShortObjMapFactory.newMutableMap(Consumer<ShortObjConsumer<V2>> entriesSupplier, int expectedSize)
          Constructs a new mutable map filled with mappings consumed by the callback within the given closure.
<V2 extends V>
ShortObjMap<V2>
ShortObjMapFactory.newMutableMap(int expectedSize)
          Constructs a new empty mutable map of the given expected size.
<V2 extends V>
ShortObjMap<V2>
ShortObjMapFactory.newMutableMap(Iterable<Short> keys, Iterable<? extends V2> 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.
<V2 extends V>
ShortObjMap<V2>
ShortObjMapFactory.newMutableMap(Iterable<Short> keys, Iterable<? extends V2> 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.
<V2 extends V>
ShortObjMap<V2>
ShortObjMapFactory.newMutableMap(Map<Short,? extends V2> map)
          Constructs a new mutable map with the same mappings as the specified map.
<V2 extends V>
ShortObjMap<V2>
ShortObjMapFactory.newMutableMap(Map<Short,? extends V2> map1, Map<Short,? extends V2> map2)
          Constructs a new mutable map which merge the mappings of the specified maps.
<V2 extends V>
ShortObjMap<V2>
ShortObjMapFactory.newMutableMap(Map<Short,? extends V2> map1, Map<Short,? extends V2> map2, int expectedSize)
          Constructs a new mutable map which merge the mappings of the specified maps.
<V2 extends V>
ShortObjMap<V2>
ShortObjMapFactory.newMutableMap(Map<Short,? extends V2> map1, Map<Short,? extends V2> map2, Map<Short,? extends V2> map3)
          Constructs a new mutable map which merge the mappings of the specified maps.
<V2 extends V>
ShortObjMap<V2>
ShortObjMapFactory.newMutableMap(Map<Short,? extends V2> map1, Map<Short,? extends V2> map2, Map<Short,? extends V2> map3, int expectedSize)
          Constructs a new mutable map which merge the mappings of the specified maps.
<V2 extends V>
ShortObjMap<V2>
ShortObjMapFactory.newMutableMap(Map<Short,? extends V2> map1, Map<Short,? extends V2> map2, Map<Short,? extends V2> map3, Map<Short,? extends V2> map4)
          Constructs a new mutable map which merge the mappings of the specified maps.
<V2 extends V>
ShortObjMap<V2>
ShortObjMapFactory.newMutableMap(Map<Short,? extends V2> map1, Map<Short,? extends V2> map2, Map<Short,? extends V2> map3, Map<Short,? extends V2> map4, int expectedSize)
          Constructs a new mutable map which merge the mappings of the specified maps.
<V2 extends V>
ShortObjMap<V2>
ShortObjMapFactory.newMutableMap(Map<Short,? extends V2> map1, Map<Short,? extends V2> map2, Map<Short,? extends V2> map3, Map<Short,? extends V2> map4, Map<Short,? extends V2> map5)
          Constructs a new mutable map which merge the mappings of the specified maps.
<V2 extends V>
ShortObjMap<V2>
ShortObjMapFactory.newMutableMap(Map<Short,? extends V2> map1, Map<Short,? extends V2> map2, Map<Short,? extends V2> map3, Map<Short,? extends V2> map4, Map<Short,? extends V2> map5, int expectedSize)
          Constructs a new mutable map which merge the mappings of the specified maps.
<V2 extends V>
ShortObjMap<V2>
ShortObjMapFactory.newMutableMap(short[] keys, V2[] 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.
<V2 extends V>
ShortObjMap<V2>
ShortObjMapFactory.newMutableMap(Short[] keys, V2[] 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.
<V2 extends V>
ShortObjMap<V2>
ShortObjMapFactory.newMutableMap(short[] keys, V2[] 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.
<V2 extends V>
ShortObjMap<V2>
ShortObjMapFactory.newMutableMap(Short[] keys, V2[] 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.
<V2 extends V>
ShortObjMap<V2>
ShortObjMapFactory.newMutableMapOf(short k1, V2 v1)
          Constructs a new mutable map of the single specified mapping.
<V2 extends V>
ShortObjMap<V2>
ShortObjMapFactory.newMutableMapOf(short k1, V2 v1, short k2, V2 v2)
          Constructs a new mutable map of the two specified mappings.
<V2 extends V>
ShortObjMap<V2>
ShortObjMapFactory.newMutableMapOf(short k1, V2 v1, short k2, V2 v2, short k3, V2 v3)
          Constructs a new mutable map of the three specified mappings.
<V2 extends V>
ShortObjMap<V2>
ShortObjMapFactory.newMutableMapOf(short k1, V2 v1, short k2, V2 v2, short k3, V2 v3, short k4, V2 v4)
          Constructs a new mutable map of the four specified mappings.
<V2 extends V>
ShortObjMap<V2>
ShortObjMapFactory.newMutableMapOf(short k1, V2 v1, short k2, V2 v2, short k3, V2 v3, short k4, V2 v4, short k5, V2 v5)
          Constructs a new mutable map of the five specified mappings.
<V2 extends V>
ShortObjMap<V2>
ShortObjMapFactory.newUpdatableMap()
          Constructs a new empty updatable map of the default expected size.
<V2 extends V>
ShortObjMap<V2>
ShortObjMapFactory.newUpdatableMap(Consumer<ShortObjConsumer<V2>> entriesSupplier)
          Constructs a new updatable map filled with mappings consumed by the callback within the given closure.
<V2 extends V>
ShortObjMap<V2>
ShortObjMapFactory.newUpdatableMap(Consumer<ShortObjConsumer<V2>> entriesSupplier, int expectedSize)
          Constructs a new updatable map filled with mappings consumed by the callback within the given closure.
<V2 extends V>
ShortObjMap<V2>
ShortObjMapFactory.newUpdatableMap(int expectedSize)
          Constructs a new empty updatable map of the given expected size.
<V2 extends V>
ShortObjMap<V2>
ShortObjMapFactory.newUpdatableMap(Iterable<Short> keys, Iterable<? extends V2> 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.
<V2 extends V>
ShortObjMap<V2>
ShortObjMapFactory.newUpdatableMap(Iterable<Short> keys, Iterable<? extends V2> 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.
<V2 extends V>
ShortObjMap<V2>
ShortObjMapFactory.newUpdatableMap(Map<Short,? extends V2> map)
          Constructs a new updatable map with the same mappings as the specified map.
<V2 extends V>
ShortObjMap<V2>
ShortObjMapFactory.newUpdatableMap(Map<Short,? extends V2> map1, Map<Short,? extends V2> map2)
          Constructs a new updatable map which merge the mappings of the specified maps.
<V2 extends V>
ShortObjMap<V2>
ShortObjMapFactory.newUpdatableMap(Map<Short,? extends V2> map1, Map<Short,? extends V2> map2, int expectedSize)
          Constructs a new updatable map which merge the mappings of the specified maps.
<V2 extends V>
ShortObjMap<V2>
ShortObjMapFactory.newUpdatableMap(Map<Short,? extends V2> map1, Map<Short,? extends V2> map2, Map<Short,? extends V2> map3)
          Constructs a new updatable map which merge the mappings of the specified maps.
<V2 extends V>
ShortObjMap<V2>
ShortObjMapFactory.newUpdatableMap(Map<Short,? extends V2> map1, Map<Short,? extends V2> map2, Map<Short,? extends V2> map3, int expectedSize)
          Constructs a new updatable map which merge the mappings of the specified maps.
<V2 extends V>
ShortObjMap<V2>
ShortObjMapFactory.newUpdatableMap(Map<Short,? extends V2> map1, Map<Short,? extends V2> map2, Map<Short,? extends V2> map3, Map<Short,? extends V2> map4)
          Constructs a new updatable map which merge the mappings of the specified maps.
<V2 extends V>
ShortObjMap<V2>
ShortObjMapFactory.newUpdatableMap(Map<Short,? extends V2> map1, Map<Short,? extends V2> map2, Map<Short,? extends V2> map3, Map<Short,? extends V2> map4, int expectedSize)
          Constructs a new updatable map which merge the mappings of the specified maps.
<V2 extends V>
ShortObjMap<V2>
ShortObjMapFactory.newUpdatableMap(Map<Short,? extends V2> map1, Map<Short,? extends V2> map2, Map<Short,? extends V2> map3, Map<Short,? extends V2> map4, Map<Short,? extends V2> map5)
          Constructs a new updatable map which merge the mappings of the specified maps.
<V2 extends V>
ShortObjMap<V2>
ShortObjMapFactory.newUpdatableMap(Map<Short,? extends V2> map1, Map<Short,? extends V2> map2, Map<Short,? extends V2> map3, Map<Short,? extends V2> map4, Map<Short,? extends V2> map5, int expectedSize)
          Constructs a new updatable map which merge the mappings of the specified maps.
<V2 extends V>
ShortObjMap<V2>
ShortObjMapFactory.newUpdatableMap(short[] keys, V2[] 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.
<V2 extends V>
ShortObjMap<V2>
ShortObjMapFactory.newUpdatableMap(Short[] keys, V2[] 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.
<V2 extends V>
ShortObjMap<V2>
ShortObjMapFactory.newUpdatableMap(short[] keys, V2[] 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.
<V2 extends V>
ShortObjMap<V2>
ShortObjMapFactory.newUpdatableMap(Short[] keys, V2[] 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.
<V2 extends V>
ShortObjMap<V2>
ShortObjMapFactory.newUpdatableMapOf(short k1, V2 v1)
          Constructs a new updatable map of the single specified mapping.
<V2 extends V>
ShortObjMap<V2>
ShortObjMapFactory.newUpdatableMapOf(short k1, V2 v1, short k2, V2 v2)
          Constructs a new updatable map of the two specified mappings.
<V2 extends V>
ShortObjMap<V2>
ShortObjMapFactory.newUpdatableMapOf(short k1, V2 v1, short k2, V2 v2, short k3, V2 v3)
          Constructs a new updatable map of the three specified mappings.
<V2 extends V>
ShortObjMap<V2>
ShortObjMapFactory.newUpdatableMapOf(short k1, V2 v1, short k2, V2 v2, short k3, V2 v3, short k4, V2 v4)
          Constructs a new updatable map of the four specified mappings.
<V2 extends V>
ShortObjMap<V2>
ShortObjMapFactory.newUpdatableMapOf(short k1, V2 v1, short k2, V2 v2, short k3, V2 v3, short k4, V2 v4, short k5, V2 v5)
          Constructs a new updatable map of the five specified mappings.
 

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

Subinterfaces of ShortObjMap in com.koloboke.collect.map.hash
 interface HashShortObjMap<V>
          An interface for ShortObjMaps, based on hash tables.