Class DeepImmutableSet<E>
java.lang.Object
java.util.AbstractCollection<E>
de.cronn.reflection.util.immutable.collection.DeepImmutableCollection<E>
de.cronn.reflection.util.immutable.collection.DeepImmutableSet<E>
- All Implemented Interfaces:
Immutable,Serializable,Iterable<E>,Collection<E>,Set<E>
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic <T> DeepImmutableSet<T> of(T element) static <T> DeepImmutableSet<T> of(T e1, T e2) static <T> DeepImmutableSet<T> of(T e1, T e2, T e3) Methods inherited from class de.cronn.reflection.util.immutable.collection.DeepImmutableCollection
add, addAll, clear, contains, containsAll, equals, hashCode, isEmpty, iterator, remove, removeAll, retainAll, sizeMethods inherited from class java.util.AbstractCollection
toArray, toArray, toStringMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface java.util.Collection
parallelStream, removeIf, stream, toArray
-
Constructor Details
-
DeepImmutableSet
-
-
Method Details
-
of
-
of
-
of
-