Uses of Package
net.walend.collection

Packages that use net.walend.collection
net.walend.collection This package contains a few additions and utilities for the java.util collections kit. 
net.walend.collection.test   
net.walend.digraph This package contains a kit for working with directed graphs. 
net.walend.digraph.path This package contains a kit for working with paths on directed graphs. 
net.walend.digraph.test   
net.walend.grid Grids are Collections built on multidimensional arrays. 
net.walend.grid.test   
net.walend.measured This package contains a kit for working with measured paths on directed graphs. 
net.walend.measured.test This package contains a kit for testing measuring paths. 
 

Classes in net.walend.collection used by net.walend.collection
Bag
          Bag is an interface for Collections that are just simple Collections.
FibIntHeap
          FibIntHeap is an IntHeap built on top of a Fibinocci heap.
HasState
          Classes of objects that have an internal state should implement this interface as a better alternative to overriding equals().
IndexedIterator
          Use this iterface for indexed collections.
IntHeap
          IntHeap is an interface for Heaps with int keys.
IntHeapMember
          IntHeapMember implements IntHeap's HeapMember interface.
MapAlgebra.UnsafeReverseException
           
MapBag
          An implementation of the Bag interface based on a Map.
MapBag.Counter
           
 

Classes in net.walend.collection used by net.walend.collection.test
Bag
          Bag is an interface for Collections that are just simple Collections.
HasState
          Classes of objects that have an internal state should implement this interface as a better alternative to overriding equals().
IntHeap
          IntHeap is an interface for Heaps with int keys.
IntHeapMember
          IntHeapMember implements IntHeap's HeapMember interface.
 

Classes in net.walend.collection used by net.walend.digraph
Bag
          Bag is an interface for Collections that are just simple Collections.
HasState
          Classes of objects that have an internal state should implement this interface as a better alternative to overriding equals().
IndexedIterator
          Use this iterface for indexed collections.
 

Classes in net.walend.collection used by net.walend.digraph.path
Bag
          Bag is an interface for Collections that are just simple Collections.
HasState
          Classes of objects that have an internal state should implement this interface as a better alternative to overriding equals().
IndexedIterator
          Use this iterface for indexed collections.
 

Classes in net.walend.collection used by net.walend.digraph.test
Bag
          Bag is an interface for Collections that are just simple Collections.
HasState
          Classes of objects that have an internal state should implement this interface as a better alternative to overriding equals().
 

Classes in net.walend.collection used by net.walend.grid
HasState
          Classes of objects that have an internal state should implement this interface as a better alternative to overriding equals().
IndexedIterator
          Use this iterface for indexed collections.
 

Classes in net.walend.collection used by net.walend.grid.test
HasState
          Classes of objects that have an internal state should implement this interface as a better alternative to overriding equals().
 

Classes in net.walend.collection used by net.walend.measured
Bag
          Bag is an interface for Collections that are just simple Collections.
HasState
          Classes of objects that have an internal state should implement this interface as a better alternative to overriding equals().
IndexedIterator
          Use this iterface for indexed collections.
IntHeapMember
          IntHeapMember implements IntHeap's HeapMember interface.
 

Classes in net.walend.collection used by net.walend.measured.test
HasState
          Classes of objects that have an internal state should implement this interface as a better alternative to overriding equals().
 



Copyright (c) 2001, 2002, David Walend