net.openhft.collect.map.hash
Class HashByteByteMaps

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

public final class HashByteByteMaps
extends Object

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

See Also:
HashByteByteMap

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

Method Detail

getDefaultFactory

public static HashByteByteMapFactory getDefaultFactory()

newMutableMap

public static HashByteByteMap newMutableMap()

newMutableMap

public static HashByteByteMap newMutableMap(int expectedSize)

newMutableMap

public static HashByteByteMap newMutableMap(Map<Byte,Byte> map1,
                                            Map<Byte,Byte> map2,
                                            int expectedSize)

newMutableMap

public static HashByteByteMap newMutableMap(Map<Byte,Byte> map1,
                                            Map<Byte,Byte> map2,
                                            Map<Byte,Byte> map3,
                                            int expectedSize)

newMutableMap

public static HashByteByteMap newMutableMap(Map<Byte,Byte> map1,
                                            Map<Byte,Byte> map2,
                                            Map<Byte,Byte> map3,
                                            Map<Byte,Byte> map4,
                                            int expectedSize)

newMutableMap

public static HashByteByteMap newMutableMap(Map<Byte,Byte> map1,
                                            Map<Byte,Byte> map2,
                                            Map<Byte,Byte> map3,
                                            Map<Byte,Byte> map4,
                                            Map<Byte,Byte> map5,
                                            int expectedSize)

newMutableMap

public static HashByteByteMap newMutableMap(Map<Byte,Byte> map)

newMutableMap

public static HashByteByteMap newMutableMap(Map<Byte,Byte> map1,
                                            Map<Byte,Byte> map2)

newMutableMap

public static HashByteByteMap newMutableMap(Map<Byte,Byte> map1,
                                            Map<Byte,Byte> map2,
                                            Map<Byte,Byte> map3)

newMutableMap

public static HashByteByteMap newMutableMap(Map<Byte,Byte> map1,
                                            Map<Byte,Byte> map2,
                                            Map<Byte,Byte> map3,
                                            Map<Byte,Byte> map4)

newMutableMap

public static HashByteByteMap newMutableMap(Map<Byte,Byte> map1,
                                            Map<Byte,Byte> map2,
                                            Map<Byte,Byte> map3,
                                            Map<Byte,Byte> map4,
                                            Map<Byte,Byte> map5)

newMutableMap

public static HashByteByteMap newMutableMap(Consumer<ByteByteConsumer> entriesSupplier)

newMutableMap

public static HashByteByteMap newMutableMap(Consumer<ByteByteConsumer> entriesSupplier,
                                            int expectedSize)

newMutableMap

public static HashByteByteMap newMutableMap(byte[] keys,
                                            byte[] values)

newMutableMap

public static HashByteByteMap newMutableMap(byte[] keys,
                                            byte[] values,
                                            int expectedSize)

newMutableMap

public static HashByteByteMap newMutableMap(Byte[] keys,
                                            Byte[] values)

newMutableMap

public static HashByteByteMap newMutableMap(Byte[] keys,
                                            Byte[] values,
                                            int expectedSize)

newMutableMap

public static HashByteByteMap newMutableMap(Iterable<Byte> keys,
                                            Iterable<Byte> values)

newMutableMap

public static HashByteByteMap newMutableMap(Iterable<Byte> keys,
                                            Iterable<Byte> values,
                                            int expectedSize)

newMutableMapOf

public static HashByteByteMap newMutableMapOf(byte k1,
                                              byte v1)

newMutableMapOf

public static HashByteByteMap newMutableMapOf(byte k1,
                                              byte v1,
                                              byte k2,
                                              byte v2)

newMutableMapOf

public static HashByteByteMap newMutableMapOf(byte k1,
                                              byte v1,
                                              byte k2,
                                              byte v2,
                                              byte k3,
                                              byte v3)

newMutableMapOf

public static HashByteByteMap newMutableMapOf(byte k1,
                                              byte v1,
                                              byte k2,
                                              byte v2,
                                              byte k3,
                                              byte v3,
                                              byte k4,
                                              byte v4)

newMutableMapOf

