Class OpCountingObject

java.lang.Object
com.iamsoft.util.ui.javafx.test.OpCountingObject
Direct Known Subclasses:
OpCountingCollection, OpCountingMap

public class OpCountingObject extends Object
  • Constructor Details

    • OpCountingObject

      public OpCountingObject(Object pDelegate)
  • Method Details

    • getDelegate

      protected Object getDelegate()
    • getEqualsCnt

      public int getEqualsCnt()
    • getHashCodeCnt

      public int getHashCodeCnt()
    • getToStringCnt

      public int getToStringCnt()
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • equals

      public boolean equals(Object pObj)
      Overrides:
      equals in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • getCounts

      public Map<String,Integer> getCounts()
      Map from operation name t0 number of invocations.