Uses of Package
org.jjoost.collections

Packages that use org.jjoost.collections
org.jjoost.collections   
org.jjoost.collections.bimaps   
org.jjoost.collections.maps.base   
org.jjoost.collections.maps.concurrent   
org.jjoost.collections.maps.nested   
org.jjoost.collections.maps.serial   
org.jjoost.collections.maps.wrappers   
org.jjoost.collections.sets.base   
org.jjoost.collections.sets.concurrent   
org.jjoost.collections.sets.serial   
org.jjoost.collections.sets.wrappers   
org.jjoost.util   
org.jjoost.util.filters   
 

Classes in org.jjoost.collections used by org.jjoost.collections
AnyMap
          This interface is the common ancestor of all modifiable Jjoost maps.
AnyReadMap
          This interface is the common ancestor of all Jjoost maps.
AnyReadSet
           This interface is the common ancestor of all Jjoost sets.
AnySet
           This interface is the common ancestor of all modifiable Jjoost sets.
ListMap
          This interface declares a map that permits duplicate keys and duplicate key->value pairs, i.e.
ListMapNesting
          This class encapsulates the concept of nesting for objects that implement ListMap.
ListMapNesting.Type
          An enumeration of the nesting types for ListMap
Map
          This interface declares a map that permits each key to map to at most one value
MapMaker
          This abstract class defines methods which can be used to construct a Map, MultiMap or ListMap.
MapMaker.HashMapMaker
          This class provides a user friendly means of constructing a variety of hash maps.
MultiMap
          This interface declares a map that permits duplicate keys, but no duplicate key->value pairs, i.e.
MultiMapNesting
          This class encapsulates the concept of nesting for objects that implement MultiMap.
MultiMapNesting.Type
          An enumeration of the nesting types for MultiMap
MultiSet
          This interface declares a set that supports multiple occurrences of each value
MultiSetNesting
          This class encapsulates the concept of nesting for objects that implement MultiSet.
MultiSetNesting.Type
          An enumeration of the nesting types for MultiSet
Set
           This interface declares that a set supports precisely one occurence of each value
SetMaker
           
SetMaker.HashSetMaker
          This class provides a user friendly means of constructing a variety of hash sets.
UnitarySet
          This interface represents the rather dubious concept of a set that may contain at most one item.
 

Classes in org.jjoost.collections used by org.jjoost.collections.bimaps
AnyMap
          This interface is the common ancestor of all modifiable Jjoost maps.
AnyReadMap
          This interface is the common ancestor of all Jjoost maps.
AnySet
           This interface is the common ancestor of all modifiable Jjoost sets.
ListMap
          This interface declares a map that permits duplicate keys and duplicate key->value pairs, i.e.
Map
          This interface declares a map that permits each key to map to at most one value
MultiMap
          This interface declares a map that permits duplicate keys, but no duplicate key->value pairs, i.e.
MultiSet
          This interface declares a set that supports multiple occurrences of each value
Set
           This interface declares that a set supports precisely one occurence of each value
UnitarySet
          This interface represents the rather dubious concept of a set that may contain at most one item.
 

Classes in org.jjoost.collections used by org.jjoost.collections.maps.base
AnyMap
          This interface is the common ancestor of all modifiable Jjoost maps.
AnyReadMap
          This interface is the common ancestor of all Jjoost maps.
ListMap
          This interface declares a map that permits duplicate keys and duplicate key->value pairs, i.e.
Map
          This interface declares a map that permits each key to map to at most one value
MultiMap
          This interface declares a map that permits duplicate keys, but no duplicate key->value pairs, i.e.
MultiSet
          This interface declares a set that supports multiple occurrences of each value
Set
           This interface declares that a set supports precisely one occurence of each value
UnitarySet
          This interface represents the rather dubious concept of a set that may contain at most one item.
 

Classes in org.jjoost.collections used by org.jjoost.collections.maps.concurrent
AnyMap
          This interface is the common ancestor of all modifiable Jjoost maps.
AnyReadMap
          This interface is the common ancestor of all Jjoost maps.
ListMap
          This interface declares a map that permits duplicate keys and duplicate key->value pairs, i.e.
