Package | Description |
---|---|
com.google.javascript.jscomp.newtypes |
Modifier and Type | Class and Description |
---|---|
class |
NaivePersistentMap<K,V>
A naive persistent map that does too many copies
|
Modifier and Type | Method and Description |
---|---|
static <K,V> PersistentMap<K,V> |
NaivePersistentMap.create() |
static <K,V> PersistentMap<K,V> |
PersistentMap.create() |
static <K,V> PersistentMap<K,V> |
PersistentMap.of(K key,
V value) |
PersistentMap<K,V> |
NaivePersistentMap.with(K key,
V value) |
abstract PersistentMap<K,V> |
PersistentMap.with(K key,
V value) |
PersistentMap<K,V> |
NaivePersistentMap.without(K key) |
abstract PersistentMap<K,V> |
PersistentMap.without(K key) |
Copyright © 2009–2014 Google. All rights reserved.