| Package | Description |
|---|---|
| com.phloc.commons.collections | |
| com.phloc.commons.collections.multimap |
| Modifier and Type | Method and Description |
|---|---|
static <K,T> Set<T> |
LockedContainerHelper.getMultiMapEntry(AbstractMultiHashMapSetBased<K,T> aMap,
K aKey,
ReentrantReadWriteLock aLock)
Returns a copy of the entry in the passed multi-map corresponding to the
passed key, performing the access in a read locked context
|
| Modifier and Type | Class and Description |
|---|---|
class |
MultiHashMapHashSetBased<KEYTYPE,VALUETYPE>
|
class |
MultiHashMapLinkedHashSetBased<KEYTYPE,VALUETYPE>
Multi map based on
HashMap and
LinkedHashSet values. |
class |
MultiHashMapTreeSetBased<KEYTYPE,VALUETYPE extends Comparable<? super VALUETYPE>>
|
Copyright © 2006–2015 phloc systems. All rights reserved.