Class SetView<T>
java.lang.Object
ch.ethz.sis.openbis.generic.asapi.v3.dto.common.fetchoptions.view.AbstractCollectionView<T>
ch.ethz.sis.openbis.generic.asapi.v3.dto.common.fetchoptions.view.SetView<T>
- All Implemented Interfaces:
Serializable,Iterable<T>,Collection<T>,Set<T>
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected Collection<T> createLimited(Collection<T> originalCollection, Integer fromOrNull, Integer countOrNull) Methods inherited from class ch.ethz.sis.openbis.generic.asapi.v3.dto.common.fetchoptions.view.AbstractCollectionView
add, addAll, clear, contains, containsAll, copyItems, equals, getLimitedCollection, getOriginalCollection, hashCode, isEmpty, iterator, remove, removeAll, retainAll, size, toArray, toArray, 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
-
SetView
-
-
Method Details
-
createLimited
protected Collection<T> createLimited(Collection<T> originalCollection, Integer fromOrNull, Integer countOrNull) - Specified by:
createLimitedin classAbstractCollectionView<T>
-