public static HashByteByteMap newMutableMapOf(byte k1,
                                              byte v1,
                                              byte k2,
                                              byte v2,
                                              byte k3,
                                              byte v3,
                                              byte k4,
                                              byte v4,
                                              byte k5,
                                              byte v5)

newUpdatableMap

public static HashByteByteMap newUpdatableMap(Map<Byte,Byte> map1,
                                              Map<Byte,Byte> map2,
                                              int expectedSize)

newUpdatableMap

public static HashByteByteMap newUpdatableMap(Map<Byte,Byte> map1,
                                              Map<Byte,Byte> map2,
                                              Map<Byte,Byte> map3,
                                              int expectedSize)

newUpdatableMap

public static HashByteByteMap newUpdatableMap(Map<Byte,Byte> map1,
                                              Map<Byte,Byte> map2,
                                              Map<Byte,Byte> map3,
                                              Map<Byte,Byte> map4,
                                              int expectedSize)

newUpdatableMap

public static HashByteByteMap newUpdatableMap(Map<Byte,Byte> map1,
                                              Map<Byte,Byte> map2,
                                              Map<Byte,Byte> map3,
                                              Map<Byte,Byte> map4,
                                              Map<Byte,Byte> map5,
                                              int expectedSize)

newUpdatableMap

public static HashByteByteMap newUpdatableMap(Map<Byte,Byte> map)

newUpdatableMap

public static HashByteByteMap newUpdatableMap(Map<Byte,Byte> map1,
                                              Map<Byte,Byte> map2)

newUpdatableMap

public static HashByteByteMap newUpdatableMap(Map<Byte,Byte> map1,
                                              Map<Byte,Byte> map2,
                                              Map<Byte,Byte> map3)

newUpdatableMap

public static HashByteByteMap newUpdatableMap(Map<Byte,Byte> map1,
                                              Map<Byte,Byte> map2,
                                              Map<Byte,Byte> map3,
                                              Map<Byte,Byte> map4)

newUpdatableMap

public static HashByteByteMap newUpdatableMap(Map<Byte,Byte> map1,
                                              Map<Byte,Byte> map2,
                                              Map<Byte,Byte> map3,
                                              Map<Byte,Byte> map4,
                                              Map<Byte,Byte> map5)

newUpdatableMap

public static HashByteByteMap newUpdatableMap(Consumer<ByteByteConsumer> entriesSupplier)

newUpdatableMap

public static HashByteByteMap newUpdatableMap(Consumer<ByteByteConsumer> entriesSupplier,
                                              int expectedSize)

newUpdatableMap

public static HashByteByteMap newUpdatableMap(byte[] keys,
                                              byte[] values)

newUpdatableMap

public static HashByteByteMap newUpdatableMap(byte[] keys,
                                              byte[] values,
                                              int expectedSize)

newUpdatableMap

public static HashByteByteMap newUpdatableMap(Byte[] keys,
                                              Byte[] values)

newUpdatableMap

public static HashByteByteMap newUpdatableMap(Byte[] keys,
                                              Byte[] values,
                                              int expectedSize)

newUpdatableMap

public static HashByteByteMap newUpdatableMap(Iterable<Byte> keys,
                                              Iterable<Byte> values)

newUpdatableMap

public static HashByteByteMap newUpdatableMap(Iterable<Byte> keys,
                                              Iterable<Byte> values,
                                              int expectedSize)

newUpdatableMapOf

public static HashByteByteMap newUpdatableMapOf(byte k1,
                                                byte v1)

newUpdatableMapOf

public static HashByteByteMap newUpdatableMapOf(byte k1,
                                                byte v1,
                                                byte k2,
                                                byte v2)

newUpdatableMapOf

public static HashByteByteMap newUpdatableMapOf(byte k1,
                                                byte v1,
                                                byte k2,
                                                byte v2,
                                                byte k3,
                                                byte v3)

newUpdatableMapOf

public static HashByteByteMap newUpdatableMapOf(byte k1,
                                                byte v1,
                                                byte k2,
                                                byte v2,
                                                byte k3,
                                                byte v3,
                                                byte k4,
                                                byte v4)

newUpdatableMapOf

public static HashByteByteMap newUpdatableMapOf(byte k1,
                                                byte v1,
                                                byte k2,
                                                byte v2,
                                                byte k3,
                                                byte v3,
                                                byte k4,
                                                byte v4,
                                                byte k5,
                                                byte v5)

