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, removeAlladd, addAll, clear, contains, containsAll, isEmpty, iterator, remove, retainAll, size, toArray, toArray, toStringpublic abstract PersistentSet<K> with(K key)
public abstract PersistentSet<K> without(K key)
public static <K> PersistentSet<K> create()
Copyright © 2009-2014 Google. All Rights Reserved.