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, toArrayMethods inherited from class com.iamsoft.util.ui.javafx.test.OpCountingObject
equals, getEqualsCnt, getHashCodeCnt, getToStringCnt, hashCode, toStringMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface java.util.Collection
parallelStream, removeIf, stream, toArray
-
Constructor Details
-
OpCountingSet
-