Uses of Interface
net.walend.collection.Identitor

Packages that use Identitor
net.walend.collection This package contains a collection kit. 
net.walend.lyophil.collection This package contains a persistent collection kit based on Lyophilizer. 
 

Uses of Identitor in net.walend.collection
 

Classes in net.walend.collection that implement Identitor
 class DefaultIdentitor
          This class implements Identitor using an object's own equals() and hashCode() methods.
 

Uses of Identitor in net.walend.lyophil.collection
 

Classes in net.walend.lyophil.collection that implement Identitor
 class FreezableIdentitor
          An Identitor for Freezables.
 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