Generated by
JDiff

Interface com.google.inject.multibindings.MapBinderBinding

Changed Methods
boolean containsElement(Element) Changed from non-abstract to abstract. Returns true if this MapBinder contains the given Element in order to build the map or uses the given Element in order to support building and injecting the map.
List<Entry<?, Binding<?>>> getEntries() Changed from non-abstract to abstract. Returns all entries in the Map.
TypeLiteral<?> getKeyTypeLiteral() Changed from non-abstract to abstract. Returns the TypeLiteral describing the keys of the map.
Key<T> getMapKey() Changed from non-abstract to abstract. Returns the Key for the map.
TypeLiteral<?> getValueTypeLiteral() Changed from non-abstract to abstract. Returns the TypeLiteral describing the values of the map.
boolean permitsDuplicates() Changed from non-abstract to abstract. Returns true if the MapBinder permits duplicates.