net.openhft.collect.map
Interface CharByteMapFactory

All Known Subinterfaces:
HashCharByteMapFactory

public interface CharByteMapFactory

An immutable factory of CharByteMaps.

See Also:
CharByteMap

Method Summary
 byte getDefaultValue()
           
 CharByteMap newImmutableMap(char[] keys, byte[] values)
           
 CharByteMap newImmutableMap(char[] keys, byte[] values, int expectedSize)
           
 CharByteMap newImmutableMap(Character[] keys, Byte[] values)
           
 CharByteMap newImmutableMap(Character[] keys, Byte[] values, int expectedSize)
           
 CharByteMap newImmutableMap(Consumer<CharByteConsumer> entriesSupplier)
           
 CharByteMap newImmutableMap(Consumer<CharByteConsumer> entriesSupplier, int expectedSize)
           
 CharByteMap newImmutableMap(Iterable<Character> keys, Iterable<Byte> values)
           
 CharByteMap newImmutableMap(Iterable<Character> keys, Iterable<Byte> values, int expectedSize)
           
 CharByteMap newImmutableMap(Map<Character,Byte> map)
           
 CharByteMap newImmutableMap(Map<Character,Byte> map1, Map<Character,Byte> map2)
           
 CharByteMap newImmutableMap(Map<Character,Byte> map1, Map<Character,Byte> map2, int expectedSize)
           
 CharByteMap newImmutableMap(Map<Character,Byte> map1, Map<Character,Byte> map2, Map<Character,Byte> map3)
           
 CharByteMap newImmutableMap(Map<Character,Byte> map1, Map<Character,Byte> map2, Map<Character,Byte> map3, int expectedSize)
           
 CharByteMap newImmutableMap(Map<Character,Byte> map1, Map<Character,Byte> map2, Map<Character,Byte> map3, Map<Character,Byte> map4)
           
 CharByteMap newImmutableMap(Map<Character,Byte> map1, Map<Character,Byte> map2, Map<Character,Byte> map3, Map<Character,Byte> map4, int expectedSize)
           
 CharByteMap newImmutableMap(Map<Character,Byte> map1, Map<Character,Byte> map2, Map<Character,Byte> map3, Map<Character,Byte> map4, Map<Character,Byte> map5)
           
 CharByteMap newImmutableMap(Map<Character,Byte> map1, Map<Character,Byte> map2, Map<Character,Byte> map3, Map<Character,Byte> map4, Map<Character,Byte> map5, int expectedSize)
           
 CharByteMap newImmutableMapOf(char k1, byte v1)
           
 CharByteMap newImmutableMapOf(char k1, byte v1, char k2, byte v2)
           
 CharByteMap newImmutableMapOf(char k1, byte v1, char k2, byte v2, char k3, byte v3)
           
 CharByteMap newImmutableMapOf(char k1, byte v1, char k2, byte v2, char k3, byte v3, char k4, byte v4)
           
 CharByteMap newImmutableMapOf(char k1, byte v1, char k2, byte v2, char k3, byte v3, char k4, byte v4, char k5, byte v5)
           
 CharByteMap newMutableMap()
           
 CharByteMap newMutableMap(char[] keys, byte[] values)
           
 CharByteMap newMutableMap(char[] keys, byte[] values, int expectedSize)
           
 CharByteMap newMutableMap(Character[] keys, Byte[] values)
           
 CharByteMap newMutableMap(Character[] keys, Byte[] values, int expectedSize)
           
 CharByteMap newMutableMap(Consumer<CharByteConsumer> entriesSupplier)
           
 CharByteMap newMutableMap(Consumer<CharByteConsumer> entriesSupplier, int expectedSize)
           
 CharByteMap newMutableMap(int expectedSize)
           
 CharByteMap newMutableMap(Iterable<Character> keys, Iterable<Byte> values)
           
 CharByteMap newMutableMap(Iterable<Character> keys, Iterable<Byte> values, int expectedSize)
           
 CharByteMap newMutableMap(Map<Character,Byte> map)
           
 CharByteMap newMutableMap(Map<Character,Byte> map1, Map<Character,Byte> map2)
           
 CharByteMap newMutableMap(Map<Character,Byte> map1, Map<Character,Byte> map2, int expectedSize)
           
 CharByteMap newMutableMap(Map<Character,Byte> map1, Map<Character,Byte> map2, Map<Character,Byte> map3)
           
 CharByteMap newMutableMap(Map<Character,Byte> map1, Map<Character,Byte> map2, Map<Character,Byte> map3, int expectedSize)
           
 CharByteMap newMutableMap(Map<Character,Byte> map1, Map<Character,Byte> map2, Map<Character,Byte> map3, Map<Character,Byte> map4)
           
 CharByteMap newMutableMap(Map<Character,Byte> map1, Map<Character,Byte> map2, Map<Character,Byte> map3, Map<Character,Byte> map4, int expectedSize)
           
 CharByteMap newMutableMap(Map<Character,Byte> map1, Map<Character,Byte> map2, Map<Character,Byte> map3, Map<Character,Byte> map4, Map<Character,Byte> map5)
           
 CharByteMap newMutableMap(Map<Character,Byte> map1, Map<Character,Byte> map2, Map<Character,Byte> map3, Map<Character,Byte> map4, Map<Character,Byte> map5, int expectedSize)
           
 CharByteMap newMutableMapOf(char k1, byte v1)
           
 CharByteMap newMutableMapOf(char k1, byte v1, char k2, byte v2)
           
 CharByteMap newMutableMapOf(char k1, byte v1, char k2, byte v2, char k3, byte v3)
           
 CharByteMap newMutableMapOf(char k1, byte v1, char k2, byte v2, char k3, byte v3, char k4, byte v4)
           
 CharByteMap newMutableMapOf(char k1, byte v1, char k2, byte v2, char k3, byte v3, char k4, byte v4, char k5, byte v5)
           
 CharByteMap newUpdatableMap()
           
 CharByteMap newUpdatableMap(char[] keys, byte[] values)
           
 CharByteMap newUpdatableMap(char[] keys, byte[] values, int expectedSize)
           
 CharByteMap newUpdatableMap(Character[] keys, Byte[] values)
           
 CharByteMap newUpdatableMap(Character[] keys, Byte[] values, int expectedSize)
           
 CharByteMap newUpdatableMap(Consumer<CharByteConsumer> entriesSupplier)
           
 CharByteMap newUpdatableMap(Consumer<CharByteConsumer> entriesSupplier, int expectedSize)
           
 CharByteMap newUpdatableMap(int expectedSize)
           
 CharByteMap newUpdatableMap(Iterable<Character> keys, Iterable<Byte> values)
           
 CharByteMap newUpdatableMap(Iterable<Character> keys, Iterable<Byte> values, int expectedSize)
           
 CharByteMap newUpdatableMap(Map<Character,Byte> map)
           
 CharByteMap newUpdatableMap(Map<Character,Byte> map1, Map<Character,Byte> map2)
           
 CharByteMap newUpdatableMap(Map<Character,Byte> map1, Map<Character,Byte> map2, int expectedSize)
           
 CharByteMap newUpdatableMap(Map<Character,Byte> map1, Map<Character,Byte> map2, Map<Character,Byte> map3)
           
 CharByteMap newUpdatableMap(Map<Character,Byte> map1, Map<Character,Byte> map2, Map<Character,Byte> map3, int expectedSize)
           
 CharByteMap newUpdatableMap(Map<Character,Byte> map1, Map<Character,Byte> map2, Map<Character,Byte> map3, Map<Character,Byte> map4)
           
 CharByteMap newUpdatableMap(Map<Character,Byte> map1, Map<Character,Byte> map2, Map<Character,Byte> map3, Map<Character,Byte> map4, int expectedSize)
           
 CharByteMap newUpdatableMap(Map<Character,Byte> map1, Map<Character,Byte> map2, Map<Character,Byte> map3, Map<Character,Byte> map4, Map<Character,Byte> map5)
           
 CharByteMap newUpdatableMap(Map<Character,Byte> map1, Map<Character,Byte> map2, Map<Character,Byte> map3, Map<Character,Byte> map4, Map<Character,Byte> map5, int expectedSize)
           
 CharByteMap newUpdatableMapOf(char k1, byte v1)
           
 CharByteMap newUpdatableMapOf(char k1, byte v1, char k2, byte v2)
           
 CharByteMap newUpdatableMapOf(char k1, byte v1, char k2, byte v2, char k3, byte v3)
           
 CharByteMap newUpdatableMapOf(char k1, byte v1, char k2, byte v2, char k3, byte v3, char k4, byte v4)
           
 CharByteMap newUpdatableMapOf(char k1, byte v1, char k2, byte v2, char k3, byte v3, char k4, byte v4, char k5, byte v5)
           
 CharByteMapFactory withDefaultValue(byte defaultValue)
           
 

