| Package | Description |
|---|---|
| com.gs.collections.api.factory.map.primitive | |
| com.gs.collections.api.map.primitive |
This package contains API for primitive to primitive maps, primitive to object maps and object to primitive maps with mutable and immutable variants.
|
| com.gs.collections.impl.map.immutable.primitive |
This package contains implementations of the immutable primitive-primitive, primitive-object and object-primitive map interfaces.
|
| com.gs.collections.impl.map.mutable.primitive |
This package contains implementations of the mutable primitive-primitive, primitive-object and object-primitive map interfaces.
|
| Modifier and Type | Method and Description |
|---|---|
ImmutableByteLongMap |
ImmutableByteLongMapFactory.of()
Same as
ImmutableByteLongMapFactory.with(). |
ImmutableByteLongMap |
ImmutableByteLongMapFactory.of(byte key,
long value)
|
ImmutableByteLongMap |
ImmutableByteLongMapFactory.ofAll(ByteLongMap map)
|
ImmutableByteLongMap |
ImmutableByteLongMapFactory.with() |
ImmutableByteLongMap |
ImmutableByteLongMapFactory.with(byte key,
long value) |
ImmutableByteLongMap |
ImmutableByteLongMapFactory.withAll(ByteLongMap map) |
| Modifier and Type | Method and Description |
|---|---|
ImmutableByteLongMap |
ImmutableByteLongMap.newWithKeyValue(byte key,
long value) |
ImmutableByteLongMap |
ImmutableByteLongMap.newWithoutAllKeys(ByteIterable keys) |
ImmutableByteLongMap |
ImmutableByteLongMap.newWithoutKey(byte key) |
ImmutableByteLongMap |
ImmutableByteLongMap.reject(ByteLongPredicate predicate) |
ImmutableByteLongMap |
ImmutableByteLongMap.select(ByteLongPredicate predicate) |
ImmutableByteLongMap |
ByteLongMap.toImmutable() |
| Modifier and Type | Method and Description |
|---|---|
ImmutableByteLongMap |
ImmutableByteLongMapFactoryImpl.of() |
ImmutableByteLongMap |
ImmutableByteLongMapFactoryImpl.of(byte key,
long value) |
ImmutableByteLongMap |
ImmutableByteLongMapFactoryImpl.ofAll(ByteLongMap map) |
ImmutableByteLongMap |
ImmutableByteLongMapFactoryImpl.with() |
ImmutableByteLongMap |
ImmutableByteLongMapFactoryImpl.with(byte key,
long value) |
ImmutableByteLongMap |
ImmutableByteLongMapFactoryImpl.withAll(ByteLongMap map) |
| Modifier and Type | Method and Description |
|---|---|
ImmutableByteLongMap |
UnmodifiableByteLongMap.toImmutable() |
ImmutableByteLongMap |
SynchronizedByteLongMap.toImmutable() |
ImmutableByteLongMap |
ByteLongHashMap.toImmutable() |
Copyright © 2004–2017. All rights reserved.