public class SortedSetXImpl<T> extends java.lang.Object implements SortedSetX<T>
SortedSetX.Comparables| Constructor and Description |
|---|
SortedSetXImpl() |
SortedSetXImpl(java.util.SortedSet<T> set) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
add(T e) |
boolean |
addAll(java.util.Collection<? extends T> c) |
void |
clear() |
<R,A> R |
collect(java.util.stream.Collector<? super T,A,R> collector) |
java.util.Comparator<? super T> |
comparator() |
boolean |
contains(java.lang.Object e) |
boolean |
containsAll(java.util.Collection<?> c) |
long |
count() |
boolean |
equals(java.lang.Object o) |
T |
first() |
void |
forEach(java.util.function.Consumer<? super T> action) |
int |
hashCode() |
SortedSetX<T> |
headSet(T toElement) |
boolean |
isEmpty() |
java.util.Iterator<T> |
iterator() |
T |
last() |
java.util.stream.Stream<T> |
parallelStream() |
boolean |
remove(java.lang.Object o) |
boolean |
removeAll(java.util.Collection<?> c) |
boolean |
removeIf(java.util.function.Predicate<? super T> filter) |
boolean |
retainAll(java.util.Collection<?> c) |
int |
size() |
java.util.Spliterator<T> |
spliterator() |
SortedSetX<T> |
subSet(T fromElement,
T toElement) |
java.util.SortedSet<T> |
tailSet(T fromElement) |
java.lang.Object[] |
toArray() |
<T> T[] |
toArray(T[] a) |
java.lang.String |
toString() |
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcast, combinations, combinations, combine, cycle, cycle, cycleUntil, cycleWhile, defaultCollector, distinct, dropRight, dropUntil, dropWhile, empty, filter, filterNot, flatMap, from, fromIterable, fromIterable, fromPublisher, fromStream, generate, getCollector, grouped, grouped, grouped, grouped, groupedStatefullyWhile, groupedUntil, groupedUntil, groupedWhile, groupedWhile, immutableCollector, intersperse, iterate, limit, limitLast, limitUntil, limitWhile, map, minus, minusAll, notNull, of, ofType, onEmpty, onEmptyGet, onEmptyThrow, patternMatch, permutations, plus, plusAll, range, rangeLong, removeAll, removeAll, removeAll, removeAll, retainAll, retainAll, retainAll, retainAll, reverse, scanLeft, scanLeft, scanRight, scanRight, shuffle, shuffle, singleton, skip, skipLast, skipUntil, skipWhile, slice, sliding, sliding, sorted, sorted, sorted, stream, takeRight, takeUntil, takeWhile, toSortedSetX, trampoline, unfold, unit, unit, unitIterator, zip, zip, zip, zip, zip, zip, zip3, zip4, zipWithIndexreduceplusInOrdercollectable, findAny, findFirst, forEach2, forEach2, forEach3, forEach3, fromCollection, getAtIndex, groupBy, head, headAndTail, peek, single, single, singleOptionalgroupedStatefullyWhileT, groupedT, groupedUntilT, groupedWhileT, slidingT, slidingTfixedDelay, onePer, xPerfoldable, visitap1, ap2, ap3, ap4, ap5, applicativesflatMapPublisher, flatMapPublisher, flatMapPublisher, mergePublisher, mergePublisherendsWith, endsWithIterable, firstValue, foldRight, foldRight, foldRight, foldRightMapToType, get, join, join, join, mapReduce, mapReduce, print, print, printErr, printOut, reduce, reduce, reduce, reduce, reduce, reduce, schedule, scheduleFixedDelay, scheduleFixedRate, startsWith, startsWithIterable, toConcurrentLazyCollection, toConcurrentLazyStreamable, toLazyCollection, validate, xMatchfutureOperations, lazyOperations, subscribe, traversableseq, toCompletableFuture, toDequeX, toEvalAlways, toEvalLater, toEvalNow, toFutureStream, toFutureStream, toFutureW, toIor, toIorSecondary, toListX, toMapX, toMaybe, toOptional, toPBagX, toPMapX, toPOrderedSetX, toPQueueX, toPSetX, toPStackX, toPVectorX, toQueueX, toSetX, toSimpleReact, toSimpleReact, toStreamable, toTry, toValue, toValueMap, toValueSet, toXor, toXorSecondaryallMatch, anyMatch, avg, avg, avgDouble, avgInt, avgLong, bitAnd, bitAnd, bitAndInt, bitAndLong, bitOr, bitOr, bitOrInt, bitOrLong, commonPrefix, commonSuffix, count, countDistinct, countDistinct, countDistinctBy, countDistinctBy, max, max, max, max, maxAll, maxAll, maxAll, maxAll, maxAllBy, maxAllBy, maxBy, maxBy, median, median, medianBy, medianBy, min, min, min, min, minAll, minAll, minAll, minAll, minAllBy, minAllBy, minBy, minBy, mode, modeAll, modeAllBy, modeBy, noneMatch, percentile, percentile, percentileBy, percentileBy, sum, sum, sumDouble, sumInt, sumLong, toCollection, toList, toList, toMap, toMap, toSet, toSet, toString, toStringpublic SortedSetXImpl(java.util.SortedSet<T> set)
public SortedSetXImpl()
public void forEach(java.util.function.Consumer<? super T> action)
forEach in interface java.lang.Iterable<T>action - Iterable.forEach(java.util.function.Consumer)public java.util.Iterator<T> iterator()
public int size()
public boolean contains(java.lang.Object e)
public boolean equals(java.lang.Object o)
public boolean isEmpty()
public int hashCode()
public java.lang.Object[] toArray()
public boolean removeAll(java.util.Collection<?> c)
public <T> T[] toArray(T[] a)
public boolean add(T e)
public boolean remove(java.lang.Object o)
public boolean containsAll(java.util.Collection<?> c)
public boolean addAll(java.util.Collection<? extends T> c)
public boolean retainAll(java.util.Collection<?> c)
public void clear()
public java.lang.String toString()
toString in class java.lang.ObjectAbstractCollection.toString()public <R,A> R collect(java.util.stream.Collector<? super T,A,R> collector)
collect in interface CyclopsCollectable<T>collect in interface org.jooq.lambda.Collectable<T>public long count()
count in interface CyclopsCollectable<T>count in interface org.jooq.lambda.Collectable<T>public java.util.Comparator<? super T> comparator()
comparator in interface java.util.SortedSet<T>SortedSet.comparator()public SortedSetX<T> subSet(T fromElement, T toElement)
subSet in interface java.util.SortedSet<T>fromElement - toElement - SortedSet.subSet(java.lang.Object, java.lang.Object)public SortedSetX<T> headSet(T toElement)
headSet in interface java.util.SortedSet<T>toElement - SortedSet.headSet(java.lang.Object)public java.util.SortedSet<T> tailSet(T fromElement)
tailSet in interface java.util.SortedSet<T>fromElement - SortedSet.tailSet(java.lang.Object)public T first()
first in interface java.util.SortedSet<T>SortedSet.first()public T last()
last in interface java.util.SortedSet<T>SortedSet.last()public java.util.Spliterator<T> spliterator()
public boolean removeIf(java.util.function.Predicate<? super T> filter)
removeIf in interface java.util.Collection<T>filter - Collection.removeIf(java.util.function.Predicate)