Uses of Class
com.jcabi.immutable.ArraySet
-
-
Uses of ArraySet in com.jcabi.immutable
Methods in com.jcabi.immutable that return ArraySet Modifier and Type Method Description ArraySet<T>
ArraySet. with(Collection<T> vals)
Make a new one with some extra entries.ArraySet<T>
ArraySet. with(T value)
Make a new one with an extra entry.ArraySet<T>
ArraySet. without(T value)
Make a new one without an extra entry.Constructors in com.jcabi.immutable with parameters of type ArraySet Constructor Description ArraySet(ArraySet<T> set)
Public ctor.
-