com.mchange.v2.encounter
Class IdentityEncounterCounter

java.lang.Object
  extended by com.mchange.v2.encounter.IdentityEncounterCounter
All Implemented Interfaces:
EncounterCounter

public class IdentityEncounterCounter
extends Object


Constructor Summary
IdentityEncounterCounter()
           
 
Method Summary
 long encounter(Object o)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IdentityEncounterCounter

public IdentityEncounterCounter()
Method Detail

encounter

public long encounter(Object o)
Specified by:
encounter in interface EncounterCounter
Returns:
how many times have I seen this object before?