Uses of Interface
com.google.javascript.rhino.PMap
Packages that use PMap
-
Uses of PMap in com.google.javascript.rhino
Classes in com.google.javascript.rhino that implement PMapModifier and TypeClassDescriptionfinal class
HamtPMap<K,
V> An immutable sorted map with efficient (persistent) updates.Methods in com.google.javascript.rhino that return PMapModifier and TypeMethodDescriptionReturns a new map with the given key removed.Returns a new map with the given key-value pair added.Performs a reconcile operation to mergethis
andthat
.Methods in com.google.javascript.rhino with parameters of type PMapModifier and TypeMethodDescriptionboolean
HamtPMap.equivalent
(PMap<K, V> that, BiPredicate<V, V> equivalence) Checks equality recursively based on the given equivalence.boolean
PMap.equivalent
(PMap<K, V> that, BiPredicate<V, V> equivalence) Checks equality recursively based on the given equivalence.Performs a reconcile operation to mergethis
andthat
.