All Packages
Index
Class Hierarchy
class java.lang.Object
class collections.
ArrayEnumeration
(implements collections.
CollectionEnumeration
)
interface collections.
Assertable
interface collections.
Bag
(extends collections.
Collection
)
interface collections.
BinaryFunction
(extends java.io.Serializable)
class collections.
CEImpl
(implements collections.
CollectionEnumeration
)
class collections.
Cell
(implements java.lang.Cloneable, java.io.Serializable)
class collections.
CLCell
class collections.
LLCell
class collections.
LLPair
(implements collections.
Pair
)
class collections.
RBCell
(implements collections.
ImplementationCheckable
)
class collections.
RBPair
(implements collections.
Pair
)
class collections.
CheckedCollection
(implements collections.
UpdatableCollection
)
class collections.
CheckedBag
(implements collections.
UpdatableBag
)
class collections.
CheckedMap
(implements collections.
UpdatableMap
)
class collections.
CheckedSeq
(implements collections.
UpdatableSeq
)
class collections.
CheckedSet
(implements collections.
UpdatableSet
)
interface collections.
Collection
(extends collections.
ImplementationCheckable
, java.lang.Cloneable, java.io.Serializable)
interface collections.
CollectionEnumeration
(extends java.util.Enumeration, java.io.Serializable)
interface collections.
Comparator
(extends java.io.Serializable)
class collections.
DefaultComparator
(implements collections.
Comparator
)
class collections.
DefaultImplementations
interface collections.
ElementSortedCollection
(extends collections.
Collection
)
class collections.
FilteringEnumeration
(implements java.util.Enumeration)
interface collections.
Function
interface collections.
HashTableParams
interface collections.
Immutable
interface collections.
ImplementationCheckable
(extends collections.
Assertable
)
class collections.
IncrCollectionEnumeration
(implements collections.
CollectionEnumeration
)
class collections.
IncrImpl
(implements collections.
Immutable
, collections.
Collection
)
class collections.
IncrBag
(implements collections.
Immutable
, collections.
Bag
)
class collections.
IncrMap
(implements collections.
Map
)
class collections.
IncrSeq
(implements collections.
Seq
)
class collections.
IncrSet
(implements collections.
Set
)
class collections.
InterleavingEnumeration
(implements java.util.Enumeration)
interface collections.
KeySortedCollection
(extends collections.
Collection
)
interface collections.
Keyed
(extends java.io.Serializable)
interface collections.
Map
(extends collections.
Collection
)
class collections.
MappingEnumeration
(implements java.util.Enumeration)
interface collections.
Pair
(extends collections.
Keyed
)
interface collections.
Predicate
(extends java.io.Serializable)
interface collections.
Procedure
(extends java.io.Serializable)
interface collections.
Seq
(extends collections.
Collection
)
interface collections.
Set
(extends collections.
Collection
)
interface collections.
SortableCollection
(extends collections.
UpdatableCollection
)
class java.lang.Throwable (implements java.io.Serializable)
class java.lang.Error
class collections.
ImplementationError
class java.lang.Exception
class java.lang.RuntimeException
class java.lang.IllegalArgumentException
class collections.
IllegalElementException
class java.util.NoSuchElementException
class collections.
CorruptedEnumerationException
interface collections.
UpdatableBag
(extends collections.
UpdatableCollection
, collections.
Bag
)
interface collections.
UpdatableCollection
(extends collections.
Collection
)
class collections.
UpdatableImpl
(implements collections.
UpdatableCollection
)
class collections.
UpdatableBagImpl
(implements collections.
UpdatableBag
)
class collections.
LinkedBuffer
(implements collections.
UpdatableBag
)
class collections.
RBTree
(implements collections.
UpdatableBag
, collections.
ElementSortedCollection
)
class collections.
UpdatableMapImpl
(implements collections.
UpdatableMap
)
class collections.
HashedMap
(implements collections.
UpdatableMap
, collections.
HashTableParams
)
class collections.
LLMap
(implements collections.
UpdatableMap
)
class collections.
RBMap
(implements collections.
UpdatableMap
, collections.
KeySortedCollection
)
class collections.
UpdatableSeqImpl
(implements collections.
UpdatableSeq
)
class collections.
CircularList
(implements collections.
UpdatableSeq
)
class collections.
Dynarray
(implements collections.
UpdatableSeq
, collections.
SortableCollection
)
class collections.
LinkedList
(implements collections.
UpdatableSeq
, collections.
SortableCollection
)
class collections.
UpdatableSetImpl
(implements collections.
UpdatableSet
)
class collections.
HashedSet
(implements collections.
UpdatableSet
, collections.
HashTableParams
)
interface collections.
UpdatableMap
(extends collections.
UpdatableCollection
, collections.
Map
)
interface collections.
UpdatableSeq
(extends collections.
UpdatableCollection
, collections.
Seq
)
interface collections.
UpdatableSet
(extends collections.
UpdatableCollection
, collections.
Set
)