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 classHamtPMap<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 mergethisandthat.Methods in com.google.javascript.rhino with parameters of type PMapModifier and TypeMethodDescriptionbooleanHamtPMap.equivalent(PMap<K, V> that, BiPredicate<V, V> equivalence) Checks equality recursively based on the given equivalence.booleanPMap.equivalent(PMap<K, V> that, BiPredicate<V, V> equivalence) Checks equality recursively based on the given equivalence.Performs a reconcile operation to mergethisandthat.