Uses of Class
net.sf.staccatocommons.lang.value.BasicEquals

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

Uses of BasicEquals in net.sf.staccatocommons.lang.value
 

Methods in net.sf.staccatocommons.lang.value that return BasicEquals
static
<T> BasicEquals
BasicEquals.from(T this_, Object that)
          Performs a BasicEquals test
static BasicEquals BasicEquals.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static BasicEquals[] BasicEquals.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 



Copyright © 2010-2012 Staccatocommons. All Rights Reserved.