Method Detail

getDefaultValue

byte getDefaultValue()

withDefaultValue

CharByteMapFactory withDefaultValue(byte defaultValue)
See Also:
CharByteMap.defaultValue()

newMutableMap

CharByteMap newMutableMap()

newMutableMap

CharByteMap newMutableMap(int expectedSize)

newMutableMap

CharByteMap newMutableMap(Map<Character,Byte> map1,
                          Map<Character,Byte> map2,
                          int expectedSize)

newMutableMap

CharByteMap newMutableMap(Map<Character,Byte> map1,
                          Map<Character,Byte> map2,
                          Map<Character,Byte> map3,
                          int expectedSize)

newMutableMap

CharByteMap newMutableMap(Map<Character,Byte> map1,
                          Map<Character,Byte> map2,
                          Map<Character,Byte> map3,
                          Map<Character,Byte> map4,
                          int expectedSize)

newMutableMap

CharByteMap newMutableMap(Map<Character,Byte> map1,
                          Map<Character,Byte> map2,
                          Map<Character,Byte> map3,
                          Map<Character,Byte> map4,
                          Map<Character,Byte> map5,
                          int expectedSize)

newMutableMap

CharByteMap newMutableMap(Map<Character,Byte> map)

newMutableMap

CharByteMap newMutableMap(Map<Character,Byte> map1,
                          Map<Character,Byte> map2)

