| Package | Description |
|---|---|
| org.eclipse.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.
|
| Modifier and Type | Method and Description |
|---|---|
MutableLongShortMap |
MutableLongShortMap.reject(LongShortPredicate predicate) |
ImmutableLongShortMap |
ImmutableLongShortMap.reject(LongShortPredicate predicate) |
LongShortMap |
LongShortMap.reject(LongShortPredicate predicate) |
MutableLongShortMap |
MutableLongShortMap.select(LongShortPredicate predicate) |
ImmutableLongShortMap |
ImmutableLongShortMap.select(LongShortPredicate predicate) |
LongShortMap |
LongShortMap.select(LongShortPredicate predicate) |
Copyright © 2004–2017. All rights reserved.