Class OpCountingObject

    • Constructor Detail

      • OpCountingObject

        public OpCountingObject​(Object pDelegate)
    • Method Detail

      • 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
      • getCounts

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