Class Bindings

java.lang.Object
com.google.common.collect.ForwardingObject
com.google.common.collect.ForwardingMap<Bindings.Key<?>,Object>
com.google.errorprone.refaster.Bindings
All Implemented Interfaces:
Map<Bindings.Key<?>,Object>

public class Bindings extends com.google.common.collect.ForwardingMap<Bindings.Key<?>,Object>
A type-safe map from objects of type Bindings.Key<V>, which consist of a String key and a Bindings.Key subclass, to values of type V.
Author:
Louis Wasserman