Package | Description |
---|---|
com.gs.collections.impl.lazy.parallel.list | |
com.gs.collections.impl.map.mutable |
This package contains implementations of the
MutableMap interface. |
Modifier and Type | Method and Description |
---|---|
UnsortedSetBatch<T> |
SelectListBatch.distinct(ConcurrentHashMap<T,Boolean> distinct) |
UnsortedSetBatch<T> |
ListBatch.distinct(ConcurrentHashMap<T,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 |
---|---|
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.withoutAllKeys(Iterable<? extends K> keys) |
ConcurrentHashMap<K,V> |
ConcurrentHashMap.withoutKey(K key) |
Copyright © 2004–2016. All rights reserved.