Attribute<T extends KeyedObject> |
Base class for attributes -- int, double, or String values -- which can
be assigned to the members of a KeyIndexableSet, e.g.
|
AttributeManager<T extends KeyedObject> |
Class which creates and keeps track of attributes defined
for a single KeyIndexableSet.
|
DoubleAttribute<T extends KeyedObject> |
This class provides a storage mechanism for double-valued information about
the elements of a KeyIndexableSet, e.g.
|
IntegerAttribute<T extends KeyedObject> |
This class provides a storage mechanism for integer-valued information about
the elements of a KeyIndexableSet, e.g.
|
LongAttribute<T extends KeyedObject> |
This class provides a storage mechanism for long-valued information about
the elements of a KeyIndexableSet, e.g.
|
ObjectAttribute<T extends KeyedObject> |
This class provides a storage mechanism for Object-valued information about
the elements of a KeyIndexableSet, e.g.
|
StringAttribute<T extends KeyedObject> |
This class provides a storage mechanism for String-valued information about
the elements of a KeyIndexableSet, e.g.
|