Class EclipseCollectionsLongSetMemory.SetWrapper
java.lang.Object
tools.refinery.interpreter.matchers.util.EclipseCollectionsLongSetMemory.SetWrapper
- Enclosing class:
EclipseCollectionsLongSetMemory
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanbooleanaddAll(Collection<? extends Long> c) voidclear()booleanbooleancontainsAll(Collection<?> c) booleanisEmpty()iterator()booleanbooleanremoveAll(Collection<?> c) booleanretainAll(Collection<?> c) intsize()Object[]toArray()<T> T[]toArray(T[] a) Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface Collection
parallelStream, removeIf, stream, toArrayMethods inherited from interface Set
equals, hashCode, spliterator
-
Constructor Details
-
SetWrapper
public SetWrapper(org.eclipse.collections.api.set.primitive.LongSet wrapped) - Parameters:
wrapped-
-
-
Method Details
-
size
-
isEmpty
-
contains
-
iterator
-
containsAll
- Specified by:
containsAllin interfaceCollection<Long>- Specified by:
containsAllin interfaceSet<Long>
-
toArray
-
toArray
-
add
-
remove
-
addAll
-
retainAll
-
removeAll
-
clear
-