public static interface Collections.LiteralSet<A> extends Set<A>
Modifier and Type | Method and Description |
---|---|
Collections.LiteralSet<A> |
with(A value) |
add, addAll, clear, contains, containsAll, equals, hashCode, isEmpty, iterator, remove, removeAll, retainAll, size, spliterator, toArray, toArray
parallelStream, removeIf, stream
Collections.LiteralSet<A> with(A value)
see also the complete user documentation .