newMutableMap

CharByteMap newMutableMap(Map<Character,Byte> map1,
                          Map<Character,Byte> map2,
                          Map<Character,Byte> map3)

newMutableMap

CharByteMap newMutableMap(Map<Character,Byte> map1,
                          Map<Character,Byte> map2,
                          Map<Character,Byte> map3,
                          Map<Character,Byte> map4)

newMutableMap

CharByteMap newMutableMap(Map<Character,Byte> map1,
                          Map<Character,Byte> map2,
                          Map<Character,Byte> map3,
                          Map<Character,Byte> map4,
                          Map<Character,Byte> map5)

newMutableMap

CharByteMap newMutableMap(Consumer<CharByteConsumer> entriesSupplier)

newMutableMap

CharByteMap newMutableMap(Consumer<CharByteConsumer> entriesSupplier,
                          int expectedSize)

newMutableMap

CharByteMap newMutableMap(char[] keys,
                          byte[] values)

newMutableMap

CharByteMap newMutableMap(char[] keys,
                          byte[] values,
                          int expectedSize)

newMutableMap

CharByteMap newMutableMap(Character[] keys,
                          Byte[] values)

newMutableMap

CharByteMap newMutableMap(Character[] keys,
                          Byte[] values,
                          int expectedSize)

newMutableMap

CharByteMap newMutableMap(Iterable<Character> keys,
                          Iterable<Byte> values)

newMutableMap

CharByteMap newMutableMap(Iterable<Character> keys,
                          Iterable<Byte> values,
                          int expectedSize)

newMutableMapOf

CharByteMap newMutableMapOf(char k1,
                            byte v1)

newMutableMapOf

