public class OpCountingObject extends Object
Constructor and Description |
---|
OpCountingObject(Object pDelegate) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object pObj) |
Map<String,Integer> |
getCounts()
Map from operation name t0 number of invocations.
|
protected Object |
getDelegate() |
int |
getEqualsCnt() |
int |
getHashCodeCnt() |
int |
getToStringCnt() |
int |
hashCode() |
String |
toString() |
Copyright © 2023. All rights reserved.