| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ByteCharMap | |
|---|---|
| com.koloboke.collect.map | Contains interfaces of Mapspecializations, their factories and cursors. | 
| com.koloboke.collect.map.hash | Contains interfaces of Mapspecializations, based on hash tables,
 their factories and static factory methods. | 
| Uses of ByteCharMap in com.koloboke.collect.map | 
|---|
| Methods in com.koloboke.collect.map that return ByteCharMap | |
|---|---|
|  ByteCharMap | ByteCharMapFactory.newImmutableMap(byte[] keys,
                char[] values)Constructs a new immutable map with the given mappings, i. e. pairs of elements from the keysandvaluesarrays at the same index. | 
|  ByteCharMap | ByteCharMapFactory.newImmutableMap(byte[] keys,
                char[] values,
                int expectedSize)Constructs a new immutable map with the given mappings, i. e. pairs of elements from the keysandvaluesarrays at the same index. | 
|  ByteCharMap | ByteCharMapFactory.newImmutableMap(Byte[] keys,
                Character[] values)Constructs a new immutable map with the given mappings, i. e. pairs of elements from the keysandvaluesarrays at the same index. | 
|  ByteCharMap | ByteCharMapFactory.newImmutableMap(Byte[] keys,
                Character[] values,
                int expectedSize)Constructs a new immutable map with the given mappings, i. e. pairs of elements from the keysandvaluesarrays at the same index. | 
|  ByteCharMap | ByteCharMapFactory.newImmutableMap(Consumer<ByteCharConsumer> entriesSupplier)Constructs a new immutable map filled with mappings consumed by the callback within the given closure. | 
|  ByteCharMap | ByteCharMapFactory.newImmutableMap(Consumer<ByteCharConsumer> entriesSupplier,
                int expectedSize)Constructs a new immutable map filled with mappings consumed by the callback within the given closure. | 
|  ByteCharMap | ByteCharMapFactory.newImmutableMap(Iterable<Byte> keys,
                Iterable<Character> values)Constructs a new immutable map with the given mappings, i. e. pairs of elements from the keysandvaluesiterables at the same iteration position. | 
|  ByteCharMap | ByteCharMapFactory.newImmutableMap(Iterable<Byte> keys,
                Iterable<Character> values,
                int expectedSize)Constructs a new immutable map with the given mappings, i. e. pairs of elements from the keysandvaluesiterables at the same iteration position. | 
|  ByteCharMap | ByteCharMapFactory.newImmutableMap(Map<Byte,Character> map)Constructs a new immutable map with the same mappings as the specified map. | 
|  ByteCharMap | ByteCharMapFactory.newImmutableMap(Map<Byte,Character> map1,
                Map<Byte,Character> map2)Constructs a new immutable map which merge the mappings of the specified maps. | 
|  ByteCharMap | ByteCharMapFactory.newImmutableMap(Map<Byte,Character> map1,
                Map<Byte,Character> map2,
                int expectedSize)Constructs a new immutable map which merge the mappings of the specified maps. | 
|  ByteCharMap | ByteCharMapFactory.newImmutableMap(Map<Byte,Character> map1,
                Map<Byte,Character> map2,
                Map<Byte,Character> map3)Constructs a new immutable map which merge the mappings of the specified maps. | 
|  ByteCharMap | ByteCharMapFactory.newImmutableMap(Map<Byte,Character> map1,
                Map<Byte,Character> map2,
                Map<Byte,Character> map3,
                int expectedSize)Constructs a new immutable map which merge the mappings of the specified maps. | 
|  ByteCharMap | ByteCharMapFactory.newImmutableMap(Map<Byte,Character> map1,
                Map<Byte,Character> map2,
                Map<Byte,Character> map3,
                Map<Byte,Character> map4)Constructs a new immutable map which merge the mappings of the specified maps. | 
|  ByteCharMap | ByteCharMapFactory.newImmutableMap(Map<Byte,Character> map1,
                Map<Byte,Character> map2,
                Map<Byte,Character> map3,
                Map<Byte,Character> map4,
                int expectedSize)Constructs a new immutable map which merge the mappings of the specified maps. | 
|  ByteCharMap | ByteCharMapFactory.newImmutableMap(Map<Byte,Character> map1,
                Map<Byte,Character> map2,
                Map<Byte,Character> map3,
                Map<Byte,Character> map4,
                Map<Byte,Character> map5)Constructs a new immutable map which merge the mappings of the specified maps. | 