CharByteMap newMutableMapOf(char k1,
                            byte v1,
                            char k2,
                            byte v2)

newMutableMapOf

CharByteMap newMutableMapOf(char k1,
                            byte v1,
                            char k2,
                            byte v2,
                            char k3,
                            byte v3)

newMutableMapOf

CharByteMap newMutableMapOf(char k1,
                            byte v1,
                            char k2,
                            byte v2,
                            char k3,
                            byte v3,
                            char k4,
                            byte v4)

newMutableMapOf

CharByteMap newMutableMapOf(char k1,
                            byte v1,
                            char k2,
                            byte v2,
                            char k3,
                            byte v3,
                            char k4,
                            byte v4,
                            char k5,
                            byte v5)

newUpdatableMap

CharByteMap newUpdatableMap()

newUpdatableMap

CharByteMap newUpdatableMap(int expectedSize)

newUpdatableMap

CharByteMap newUpdatableMap(Map<Character,Byte> map1,
                            Map<Character,Byte> map2,
                            int expectedSize)

newUpdatableMap

CharByteMap newUpdatableMap(Map<Character,Byte> map1,
                            Map<Character,Byte> map2,
                            Map<Character,Byte> map3,
                            int expectedSize)

newUpdatableMap

CharByteMap newUpdatableMap(Map<Character,Byte> map1,
                            Map<Character,Byte> map2,
                            Map<Character,Byte> map3,
                            Map<Character,Byte> map4,
                            int expectedSize)

newUpdatableMap

CharByteMap newUpdatableMap(Map<Character,Byte> map1,
                            Map<Character,Byte> map2,
                            Map<Character,Byte> map3,
                            Map<Character,Byte> map4,
                            Map<Character,Byte> map5,
                            int expectedSize)

newUpdatableMap

CharByteMap newUpdatableMap(Map<Character,Byte> map)

newUpdatableMap

CharByteMap newUpdatableMap(Map<Character,Byte> map1,
                            Map<Character,Byte> map2)

newUpdatableMap

CharByteMap newUpdatableMap(Map<Character,Byte> map1,
                            Map<Character,Byte> map2,
                            Map<Character,Byte> map3)

newUpdatableMap

CharByteMap newUpdatableMap(Map<Character,Byte> map1,
                            Map<Character,Byte> map2,
                            Map<Character,Byte> map3,
                            Map<Character,Byte> map4)

newUpdatableMap

CharByteMap newUpdatableMap(Map<Character,Byte> map1,
                            Map<Character,Byte> map2,
                            Map<Character,Byte> map3,
                            Map<Character,Byte> map4,
                            Map<Character,Byte> map5)

newUpdatableMap

CharByteMap newUpdatableMap(Consumer<CharByteConsumer> entriesSupplier)

newUpdatableMap

CharByteMap newUpdatableMap(Consumer<CharByteConsumer> entriesSupplier,
                            int expectedSize)

newUpdatableMap

CharByteMap newUpdatableMap(char[] keys,
                            byte[] values)

newUpdatableMap

CharByteMap newUpdatableMap(char[] keys,
                            byte[] values,
                            int expectedSize)

newUpdatableMap

CharByteMap newUpdatableMap(Character[] keys,
                            Byte[] values)

newUpdatableMap

CharByteMap newUpdatableMap(Character[] keys,
                            Byte[] values,
                            int expectedSize)

newUpdatableMap

CharByteMap newUpdatableMap(Iterable<Character> keys,
                            Iterable<Byte> values)

newUpdatableMap

CharByteMap newUpdatableMap(Iterable<Character> keys,
                            Iterable<Byte> values,
                            int expectedSize)

newUpdatableMapOf

CharByteMap newUpdatableMapOf(char k1,
                              byte v1)

newUpdatableMapOf

CharByteMap newUpdatableMapOf(char k1,
                              byte v1,
                              char k2,
                              byte v2)

newUpdatableMapOf

CharByteMap newUpdatableMapOf(char k1,
                              byte v1,
                              char k2,
                              byte v2,
                              char k3,
                              byte v3)

