| AbstractMultiSet |
Represents an abstract MultiSet based on a Map.
|
| AbstractMultiSet.MultiplicityImpl |
|
| BitSetList |
Implements a list of integers 0 and 1
stored as bits in a BitSet.
|
| Caster |
Provides ways to transform instances of various classes into one another.
|
| CollectionsExt.AbstractImmutableCollection |
A class of Collections of elements of class E
extending C
initially throwing an UnsupportedOperationException
when trying to modify the collection
either directly or via its iterator(s)
or via a transparent view
like List.subList(int, int).
|
| CollectionsExt.AbstractImmutableMultiSet |
A MultiSet which prevents being modified
by throwing an exception for the modifying methods.
|
| CollectionsExt.ImmutableCollection |
A collection which prevents being modified
by throwing an exception for the modifying methods.
|
| CollectionsExt.ImmutableList |
A list which prevents being modified
by throwing an exception for the modifying methods.
|
| CollectionsExt.ImmutableSet |
A set which prevents being modified
by throwing an exception for the modifying methods.
|
| CollectionsExt.ImmutableSortedSet |
A sorted set which prevents being modified
by throwing an exception for the modifying methods.
|
| CollectionsExt.Modification |
Enumerates the kinds of modifications on a Collection.
|
| CyclicArrayList |
Resizable-array implementation of the CyclicList interface.
|
| CyclicArrayList.CyclicArrayIterator |
|
| CyclicArrayList.StateIter |
Enumeration of the state of an iterator.
|
| CyclicIterator |
|
| CyclicList |
An ordered cyclic list.
|
| DataModel |
Enumerates categories of data models
and determines the current data model.
|
| DetOs |
Enumerates the most important operating system
and determines the current operating system.
|
| EmptyCyclicListException |
|
| FIFOList |
The FIFOList class represents a first-in-first-out (FIFO) stack of objects.
|
| Finder |
Emulates the unix shell command find which is invoked as
find [-H] [-L] [-P] [-Olevel]
[-D help|tree|search|stat|rates|opt|exec] [path...]
|
| Finder.Callable |
To be implemented by java classes to apply a filter to a file
and give feedback whether this filter succeeded.
|
| Finder.Filter |
Represents a file filter.
|
| Finder.Secondary |
|
| GifResource |
|
| JavaPath.ClsSrc |
Determines whether a class file or a source file is meant.
|
| JavaPath.FileWrapper |
Wrapps a file directly found within a directory
or within a zip-archive which also includes jar-archives.
|
| ListMap |
A SortedMap with ordering
given by the ordering by which the keys are added.
|
| ListMap.XIterator |
Common superclass of iterators on key set,
value collection and entries set
providing all methods but Iterator.next().
|
| ListSet |
|
| MultiSet |
Represents a set with multiplicities.
|
| MultiSet.Multiplicity |
Represents the multiplicity of an entry of the enclosing multi-set.
|
| MultiSetIterator |
Generalization of iterator suitable e.g. for sets to MultiSets.
|
| RealRepresentation |
Describes the representation of a real value,
which may be either a double, resp. a Double-value
or a BigDecimal for use in tables.
|
| RealRepresentation.Cutter |
A Cutter is used to shorten numbers.
|
| RealRepresentation.Desc |
Describes the way
the real number represented by RealRepresentation
is displayed as a string.
|
| SoftEnum |
This class is inspired by Enum
and is intended as common base class of classes we shall call 'soft enums'.
|
| SortedMultiSet |
Represents a sorted set with multiplicities.
|
| SwingWorker.ThreadVar |
Class to maintain reference to current worker thread
under separate synchronization control.
|
| TwoSidedList |
Compared to a classical list,
the first index of this list may well be positive
and negative indices are allowed as well.
|
| TwoSidedList.Direction |
Used as an argument for methods adding or removing elements
from this list
to determine in which direction this list has to shrink or grow.
|