- java.lang.Object
-
- com.iamsoft.util.ui.javafx.test.OpCountingObject
-
- Direct Known Subclasses:
OpCountingCollection
,OpCountingMap
public class OpCountingObject extends Object
-
-
Constructor Summary
Constructors Constructor Description OpCountingObject(Object pDelegate)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method 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()
-