Uses of Class
org.eclipse.collections.impl.set.mutable.SetAdapter
-
Packages that use SetAdapter Package Description org.eclipse.collections.impl.set.mutable This package contains implementations ofMutableSet
. -
-
Uses of SetAdapter in org.eclipse.collections.impl.set.mutable
Methods in org.eclipse.collections.impl.set.mutable that return SetAdapter Modifier and Type Method Description SetAdapter<T>
SetAdapter. with(T element)
SetAdapter<T>
SetAdapter. with(T... elements)
SetAdapter<T>
SetAdapter. with(T element1, T element2)
SetAdapter<T>
SetAdapter. with(T element1, T element2, T element3)
SetAdapter<T>
SetAdapter. withAll(java.lang.Iterable<? extends T> elements)
SetAdapter<T>
SetAdapter. without(T element)
SetAdapter<T>
SetAdapter. withoutAll(java.lang.Iterable<? extends T> elements)
-