private static class Immutables.ImmutableSetWrapper<E> extends Immutables.ImmutableCollectionWrapper<E> implements java.util.Set<E>, java.io.Serializable, Immutables.Immutable
Modifier and Type | Field and Description |
---|---|
private static long |
serialVersionUID |
collection
Constructor and Description |
---|
Immutables.ImmutableSetWrapper(java.util.Set<? extends E> set) |
add, addAll, clear, contains, containsAll, equals, hashCode, isEmpty, iterator, remove, removeAll, retainAll, size, toArray, toArray, toString
private static final long serialVersionUID
public Immutables.ImmutableSetWrapper(java.util.Set<? extends E> set)