ByteIntMap, IntIterable, IntValuesMap, PrimitiveIterablepublic interface ImmutableByteIntMap extends ByteIntMap
| Modifier and Type | Method | Description | 
|---|---|---|
| <V> ImmutableBag<V> | collect(IntToObjectFunction<? extends V> function) | Returns a new collection with the results of applying the specified function on each element of the source
 collection. | 
| ImmutableIntByteMap | flipUniqueValues() | Return the IntByteMap that is obtained by flipping the direction of this map and making the associations
 from value to key. | 
| ImmutableByteIntMap | newWithKeyValue(byte key,
               int value) | |
| ImmutableByteIntMap | newWithoutAllKeys(ByteIterable keys) | |
| ImmutableByteIntMap | newWithoutKey(byte key) | |
| ImmutableByteIntMap | reject(ByteIntPredicate predicate) | |
| ImmutableIntBag | reject(IntPredicate predicate) | Returns a new IntIterable with all of the elements in the IntIterable that
 return false for the specified predicate. | 
| ImmutableByteIntMap | select(ByteIntPredicate predicate) | |
| ImmutableIntBag | select(IntPredicate predicate) | Returns a new IntIterable with all of the elements in the IntIterable that
 return true for the specified predicate. | 
containsKey, equals, forEachKey, forEachKeyValue, get, getIfAbsent, getOrThrow, hashCode, keySet, keysView, keyValuesView, toImmutable, toStringallSatisfy, anySatisfy, asLazy, average, averageIfEmpty, chunk, collect, collectBoolean, collectByte, collectChar, collectDouble, collectFloat, collectInt, collectLong, collectShort, contains, containsAll, containsAll, count, detectIfNone, each, flatCollect, forEach, injectInto, intIterator, max, maxIfEmpty, median, medianIfEmpty, min, minIfEmpty, noneSatisfy, reject, select, sum, summaryStatistics, toArray, toBag, toList, toSet, toSortedArray, toSortedListcontainsValue, forEachValue, tap, valuesappendString, appendString, appendString, isEmpty, makeString, makeString, makeString, notEmpty, sizeImmutableByteIntMap select(ByteIntPredicate predicate)
select in interface ByteIntMapImmutableByteIntMap reject(ByteIntPredicate predicate)
reject in interface ByteIntMapImmutableIntBag select(IntPredicate predicate)
IntIterableselect in interface IntIterableselect in interface IntValuesMapImmutableIntBag reject(IntPredicate predicate)
IntIterablereject in interface IntIterablereject in interface IntValuesMap<V> ImmutableBag<V> collect(IntToObjectFunction<? extends V> function)
IntIterablecollect in interface IntIterablecollect in interface IntValuesMapImmutableByteIntMap newWithKeyValue(byte key, int value)
ImmutableByteIntMap newWithoutKey(byte key)
ImmutableByteIntMap newWithoutAllKeys(ByteIterable keys)
ImmutableIntByteMap flipUniqueValues()
ByteIntMapflipUniqueValues in interface ByteIntMapCopyright © 2004–2018. All rights reserved.