|  ByteCharMap | ByteCharMapFactory.newImmutableMap(Map<Byte,Character> map1,
                Map<Byte,Character> map2,
                Map<Byte,Character> map3,
                Map<Byte,Character> map4,
                Map<Byte,Character> map5,
                int expectedSize)Constructs a new immutable map which merge the mappings of the specified maps. | 
|  ByteCharMap | ByteCharMapFactory.newImmutableMapOf(byte k1,
                  char v1)Constructs a new immutable map of the single specified mapping. | 
|  ByteCharMap | ByteCharMapFactory.newImmutableMapOf(byte k1,
                  char v1,
                  byte k2,
                  char v2)Constructs a new immutable map of the two specified mappings. | 
|  ByteCharMap | ByteCharMapFactory.newImmutableMapOf(byte k1,
                  char v1,
                  byte k2,
                  char v2,
                  byte k3,
                  char v3)Constructs a new immutable map of the three specified mappings. | 
|  ByteCharMap | ByteCharMapFactory.newImmutableMapOf(byte k1,
                  char v1,
                  byte k2,
                  char v2,
                  byte k3,
                  char v3,
                  byte k4,
                  char v4)Constructs a new immutable map of the four specified mappings. | 
|  ByteCharMap | ByteCharMapFactory.newImmutableMapOf(byte k1,
                  char v1,
                  byte k2,
                  char v2,
                  byte k3,
                  char v3,
                  byte k4,
                  char v4,
                  byte k5,
                  char v5)Constructs a new immutable map of the five specified mappings. | 
|  ByteCharMap | ByteCharMapFactory.newMutableMap()Constructs a new empty mutable map of the default expected size. | 
|  ByteCharMap | ByteCharMapFactory.newMutableMap(byte[] keys,
              char[] values)Constructs a new mutable map with the given mappings, i. e. pairs of elements from the keysandvaluesarrays at the same index. | 
|  ByteCharMap | ByteCharMapFactory.newMutableMap(byte[] keys,
              char[] values,
              int expectedSize)Constructs a new mutable map with the given mappings, i. e. pairs of elements from the keysandvaluesarrays at the same index. | 
|  ByteCharMap | ByteCharMapFactory.newMutableMap(Byte[] keys,
              Character[] values)Constructs a new mutable map with the given mappings, i. e. pairs of elements from the keysandvaluesarrays at the same index. | 
|  ByteCharMap | ByteCharMapFactory.newMutableMap(Byte[] keys,
              Character[] values,
              int expectedSize)Constructs a new mutable map with the given mappings, i. e. pairs of elements from the keysandvaluesarrays at the same index. | 
|  ByteCharMap | ByteCharMapFactory.newMutableMap(Consumer<ByteCharConsumer> entriesSupplier)Constructs a new mutable map filled with mappings consumed by the callback within the given closure. | 
|  ByteCharMap | ByteCharMapFactory.newMutableMap(Consumer<ByteCharConsumer> entriesSupplier,
              int expectedSize)Constructs a new mutable map filled with mappings consumed by the callback within the given closure. | 
|  ByteCharMap | ByteCharMapFactory.newMutableMap(int expectedSize)Constructs a new empty mutable map of the given expected size. | 
|  ByteCharMap | ByteCharMapFactory.newMutableMap(Iterable<Byte> keys,
              Iterable<Character> values)Constructs a new mutable map with the given mappings, i. e. pairs of elements from the keysandvaluesiterables at the same iteration position. | 
|  ByteCharMap | ByteCharMapFactory.newMutableMap(Iterable<Byte> keys,
              Iterable<Character> values,
              int expectedSize)Constructs a new mutable map with the given mappings, i. e. pairs of elements from the keysandvaluesiterables at the same iteration position. | 
|  ByteCharMap | ByteCharMapFactory.newMutableMap(Map<Byte,Character> map)Constructs a new mutable map with the same mappings as the specified map. | 
|  ByteCharMap | ByteCharMapFactory.newMutableMap(Map<Byte,Character> map1,
              Map<Byte,Character> map2)Constructs a new mutable map which merge the mappings of the specified maps. | 
|  ByteCharMap | ByteCharMapFactory.newMutableMap(Map<Byte,Character> map1,
              Map<Byte,Character> map2,
              int expectedSize)Constructs a new mutable map which merge the mappings of the specified maps. | 
|  ByteCharMap | ByteCharMapFactory.newMutableMap(Map<Byte,Character> map1,
              Map<Byte,Character> map2,
              Map<Byte,Character> map3)Constructs a new mutable map which merge the mappings of the specified maps. | 
