Module com.iamsoft.util.ui
Class OpCountingSet<T>
java.lang.Object
com.iamsoft.util.ui.javafx.test.OpCountingObject
com.iamsoft.util.ui.javafx.test.collections.OpCountingCollection<T>
com.iamsoft.util.ui.javafx.test.collections.OpCountingSet<T>
- Type Parameters:
T
- Item tpe.
- All Implemented Interfaces:
Iterable<T>
,Collection<T>
,Set<T>
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.iamsoft.util.ui.javafx.test.collections.OpCountingCollection
add, addAll, clear, contains, containsAll, getAddAllCnt, getAddCnt, getClearCnt, getContainsAllCnt, getContainsCnt, getCounts, getDelegate, getIsEmptyCnt, getIteratorCnt, getIteratorHasNextCnt, getIteratorNextCnt, getIteratorRemoveCnt, getRemoveAllCnt, getRemoveCnt, getRetainAllCnt, getSizeCnt, getToArrayCnt, getToArrayCnt2, isEmpty, iterator, remove, removeAll, retainAll, size, toArray, toArray
Methods inherited from class com.iamsoft.util.ui.javafx.test.OpCountingObject
equals, getEqualsCnt, getHashCodeCnt, getToStringCnt, hashCode, toString
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
Methods inherited from interface java.util.Collection
parallelStream, removeIf, stream, toArray
-
Constructor Details
-
OpCountingSet
-