Package net.sf.ivmaidns.util

Interface Summary
Immutable Tagging interface for immutable objects.
Indexable Read-only interface for indexed containers.
Lockable Interface for objects synchronized on lock.
Metricable Interface for integer metrics adapters.
MultiObservable Interface for observable objects.
Notifiable Interface for custom observer agents.
ReallyCloneable Interface for cloneable objects.
SafeRunnable Interface for safely runnable objects.
Sortable Interface for comparable/orderable objects.
TrimToSizeable Interface for object 'trim-to-size'.
Verifiable Interface for object self-integrity check.
 

Class Summary
ActivityCore Class for active observable entities.
BooleanVector Class for 'boolean' array wrappers.
ByteVector Class for 'byte' array wrappers.
CharVector Class for 'char' array wrappers.
ConstPair Class for immutable pairs of objects.
ConstVector Class for immutable vectors for objects.
DoubleVector Class for 'double' array wrappers.
FloatVector Class for 'float' array wrappers.
GComparator Class for 'greater-than' comparators.
IntVector Class for 'int' array wrappers.
JavaConsts Class defining Java-specific constants.
LongVector Class for 'long' array wrappers.
ObjectVector Class for object array wrappers.
ObservedCore Root class for observable objects.
PseudoRandom Class for pseudo-random generator.
ShortVector Class for 'short' array wrappers.
StrComparator Class for string comparators/metrics.
ToString Class for 'object-to-string' converters.
UnsignedInt Class for unsigned integer wrappers.
UnsignedLong Class for unsigned 'long' wrappers.
 

Exception Summary
ParserException Class for custom parser exceptions.