public class StrongEqualityEncounterCounter extends Object
Constructor and Description |
---|
StrongEqualityEncounterCounter() |
Modifier and Type | Method and Description |
---|---|
long |
encounter(Object o) |
long |
reset(Object o) |
void |
resetAll()
Remove all Object histories, resetting counts and
clearing any references from strong counters.
|
public long encounter(Object o)
encounter
in interface EncounterCounter
public long reset(Object o)
reset
in interface EncounterCounter
public void resetAll()
EncounterCounter
resetAll
in interface EncounterCounter
Copyright © 2018 com.mchange. All rights reserved.