Package | Description |
---|---|
com.google.javascript.rhino |
The core AST from Rhino.
|
Modifier and Type | Method and Description |
---|---|
static <K,V> HamtPMap<K,V> |
HamtPMap.empty()
Returns an empty map.
|
HamtPMap<K,V> |
HamtPMap.minus(K key)
Returns a new map with the given key removed.
|
HamtPMap<K,V> |
HamtPMap.plus(K key,
V value)
Returns a new map with the given key-value pair added.
|
HamtPMap<K,V> |
HamtPMap.reconcile(PMap<K,V> that,
PMap.Reconciler<K,V> joiner) |
Copyright © 2009-2020 Google. All Rights Reserved.