Class OpCountingCollection<T>

    • Constructor Detail

      • OpCountingCollection

        public OpCountingCollection​(Collection<T> pDelegate)
    • Method Detail

      • getSizeCnt

        public int getSizeCnt()
      • getIsEmptyCnt

        public int getIsEmptyCnt()
      • getContainsCnt

        public int getContainsCnt()
      • getIteratorCnt

        public int getIteratorCnt()
      • getToArrayCnt

        public int getToArrayCnt()
      • getToArrayCnt2

        public int getToArrayCnt2()
      • getAddCnt

        public int getAddCnt()
      • getRemoveCnt

        public int getRemoveCnt()
      • getContainsAllCnt

        public int getContainsAllCnt()
      • getAddAllCnt

        public int getAddAllCnt()
      • getRetainAllCnt

        public int getRetainAllCnt()
      • getRemoveAllCnt

        public int getRemoveAllCnt()
      • getClearCnt

        public int getClearCnt()
      • getIteratorHasNextCnt

        public int getIteratorHasNextCnt()
      • getIteratorNextCnt

        public int getIteratorNextCnt()
      • getIteratorRemoveCnt

        public int getIteratorRemoveCnt()
      • toArray

        public <T1> T1[] toArray​(T1[] pAry)
        Specified by:
        toArray in interface Collection<T>
      • add

        public boolean add​(T pItem)
        Specified by:
        add in interface Collection<T>