newUpdatableMapOf

CharByteMap newUpdatableMapOf(char k1,
                              byte v1,
                              char k2,
                              byte v2,
                              char k3,
                              byte v3,
                              char k4,
                              byte v4)

newUpdatableMapOf

CharByteMap newUpdatableMapOf(char k1,
                              byte v1,
                              char k2,
                              byte v2,
                              char k3,
                              byte v3,
                              char k4,
                              byte v4,
                              char k5,
                              byte v5)

newImmutableMap

CharByteMap newImmutableMap(Map<Character,Byte> map1,
                            Map<Character,Byte> map2,
                            int expectedSize)

newImmutableMap

CharByteMap newImmutableMap(Map<Character,Byte> map1,
                            Map<Character,Byte> map2,
                            Map<Character,Byte> map3,
                            int expectedSize)

newImmutableMap

CharByteMap newImmutableMap(Map<Character,Byte> map1,
                            Map<Character,Byte> map2,
                            Map<Character,Byte> map3,
                            Map<Character,Byte> map4,
                            int expectedSize)

newImmutableMap

CharByteMap newImmutableMap(Map<Character,Byte> map1,
                            Map<Character,Byte> map2,
                            Map<Character,Byte> map3,
                            Map<Character,Byte> map4,
                            Map<Character,Byte> map5,
                            int expectedSize)

newImmutableMap

CharByteMap newImmutableMap(Map<Character,Byte> map)

newImmutableMap

CharByteMap newImmutableMap(Map<Character,Byte> map1,
                            Map<Character,Byte> map2)

newImmutableMap

CharByteMap newImmutableMap(Map<Character,Byte> map1,
                            Map<Character,Byte> map2,
                            Map<Character,Byte> map3)

newImmutableMap

CharByteMap newImmutableMap(Map<Character,Byte> map1,
                            Map<Character,Byte> map2,
                            Map<Character,Byte> map3,
                            Map<Character,Byte> map4)

newImmutableMap

CharByteMap newImmutableMap(Map<Character,Byte> map1,
                            Map<Character,Byte> map2,
                            Map<Character,Byte> map3,
                            Map<Character,Byte> map4,
                            Map<Character,Byte> map5)

newImmutableMap

CharByteMap newImmutableMap(Consumer<CharByteConsumer> entriesSupplier)

newImmutableMap

CharByteMap newImmutableMap(Consumer<CharByteConsumer> entriesSupplier,
                            int expectedSize)

newImmutableMap

CharByteMap newImmutableMap(char[] keys,
                            byte[] values)

newImmutableMap

CharByteMap newImmutableMap(char[] keys,
                            byte[] values,
                            int expectedSize)

newImmutableMap

CharByteMap newImmutableMap(Character[] keys,
                            Byte[] values)

newImmutableMap

CharByteMap newImmutableMap(Character[] keys,
                            Byte[] values,
                            int expectedSize)

newImmutableMap

CharByteMap newImmutableMap(Iterable<Character> keys,
                            Iterable<Byte> values)

newImmutableMap

CharByteMap newImmutableMap(Iterable<Character> keys,
                            Iterable<Byte> values,
                            int expectedSize)

newImmutableMapOf

CharByteMap newImmutableMapOf(char k1,
                              byte v1)

newImmutableMapOf

CharByteMap newImmutableMapOf(char k1,
                              byte v1,
                              char k2,
                              byte v2)

newImmutableMapOf

CharByteMap newImmutableMapOf(char k1,
                              byte v1,
                              char k2,
                              byte v2,
                              char k3,
                              byte v3)

newImmutableMapOf

CharByteMap newImmutableMapOf(char k1,
                              byte v1,
                              char k2,
                              byte v2,
                              char k3,
                              byte v3,
                              char k4,
                              byte v4)

newImmutableMapOf

CharByteMap newImmutableMapOf(char k1,
                              byte v1,
                              char k2,
                              byte v2,
                              char k3,
                              byte v3,
                              char k4,
                              byte v4,
                              char k5,
                              byte v5)