public abstract class PersistentSet<K> extends AbstractSet<K>
Constructor and Description |
---|
PersistentSet() |
Modifier and Type | Method and Description |
---|---|
static <K> PersistentSet<K> |
create() |
abstract PersistentSet<K> |
with(K key) |
abstract PersistentSet<K> |
without(K key) |
equals, hashCode, removeAll
add, addAll, clear, contains, containsAll, isEmpty, iterator, remove, retainAll, size, toArray, toArray, toString
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
add, addAll, clear, contains, containsAll, isEmpty, iterator, remove, retainAll, size, spliterator, toArray, toArray
parallelStream, removeIf, stream
public abstract PersistentSet<K> with(K key)
public abstract PersistentSet<K> without(K key)
public static <K> PersistentSet<K> create()
Copyright © 2009–2015 Google. All rights reserved.