public interface ImmutableByteLongMap extends ByteLongMap
| Modifier and Type | Method and Description | 
|---|---|
<V> ImmutableBag<V> | 
collect(LongToObjectFunction<? extends V> function)  | 
ImmutableByteLongMap | 
newWithKeyValue(byte key,
               long value)  | 
ImmutableByteLongMap | 
newWithoutAllKeys(ByteIterable keys)  | 
ImmutableByteLongMap | 
newWithoutKey(byte key)  | 
ImmutableByteLongMap | 
reject(ByteLongPredicate predicate)  | 
ImmutableLongBag | 
reject(LongPredicate predicate)  | 
ImmutableByteLongMap | 
select(ByteLongPredicate predicate)  | 
ImmutableLongBag | 
select(LongPredicate predicate)  | 
containsKey, equals, forEachKey, forEachKeyValue, get, getIfAbsent, getOrThrow, hashCode, keySet, keysView, keyValuesView, toImmutable, toStringcontainsValue, forEachValue, valuesallSatisfy, anySatisfy, asLazy, average, contains, containsAll, containsAll, count, detectIfNone, each, forEach, injectInto, longIterator, max, maxIfEmpty, median, min, minIfEmpty, noneSatisfy, sum, summaryStatistics, toArray, toBag, toList, toSet, toSortedArray, toSortedListappendString, appendString, appendString, isEmpty, makeString, makeString, makeString, notEmpty, sizeImmutableByteLongMap select(ByteLongPredicate predicate)
select in interface ByteLongMapImmutableByteLongMap reject(ByteLongPredicate predicate)
reject in interface ByteLongMapImmutableLongBag select(LongPredicate predicate)
select in interface LongIterableselect in interface LongValuesMapImmutableLongBag reject(LongPredicate predicate)
reject in interface LongIterablereject in interface LongValuesMap<V> ImmutableBag<V> collect(LongToObjectFunction<? extends V> function)
collect in interface LongIterablecollect in interface LongValuesMapImmutableByteLongMap newWithKeyValue(byte key, long value)
ImmutableByteLongMap newWithoutKey(byte key)
ImmutableByteLongMap newWithoutAllKeys(ByteIterable keys)
Copyright © 2004–2016. All rights reserved.