Map
          This interface declares a map that permits each key to map to at most one value
MultiMap
          This interface declares a map that permits duplicate keys, but no duplicate key->value pairs, i.e.
 

Classes in org.jjoost.collections used by org.jjoost.collections.maps.nested
AnyMap
          This interface is the common ancestor of all modifiable Jjoost maps.
AnyReadMap
          This interface is the common ancestor of all Jjoost maps.
AnySet
           This interface is the common ancestor of all modifiable Jjoost sets.
ListMap
          This interface declares a map that permits duplicate keys and duplicate key->value pairs, i.e.
Map
          This interface declares a map that permits each key to map to at most one value
MultiMap
          This interface declares a map that permits duplicate keys, but no duplicate key->value pairs, i.e.
MultiSet
          This interface declares a set that supports multiple occurrences of each value
Set
           This interface declares that a set supports precisely one occurence of each value
 

Classes in org.jjoost.collections used by org.jjoost.collections.maps.serial
AnyMap
          This interface is the common ancestor of all modifiable Jjoost maps.
AnyReadMap
          This interface is the common ancestor of all Jjoost maps.
ListMap
          This interface declares a map that permits duplicate keys and duplicate key->value pairs, i.e.
Map
          This interface declares a map that permits each key to map to at most one value
MultiMap
          This interface declares a map that permits duplicate keys, but no duplicate key->value pairs, i.e.
 

Classes in org.jjoost.collections used by org.jjoost.collections.maps.wrappers
AnyMap
          This interface is the common ancestor of all modifiable Jjoost maps.
AnyReadMap
          This interface is the common ancestor of all Jjoost maps.
AnySet
           This interface is the common ancestor of all modifiable Jjoost sets.
ListMap
          This interface declares a map that permits duplicate keys and duplicate key->value pairs, i.e.
Map
          This interface declares a map that permits each key to map to at most one value
MultiMap
          This interface declares a map that permits duplicate keys, but no duplicate key->value pairs, i.e.
MultiSet
          This interface declares a set that supports multiple occurrences of each value
Set
           This interface declares that a set supports precisely one occurence of each value
UnitarySet
          This interface represents the rather dubious concept of a set that may contain at most one item.
 

Classes in org.jjoost.collections used by org.jjoost.collections.sets.base
AnyReadSet
           This interface is the common ancestor of all Jjoost sets.
AnySet
           This interface is the common ancestor of all modifiable Jjoost sets.
MultiSet
          This interface declares a set that supports multiple occurrences of each value
Set
           This interface declares that a set supports precisely one occurence of each value
 

Classes in org.jjoost.collections used by org.jjoost.collections.sets.concurrent
AnyReadSet
           This interface is the common ancestor of all Jjoost sets.
AnySet
           This interface is the common ancestor of all modifiable Jjoost sets.
MultiSet
          This interface declares a set that supports multiple occurrences of each value
Set
           This interface declares that a set supports precisely one occurence of each value
 

Classes in org.jjoost.collections used by org.jjoost.collections.sets.serial
AnyReadSet
           This interface is the common ancestor of all Jjoost sets.
AnySet
           This interface is the common ancestor of all modifiable Jjoost sets.
MultiSet
          This interface declares a set that supports multiple occurrences of each value
Set
           This interface declares that a set supports precisely one occurence of each value
 

Classes in org.jjoost.collections used by org.jjoost.collections.sets.wrappers
AnyReadSet
           This interface is the common ancestor of all Jjoost sets.
AnySet
           This interface is the common ancestor of all modifiable Jjoost sets.
MultiSet
          This interface declares a set that supports multiple occurrences of each value
Set
           This interface declares that a set supports precisely one occurence of each value
 

Classes in org.jjoost.collections used by org.jjoost.util
AnySet
           This interface is the common ancestor of all modifiable Jjoost sets.
Set
           This interface declares that a set supports precisely one occurence of each value
 

Classes in org.jjoost.collections used by org.jjoost.util.filters
AnySet
           This interface is the common ancestor of all modifiable Jjoost sets.
Set
           This interface declares that a set supports precisely one occurence of each value