public class POrderedSetXImpl<T> extends java.lang.Object implements POrderedSetX<T>
Constructor and Description |
---|
POrderedSetXImpl() |
Modifier and Type | Method and Description |
---|---|
boolean |
add(T e) |
boolean |
addAll(java.util.Collection<? extends T> c)
Deprecated.
|
void |
clear()
Deprecated.
|
<R,A> R |
collect(java.util.stream.Collector<? super T,A,R> collector) |
boolean |
contains(java.lang.Object e) |
boolean |
containsAll(java.util.Collection<?> c) |
long |
count() |
boolean |
equals(java.lang.Object o) |
void |
forEach(java.util.function.Consumer<? super T> action) |
T |
get(int index) |
int |
hashCode() |
int |
indexOf(java.lang.Object o) |
boolean |
isEmpty() |
java.util.Iterator<T> |
iterator() |
POrderedSetX<T> |
minus(java.lang.Object e) |
POrderedSetX<T> |
minusAll(java.util.Collection<?> list) |
java.util.stream.Stream<T> |
parallelStream() |
POrderedSetX<T> |
plus(T e) |
POrderedSetX<T> |
plusAll(java.util.Collection<? extends T> list) |
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)
Deprecated.
|
int |
size() |
java.util.Spliterator<T> |
spliterator() |
java.lang.Object[] |
toArray() |
<T> T[] |
toArray(T[] a) |
java.lang.String |
toString() |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
cast, combinations, combinations, combine, cycle, cycle, cycleUntil, cycleWhile, distinct, dropRight, dropUntil, dropWhile, empty, emptyUnit, filter, filterNot, flatMap, from, fromCollection, fromIterable, fromStream, grouped, grouped, grouped, grouped, groupedStatefullyWhile, groupedUntil, groupedUntil, groupedWhile, groupedWhile, intersperse, limit, limitLast, limitUntil, limitWhile, map, monoid, notNull, of, ofType, onEmpty, onEmptyGet, onEmptyThrow, patternMatch, permutations, plusInOrder, 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, toPOrderedSet, toPOrderedSet, toPOrderedSetX, trampoline, unit, unit, unitIterator, zip, zip, zip, zip3, zip4, zipStream, zipWithIndex
collectable, findAny, findFirst, forEach2, forEach2, forEach3, forEach3, getAtIndex, groupBy, head, headAndTail, peek, single, single, singleOptional
xMatch
fixedDelay, onePer, xPer
ap1, ap2, ap3, ap4, ap5, applicatives
flatMapPublisher, flatMapPublisher, flatMapPublisher, mergePublisher, mergePublisher
allMatch, anyMatch, avg, avg, avgDouble, avgInt, avgLong, count, countDistinct, countDistinct, countDistinctBy, countDistinctBy, max, max, max, max, maxBy, maxBy, median, median, medianBy, medianBy, min, min, min, min, minBy, minBy, mode, noneMatch, percentile, percentile, percentileBy, percentileBy, sum, sum, sumDouble, sumInt, sumLong, toCollection, toList, toList, toMap, toSet, toSet, toString, toString
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 POrderedSetX<T> plus(T e)
plus
in interface FluentCollectionX<T>
plus
in interface POrderedSetX<T>
plus
in interface org.pcollections.PCollection<T>
plus
in interface org.pcollections.POrderedSet<T>
plus
in interface org.pcollections.PSet<T>
e
- MapPSet.plus(java.lang.Object)
public POrderedSetX<T> minus(java.lang.Object e)
minus
in interface FluentCollectionX<T>
minus
in interface POrderedSetX<T>
minus
in interface org.pcollections.PCollection<T>
minus
in interface org.pcollections.POrderedSet<T>
minus
in interface org.pcollections.PSet<T>
e
- MapPSet.minus(java.lang.Object)
public POrderedSetX<T> plusAll(java.util.Collection<? extends T> list)
plusAll
in interface FluentCollectionX<T>
plusAll
in interface POrderedSetX<T>
plusAll
in interface org.pcollections.PCollection<T>
plusAll
in interface org.pcollections.POrderedSet<T>
plusAll
in interface org.pcollections.PSet<T>
list
- MapPSet.plusAll(java.util.Collection)
public POrderedSetX<T> minusAll(java.util.Collection<?> list)
minusAll
in interface FluentCollectionX<T>
minusAll
in interface POrderedSetX<T>
minusAll
in interface org.pcollections.PCollection<T>
minusAll
in interface org.pcollections.POrderedSet<T>
minusAll
in interface org.pcollections.PSet<T>
list
- MapPSet.minusAll(java.util.Collection)
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)
@Deprecated public boolean addAll(java.util.Collection<? extends T> c)
@Deprecated public boolean retainAll(java.util.Collection<?> c)
@Deprecated public void clear()
public java.lang.String toString()
toString
in class java.lang.Object
AbstractCollection.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 T get(int index)
get
in interface org.pcollections.POrderedSet<T>
index
- POrderedSet.get(int)
public int indexOf(java.lang.Object o)
indexOf
in interface org.pcollections.POrderedSet<T>
o
- POrderedSet.indexOf(java.lang.Object)
public boolean removeIf(java.util.function.Predicate<? super T> filter)
removeIf
in interface java.util.Collection<T>
filter
- Collection.removeIf(java.util.function.Predicate)
public java.util.Spliterator<T> spliterator()