E - public interface PSet<E> extends PCollection<E>, Set<E>
| Modifier and Type | Method and Description |
|---|---|
PSet<E> |
minus(Object e) |
PSet<E> |
minusAll(Collection<?> list) |
PSet<E> |
plus(E e) |
PSet<E> |
plusAll(Collection<? extends E> list) |
add, addAll, clear, remove, removeAll, retainAlladd, addAll, clear, contains, containsAll, equals, hashCode, isEmpty, iterator, remove, removeAll, retainAll, size, spliterator, toArray, toArrayparallelStream, removeIf, streamPSet<E> plus(E e)
plus in interface PCollection<E>e - non-nullPSet<E> plusAll(Collection<? extends E> list)
plusAll in interface PCollection<E>list - contains no null elementsPSet<E> minus(Object e)
minus in interface PCollection<E>PSet<E> minusAll(Collection<?> list)
minusAll in interface PCollection<E>Copyright © 2019. All rights reserved.