| Package | Description |
|---|---|
| com.google.javascript.jscomp.newtypes |
| Modifier and Type | Class and Description |
|---|---|
class |
NaivePersistentSet<K>
A naive persistent set that does too many copies
|
| Modifier and Type | Method and Description |
|---|---|
static <K> PersistentSet<K> |
NaivePersistentSet.create() |
static <K> PersistentSet<K> |
PersistentSet.create() |
PersistentSet<K> |
NaivePersistentSet.with(K key) |
abstract PersistentSet<K> |
PersistentSet.with(K key) |
PersistentSet<K> |
NaivePersistentSet.without(K key) |
abstract PersistentSet<K> |
PersistentSet.without(K key) |
Copyright © 2009-2014 Google. All Rights Reserved.