public class ImprovedSet<T> extends QuickCollection<T> implements Set<T>
| Modifier and Type | Class and Description |
|---|---|
static class |
ImprovedSet.ImprovedSetStream<T> |
delegate| Constructor and Description |
|---|
ImprovedSet() |
ImprovedSet(Collection<T> sadCollection) |
ImprovedSet(Set<T> sadDelegate) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
ImprovedSet.ImprovedSetStream<T> |
filter(java.util.function.Predicate<T> p) |
int |
hashCode() |
static <T> ImprovedSet<T> |
of(Set<T> sadSet) |
static <T> ImprovedSet<T> |
of(T... stuff) |
<O> ImprovedSet<O> |
transform(java.util.function.Function<? super T,? extends O> f) |
add, addAll, clear, contains, containsAll, isEmpty, iterator, remove, removeAll, retainAll, size, toArray, toArray, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitadd, addAll, clear, contains, containsAll, isEmpty, iterator, remove, removeAll, retainAll, size, spliterator, toArray, toArrayparallelStream, removeIf, streampublic ImprovedSet()
public ImprovedSet(Collection<T> sadCollection)
public static <T> ImprovedSet<T> of(Set<T> sadSet)
@SafeVarargs public static <T> ImprovedSet<T> of(T... stuff)
public <O> ImprovedSet<O> transform(java.util.function.Function<? super T,? extends O> f)
public ImprovedSet.ImprovedSetStream<T> filter(java.util.function.Predicate<T> p)
filter in interface ImprovedCollection<T>public boolean equals(Object o)
equals in interface Collection<T>equals in interface Set<T>equals in class QuickCollection<T>public int hashCode()
hashCode in interface Collection<T>hashCode in interface Set<T>hashCode in class QuickCollection<T>Copyright © 2015. All rights reserved.