| Package | Description |
|---|---|
| com.google.javascript.jscomp.newtypes |
| Modifier and Type | Field and Description |
|---|---|
protected PersistentMap<String,com.google.javascript.jscomp.newtypes.Property> |
Namespace.otherProps |
| Modifier and Type | Method and Description |
|---|---|
static <K,V> PersistentMap<K,V> |
PersistentMap.create() |
static <K,V> PersistentMap<K,V> |
PersistentMap.of(K key,
V value) |
abstract PersistentMap<K,V> |
PersistentMap.with(K key,
V value) |
abstract PersistentMap<K,V> |
PersistentMap.without(K key) |
Copyright © 2009-2015 Google. All Rights Reserved.