Class 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