Package | Description |
---|---|
org.jppf.utils.collections |
Utility and helper classes providing complex collections processing.
|
Modifier and Type | Interface and Description |
---|---|
interface |
CollectionSortedMap<K,V>
Interface for sorted maps whose values are collections of a given component type.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractCollectionConcurrentMap<K,V>
A
ConcurrentHashMap whose values are Collection instances (specialized in concrete subclasses). |
class |
AbstractCollectionHashtable<K,V>
A
Hashtable whose values are Collection instances (specialized in concrete subclasses). |
class |
AbstractCollectionMap<K,V>
A map whose values are collections of a given component type.
|
class |
AbstractCollectionSortedMap<K,V>
A sorted map whose values are sets of a given component type.
|
class |
ArrayListHashMap<K,V>
A
HashMap whose values are ArrayList s of a given component type. |
class |
CopyOnWriteListConcurrentMap<K,V>
A
ConcurrentHashMap whose values are CopyOnWriteArrayList instances. |
class |
EnumSetEnumMap<S extends Enum<S>>
A map whose keys and values are elements of an enum type.
|
class |
LinkedListSortedMap<K,V>
A sorted map whose values are linked lists of a given component type.
|
class |
SetHashMap<K,V>
A hash map whose values are sets of a specified component type.
|
class |
SetIdentityMap<K,V>
An identity map whose values are sets of a specified component type.
|
class |
SetSortedMap<K,V>
A sorted map whose values are sets of a given component type.
|
class |
SortedSetSortedMap<K,V>
A sorted map whose values are sorted sets of a given component type.
|
class |
SynchronizedLinkedListConcurrentMap<K,V>
A
ConcurrentHashMap whose values are CopyOnWriteArrayList instances. |
class |
VectorHashtable<K,V>
|
Modifier and Type | Method and Description |
---|---|
static <T,U> String |
CollectionUtils.formatSizeMapInfo(String name,
CollectionMap<T,U> map)
Format a string with size information about a map whose values are lists of elements.
|
static <K,V> String |
CollectionUtils.prettyPrint(CollectionMap<K,V> map)
Print the content of a collection map in an easily readable way.
|
Copyright © 2005-2018 JPPF Team.