newImmutableMap

public static HashByteByteMap newImmutableMap(Map<Byte,Byte> map1,
                                              Map<Byte,Byte> map2,
                                              int expectedSize)

newImmutableMap

public static HashByteByteMap newImmutableMap(Map<Byte,Byte> map1,
                                              Map<Byte,Byte> map2,
                                              Map<Byte,Byte> map3,
                                              int expectedSize)

newImmutableMap

public static HashByteByteMap newImmutableMap(Map<Byte,Byte> map1,
                                              Map<Byte,Byte> map2,
                                              Map<Byte,Byte> map3,
                                              Map<Byte,Byte> map4,
                                              int expectedSize)

newImmutableMap

public static HashByteByteMap newImmutableMap(Map<Byte,Byte> map1,
                                              Map<Byte,Byte> map2,
                                              Map<Byte,Byte> map3,
                                              Map<Byte,Byte> map4,
                                              Map<Byte,Byte> map5,
                                              int expectedSize)

newImmutableMap

public static HashByteByteMap newImmutableMap(Map<Byte,Byte> map)

newImmutableMap

public static HashByteByteMap newImmutableMap(Map<Byte,Byte> map1,
                                              Map<Byte,Byte> map2)

newImmutableMap

public static HashByteByteMap newImmutableMap(Map<Byte,Byte> map1,
                                              Map<Byte,Byte> map2,
                                              Map<Byte,Byte> map3)

newImmutableMap

public static HashByteByteMap newImmutableMap(Map<Byte,Byte> map1,
                                              Map<Byte,Byte> map2,
                                              Map<Byte,Byte> map3,
                                              Map<Byte,Byte> map4)

newImmutableMap

public static HashByteByteMap newImmutableMap(Map<Byte,Byte> map1,
                                              Map<Byte,Byte> map2,
                                              Map<Byte,Byte> map3,
                                              Map<Byte,Byte> map4,
                                              Map<Byte,Byte> map5)

newImmutableMap

public static HashByteByteMap newImmutableMap(Consumer<ByteByteConsumer> entriesSupplier)

newImmutableMap

public static HashByteByteMap newImmutableMap(Consumer<ByteByteConsumer> entriesSupplier,
                                              int expectedSize)

newImmutableMap

public static HashByteByteMap newImmutableMap(byte[] keys,
                                              byte[] values)

newImmutableMap

public static HashByteByteMap newImmutableMap(byte[] keys,
                                              byte[] values,
                                              int expectedSize)

newImmutableMap

public static HashByteByteMap newImmutableMap(Byte[] keys,
                                              Byte[] values)

newImmutableMap

public static HashByteByteMap newImmutableMap(Byte[] keys,
                                              Byte[] values,
                                              int expectedSize)

newImmutableMap

public static HashByteByteMap newImmutableMap(Iterable<Byte> keys,
                                              Iterable<Byte> values)

newImmutableMap

public static HashByteByteMap newImmutableMap(Iterable<Byte> keys,
                                              Iterable<Byte> values,
                                              int expectedSize)

newImmutableMapOf

public static HashByteByteMap newImmutableMapOf(byte k1,
                                                byte v1)

newImmutableMapOf

public static HashByteByteMap newImmutableMapOf(byte k1,
                                                byte v1,
                                                byte k2,
                                                byte v2)

newImmutableMapOf

public static HashByteByteMap newImmutableMapOf(byte k1,
                                                byte v1,
                                                byte k2,
                                                byte v2,
                                                byte k3,
                                                byte v3)

newImmutableMapOf

public static HashByteByteMap newImmutableMapOf(byte k1,
                                                byte v1,
                                                byte k2,
                                                byte v2,
                                                byte k3,
                                                byte v3,
                                                byte k4,
                                                byte v4)

newImmutableMapOf

public static HashByteByteMap newImmutableMapOf(byte k1,
                                                byte v1,
                                                byte k2,
                                                byte v2,
                                                byte k3,
                                                byte v3,
                                                byte k4,
                                                byte v4,
                                                byte k5,
                                                byte v5)