| Package | Description |
|---|---|
| org.eclipse.collections.impl.lazy.parallel | |
| org.eclipse.collections.impl.lazy.parallel.list | |
| org.eclipse.collections.impl.lazy.parallel.set.sorted | |
| org.eclipse.collections.impl.map.mutable |
This package contains implementations of the
MutableMap interface. |
| Modifier and Type | Method and Description |
|---|---|
Batch<T> |
OrderedBatch.distinct(ConcurrentHashMap<T,Boolean> distinct) |
| Modifier and Type | Method and Description |
|---|---|
UnsortedSetBatch<T> |
SelectListBatch.distinct(ConcurrentHashMap<T,Boolean> distinct) |
UnsortedSetBatch<T> |
ListIterableBatch.distinct(ConcurrentHashMap<T,Boolean> distinct) |
UnsortedSetBatch<T> |
ListBatch.distinct(ConcurrentHashMap<T,Boolean> distinct) |
UnsortedSetBatch<V> |
FlatCollectListBatch.distinct(ConcurrentHashMap<V,Boolean> distinct) |
UnsortedSetBatch<V> |
CollectListBatch.distinct(ConcurrentHashMap<V,Boolean> distinct) |
| Constructor and Description |
|---|
DistinctBatch(Batch<T> batch,
ConcurrentHashMap<T,Boolean> distinct) |
| Modifier and Type | Method and Description |
|---|---|
SortedSetBatch<T> |
SortedSetBatch.distinct(ConcurrentHashMap<T,Boolean> distinct) |
SortedSetBatch<T> |
SelectSortedSetBatch.distinct(ConcurrentHashMap<T,Boolean> distinct) |
UnsortedSetBatch<V> |
FlatCollectSortedSetBatch.distinct(ConcurrentHashMap<V,Boolean> distinct) |
UnsortedSetBatch<V> |
CollectSortedSetBatch.distinct(ConcurrentHashMap<V,Boolean> distinct) |
| Modifier and Type | Method and Description |
|---|---|
static <K,V> ConcurrentHashMap<K,V> |
ConcurrentHashMap.newMap() |
static <K,V> ConcurrentHashMap<K,V> |
ConcurrentHashMap.newMap(int newSize) |
static <NK,NV> ConcurrentHashMap<NK,NV> |
ConcurrentHashMap.newMap(Map<NK,NV> map) |
ConcurrentHashMap<K,V> |
ConcurrentHashMap.withAllKeyValueArguments(Pair<? extends K,? extends V>... keyValues) |
ConcurrentHashMap<K,V> |
ConcurrentHashMap.withAllKeyValues(Iterable<? extends Pair<? extends K,? extends V>> keyValues) |
ConcurrentHashMap<K,V> |
ConcurrentHashMap.withKeyValue(K key,
V value) |
ConcurrentHashMap<K,V> |
ConcurrentHashMap.withMap(Map<? extends K,? extends V> map) |
ConcurrentHashMap<K,V> |
ConcurrentHashMap.withMapIterable(MapIterable<? extends K,? extends V> mapIterable) |
ConcurrentHashMap<K,V> |
ConcurrentHashMap.withoutAllKeys(Iterable<? extends K> keys) |
ConcurrentHashMap<K,V> |
ConcurrentHashMap.withoutKey(K key) |
Copyright © 2004–2022. All rights reserved.