Package | Description |
---|---|
org.jboss.util.collection |
Extentions to the Java Collections framework.
|
Class and Description |
---|
AbstractQueue
An abstract implementation of a Queue.
|
CollectionException
A generic collection exception.
|
ConcurrentNavigableMap
A
ConcurrentMap supporting NavigableMap operations. |
ConcurrentReferenceHashMap.Option |
ConcurrentReferenceHashMap.ReferenceType
An option specifying which Java reference type should be used to refer
to a key and/or value.
|
EmptyCollectionException
Thrown to indicate that an operation can not be performed on an empty
collection.
|
FullCollectionException
Thrown to indicate that an operation can not be performed on a full
collection.
|
MapDelegateSet
Set implemented by a backing Map.
|
NavigableMap
A
SortedMap extended with navigation methods returning the
closest matches for given search targets. |
Queue
An iterface used to implement a first-in, first-out container.
|
ReferenceValueHashMap
This Map will remove entries when the value in the map has been
cleaned from garbage collection
|
ReferenceValueMap
This Map will remove entries when the value in the map has been
cleaned from garbage collection
|
ReferenceValueTreeMap
This Map will remove entries when the value in the map has been
cleaned from garbage collection
|
ValueRef
ValueRef.
|
Copyright © 2018 JBoss by Red Hat. All rights reserved.