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