Uses of Interface
net.sf.staccatocommons.lang.value.RelevantState.StateCollector

Packages that use RelevantState.StateCollector
net.sf.staccatocommons.lang.value This package contains classes for that help on implementing Object.equals(Object), Object.hashCode() and Object.toString() 
 

Uses of RelevantState.StateCollector in net.sf.staccatocommons.lang.value
 

Methods in net.sf.staccatocommons.lang.value that return RelevantState.StateCollector
 RelevantState.StateCollector RelevantState.StateCollector.add(boolean attribute)
          Adds a boolean attribute to the object's state
 RelevantState.StateCollector RelevantState.StateCollector.add(int attribute)
          Adds an int attribute to the object's state
 RelevantState.StateCollector RelevantState.StateCollector.add(long attribute)
          Adds a long attribute to the object's state
 RelevantState.StateCollector RelevantState.StateCollector.add(Object attribute)
          Adds an attribute to the object's state
 

Methods in net.sf.staccatocommons.lang.value with parameters of type RelevantState.StateCollector
protected abstract  void RelevantState.collectState(A object, RelevantState.StateCollector s)
          Collects the attributes that conform the relevant state of the given object, by adding them to the given RelevantState.StateCollector
 



Copyright © 2010-2012 Staccatocommons. All Rights Reserved.