|
|||||||||
| Home >> All >> org >> jboss >> util >> [ collection overview ] | PREV PACKAGE NEXT PACKAGE | ||||||||
Package org.jboss.util.collection
Utility classes and interfaces.
See:
Description
| Interface Summary | |
| Queue | An iterface used to implement a first-in, first-out container. |
| Class Summary | |
| AbstractQueue | An abstract implementation of a Queue. |
| ArrayIterator | An array iterator. |
| CachedCollection | A wrapper around a Collection which translates added objects
into org.jboss.util.SoftObject references, allowing the VM to garbage collect
objects in the collection when memory is low. |
| CachedList | A wrapper around a List which translates added objects
into org.jboss.util.SoftObject references, allowing the VM to garbage collect
objects in the collection when memory is low. |
| CompoundIterator | A compound iterator, which iterates over all of the elements in the given iterators. |
| CompoundKey | An immutable compound key class. |
| Iterators | A collection of Iterator and Enumeration
utilities. |
| Iterators.EmptyIterator | An empty Iterator |
| Iterators.Enum2Iterator | An Enumeration to Iterator wrapper. |
| Iterators.ImmutableIterator | Wraps an Iterator making it immutable, by disabling calls to
remove() |
| Iterators.Iter2Enumeration | An Iterator to Enumeration wrapper class. |
| Iterators.SyncEnumeration | Wraps an Enumeration making it synchronized. |
| Iterators.SyncIterator | Wraps an Iterator making it synchronized. |
| ListQueue | A ListQueue implements a first-in, first-out container using a List as a data structure. |
| ListSet | A thin wrapper around a List transforming it into a
modifiable Set. |
| ReverseListIterator | An iterator that returns elements in reverse order from a list. |
| SerializableEnumeration | ??? |
| WeakSet | A Set implementation with weak elements. |
| WeakValueHashMap | This Map will remove entries when the value in the map has been cleaned from garbage collection |
| WeakValueHashMap.WeakValueRef | |
| Exception Summary | |
| CollectionException | A generic collection exception. |
| 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. |
Package org.jboss.util.collection Description
Utility classes and interfaces.
Package Specification
Related Documentation
Package Status
- STABLE
Todo
- ???
|
|||||||||
| Home >> All >> org >> jboss >> util >> [ collection overview ] | PREV PACKAGE NEXT PACKAGE | ||||||||