|  ByteCharMap | ByteCharMapFactory.newMutableMap(Map<Byte,Character> map1,
              Map<Byte,Character> map2,
              Map<Byte,Character> map3,
              int expectedSize)Constructs a new mutable map which merge the mappings of the specified maps. | 
|  ByteCharMap | ByteCharMapFactory.newMutableMap(Map<Byte,Character> map1,
              Map<Byte,Character> map2,
              Map<Byte,Character> map3,
              Map<Byte,Character> map4)Constructs a new mutable map which merge the mappings of the specified maps. | 
|  ByteCharMap | ByteCharMapFactory.newMutableMap(Map<Byte,Character> map1,
              Map<Byte,Character> map2,
              Map<Byte,Character> map3,
              Map<Byte,Character> map4,
              int expectedSize)Constructs a new mutable map which merge the mappings of the specified maps. | 
|  ByteCharMap | ByteCharMapFactory.newMutableMap(Map<Byte,Character> map1,
              Map<Byte,Character> map2,
              Map<Byte,Character> map3,
              Map<Byte,Character> map4,
              Map<Byte,Character> map5)Constructs a new mutable map which merge the mappings of the specified maps. | 
|  ByteCharMap | ByteCharMapFactory.newMutableMap(Map<Byte,Character> map1,
              Map<Byte,Character> map2,
              Map<Byte,Character> map3,
              Map<Byte,Character> map4,
              Map<Byte,Character> map5,
              int expectedSize)Constructs a new mutable map which merge the mappings of the specified maps. | 
|  ByteCharMap | ByteCharMapFactory.newMutableMapOf(byte k1,
                char v1)Constructs a new mutable map of the single specified mapping. | 
|  ByteCharMap | ByteCharMapFactory.newMutableMapOf(byte k1,
                char v1,
                byte k2,
                char v2)Constructs a new mutable map of the two specified mappings. | 
|  ByteCharMap | ByteCharMapFactory.newMutableMapOf(byte k1,
                char v1,
                byte k2,
                char v2,
                byte k3,
                char v3)Constructs a new mutable map of the three specified mappings. | 
|  ByteCharMap | ByteCharMapFactory.newMutableMapOf(byte k1,
                char v1,
                byte k2,
                char v2,
                byte k3,
                char v3,
                byte k4,
                char v4)Constructs a new mutable map of the four specified mappings. | 
|  ByteCharMap | ByteCharMapFactory.newMutableMapOf(byte k1,
                char v1,
                byte k2,
                char v2,
                byte k3,
                char v3,
                byte k4,
                char v4,
                byte k5,
                char v5)Constructs a new mutable map of the five specified mappings. | 
|  ByteCharMap | ByteCharMapFactory.newUpdatableMap()Constructs a new empty updatable map of the default expected size. | 
|  ByteCharMap | ByteCharMapFactory.newUpdatableMap(byte[] keys,
                char[] values)Constructs a new updatable map with the given mappings, i. e. pairs of elements from the keysandvaluesarrays at the same index. | 
|  ByteCharMap | ByteCharMapFactory.newUpdatableMap(byte[] keys,
                char[] values,
                int expectedSize)Constructs a new updatable map with the given mappings, i. e. pairs of elements from the keysandvaluesarrays at the same index. | 
|  ByteCharMap | ByteCharMapFactory.newUpdatableMap(Byte[] keys,
                Character[] values)Constructs a new updatable map with the given mappings, i. e. pairs of elements from the keysandvaluesarrays at the same index. | 
|  ByteCharMap | ByteCharMapFactory.newUpdatableMap(Byte[] keys,
                Character[] values,
                int expectedSize)Constructs a new updatable map with the given mappings, i. e. pairs of elements from the keysandvaluesarrays at the same index. | 
|  ByteCharMap | ByteCharMapFactory.newUpdatableMap(Consumer<ByteCharConsumer> entriesSupplier)Constructs a new updatable map filled with mappings consumed by the callback within the given closure. | 
|  ByteCharMap | ByteCharMapFactory.newUpdatableMap(Consumer<ByteCharConsumer> entriesSupplier,
                int expectedSize)Constructs a new updatable map filled with mappings consumed by the callback within the given closure. | 
