Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Uses of Package
Util.Collections

Classes in Util.Collections used by Util.Collections
AbstractMapEntry
          An AbstractMapEntry takes care of most of the grunge work involved in subclassing java.util.Map.Entry.
AbstrRelation
          AbstrRelation
AbstrRelationMapBased
          AbstrRelationMapBased
BinaryRelation
          BinaryRelation represents a predicate on a 2-tuple.
BinHeapPriorityQueue.Entry
           
CollectionFactory
          CollectionFactory is a Collection generator.
FibonacciHeap
          FibonacciHeap
FibonacciHeap.List
           
FibonacciHeap.Node
           
FilterIterator.Filter
           
GenericMultiMap
          GenericMultiMap is a default implementation of a MultiMap.
HashCodeComparator
           
IdentityHashCodeWrapper
           
InstrumentedSetWrapper
           
InstrumentedSetWrapper.InstrumentationResults
           
InvertibleMap
          An InvertibleMap is an extension of the Map interface to allow users to do reverse lookups on the mappings maintained.
InvertibleMultiMap
          An InvertibleMultiMap is an extension of the MultiMap interface to allow users to do reverse lookups on the mappings maintained.
LightMap.BinTreeNode
           
LightMap.Factory
           
ListFactory
          ListFactory is a List generator.
MapFactory
          MapFactory is a Map generator.
MapSet
          A MapSet is a java.util.Set of Map.Entrys which can also be accessed as a java.util.Map.
MaxPriorityQueue
          MaxPriorityQueue maintains a Collection of Objects, each with an associated priority.
MultiMap
          MultiMap maps a key to a collection of values.
MultiMapFactory
          MultiMapFactory is a MultiMap generator.
MultiMapSet
          A MultiMapSet is a java.util.Set of Map.Entrys which can also be accessed as a MultiMap.
PredicateWrapper
          PredicateWrapper wraps a predicate on an Object.
Relation
          Relation is a mathematical relation, accepting one to many and many to one mappings.
Relation.EntryVisitor
          RelationEntryVisitor is a wrapper for a function that is called on a relation entry of the form <key,value>.
SetFactory
          SetFactory is a Set generator.
SetRepository
           
SetRepository.LinkedHashSetFactory
           
SetRepository.SharedSet
           
SetRepository.SimpleHashSetFactory
           
SimpleHashSet
           
SortedArraySet.SortedArraySetFactory
           
UnmodifiableIterator
          UnmodifiableIterator is an abstract superclass to save you the trouble of implementing the remove() method over and over again for those iterators which don't implement it.
Worklist
          A Worklist is a unique set.