See: Description
| Interface | Description |
|---|---|
| IRemovalAwareCollection |
MarkerInterface for RemovableAwareCollections
|
| Class | Description |
|---|---|
| ManageableArrayList |
is a utility class.
|
| ManageableHashMap |
Creates a Map where the primary key is the map key, and the object
is the map value.
|
| ManageableHashSet |
is a utility class.
|
| ManageableVector |
is a utility class.
|
| RemovalAwareCollection |
This is a collection that tracks removal and addition of elements.
|
| RemovalAwareList |
This is a list that tracks removal and addition of elements.
|
| RemovalAwareSet |
This is a set implementation that tracks removal and addition of elements.
|
The class ManageableVector extends Vector
and implements ManageableCollections.
The class ManageableArrayList extends ArrayList
and implements ManageableCollections.
The class ManageableHashSet extends HashSet
and implements ManageableCollections.
Patterns applied: Adapter, Callback interface ("don't call us, we call you")
Todo: Provide more such implementations.
(C) 2002 - 2005 Apache Software Foundation
All rights reserved. Published under the Apache License 2.0.
http://db.apache.org/ojb
Version: 1.0.4, 2005-12-30