|  ByteCharMap | ByteCharMapFactory.newUpdatableMap(int expectedSize)Constructs a new empty updatable map of the given expected size. | 
|  ByteCharMap | ByteCharMapFactory.newUpdatableMap(Iterable<Byte> keys,
                Iterable<Character> values)Constructs a new updatable map with the given mappings, i. e. pairs of elements from the keysandvaluesiterables at the same iteration position. | 
|  ByteCharMap | ByteCharMapFactory.newUpdatableMap(Iterable<Byte> keys,
                Iterable<Character> values,
                int expectedSize)Constructs a new updatable map with the given mappings, i. e. pairs of elements from the keysandvaluesiterables at the same iteration position. | 
|  ByteCharMap | ByteCharMapFactory.newUpdatableMap(Map<Byte,Character> map)Constructs a new updatable map with the same mappings as the specified map. | 
|  ByteCharMap | ByteCharMapFactory.newUpdatableMap(Map<Byte,Character> map1,
                Map<Byte,Character> map2)Constructs a new updatable map which merge the mappings of the specified maps. | 
|  ByteCharMap | ByteCharMapFactory.newUpdatableMap(Map<Byte,Character> map1,
                Map<Byte,Character> map2,
                int expectedSize)Constructs a new updatable map which merge the mappings of the specified maps. | 
|  ByteCharMap | ByteCharMapFactory.newUpdatableMap(Map<Byte,Character> map1,
                Map<Byte,Character> map2,
                Map<Byte,Character> map3)Constructs a new updatable map which merge the mappings of the specified maps. | 
|  ByteCharMap | ByteCharMapFactory.newUpdatableMap(Map<Byte,Character> map1,
                Map<Byte,Character> map2,
                Map<Byte,Character> map3,
                int expectedSize)Constructs a new updatable map which merge the mappings of the specified maps. | 
|  ByteCharMap | ByteCharMapFactory.newUpdatableMap(Map<Byte,Character> map1,
                Map<Byte,Character> map2,
                Map<Byte,Character> map3,
                Map<Byte,Character> map4)Constructs a new updatable map which merge the mappings of the specified maps. | 
|  ByteCharMap | ByteCharMapFactory.newUpdatableMap(Map<Byte,Character> map1,
                Map<Byte,Character> map2,
                Map<Byte,Character> map3,
                Map<Byte,Character> map4,
                int expectedSize)Constructs a new updatable map which merge the mappings of the specified maps. | 
|  ByteCharMap | ByteCharMapFactory.newUpdatableMap(Map<Byte,Character> map1,
                Map<Byte,Character> map2,
                Map<Byte,Character> map3,
                Map<Byte,Character> map4,
                Map<Byte,Character> map5)Constructs a new updatable map which merge the mappings of the specified maps. | 
|  ByteCharMap | ByteCharMapFactory.newUpdatableMap(Map<Byte,Character> map1,
                Map<Byte,Character> map2,
                Map<Byte,Character> map3,
                Map<Byte,Character> map4,
                Map<Byte,Character> map5,
                int expectedSize)Constructs a new updatable map which merge the mappings of the specified maps. | 
|  ByteCharMap | ByteCharMapFactory.newUpdatableMapOf(byte k1,
                  char v1)Constructs a new updatable map of the single specified mapping. | 
|  ByteCharMap | ByteCharMapFactory.newUpdatableMapOf(byte k1,
                  char v1,
                  byte k2,
                  char v2)Constructs a new updatable map of the two specified mappings. | 
|  ByteCharMap | ByteCharMapFactory.newUpdatableMapOf(byte k1,
                  char v1,
                  byte k2,
                  char v2,
                  byte k3,
                  char v3)Constructs a new updatable map of the three specified mappings. | 
|  ByteCharMap | ByteCharMapFactory.newUpdatableMapOf(byte k1,
                  char v1,
                  byte k2,
                  char v2,
                  byte k3,
                  char v3,
                  byte k4,
                  char v4)Constructs a new updatable map of the four specified mappings. | 
|  ByteCharMap | ByteCharMapFactory.newUpdatableMapOf(byte k1,
                  char v1,
                  byte k2,
                  char v2,
                  byte k3,
                  char v3,
                  byte k4,
                  char v4,
                  byte k5,
                  char v5)Constructs a new updatable map of the five specified mappings. | 
| Uses of ByteCharMap in com.koloboke.collect.map.hash | 
|---|
| Subinterfaces of ByteCharMap in com.koloboke.collect.map.hash | |
|---|---|
|  interface | HashByteCharMapAn interface for ByteCharMaps, based on hash tables. | 
| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||