Uses of Interface
net.walend.collection.Immutable

Packages that use Immutable
net.walend.collection This package contains a collection kit. 
net.walend.digraph This package contains a kit for working with directed graphs. 
net.walend.lyophil.collection This package contains a persistent collection kit based on Lyophilizer. 
 

Uses of Immutable in net.walend.collection
 

Classes in net.walend.collection that implement Immutable
 class ArrayList
          This implementation of List is built on top of an array.
 class DefaultIdentitor
          This class implements Identitor using an object's own equals() and hashCode() methods.
 class HashMap
          This is an immutable implementation of Map
 class HashSet
          This implementation of Set is built on top of a Map.
 

Uses of Immutable in net.walend.digraph
 

Classes in net.walend.digraph that implement Immutable
 class HashCEDigraph
          This class implements the CEDigraph interface using a Map and a Set.
 class HashGEDigraph
          This class implements the GEDigraph interface using two HashMaps.
 class HashUEDigraph
          This class implements the UEDigraph interface using three HashMaps.
 

Uses of Immutable in net.walend.lyophil.collection
 

Classes in net.walend.lyophil.collection that implement Immutable
 class FreezableIdentitor
          An Identitor for Freezables.
 class FreezerHashMap
           
 class FreezerHashSet
           
 class HashMapToFreezables
           
 class HashSetOfFreezables
           
 class MapToFreezablesIdentitor
          This class implements Identitor using an object's own equals() and hashCode() methods for equals() and hashCode(), but checks for equal identifiers of freezables insice the valueEquals() method.
 



Copyright (c) 2000, 2001, David Walend