com.mchange.v1.db.sql.schemarep
Class TypeRepIdenticator

java.lang.Object
  extended by com.mchange.v1.db.sql.schemarep.TypeRepIdenticator
All Implemented Interfaces:
Identicator

public class TypeRepIdenticator
extends Object
implements Identicator


Method Summary
static TypeRepIdenticator getInstance()
           
 int hash(Object o)
           
 boolean identical(Object a, Object b)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getInstance

public static TypeRepIdenticator getInstance()

identical

public boolean identical(Object a,
                         Object b)
Specified by:
identical in interface Identicator

hash

public int hash(Object o)
Specified by:
hash in interface Identicator