Uses of Class
com.google.inject.internal.DuplicateElementError.Element
Packages that use DuplicateElementError.Element
-
Uses of DuplicateElementError.Element in com.google.inject.internal
Fields in com.google.inject.internal with type parameters of type DuplicateElementError.ElementModifier and TypeFieldDescriptionprivate final com.google.common.collect.ImmutableMultimap<T,
DuplicateElementError.Element<T>> DuplicateElementError.elements
Methods in com.google.inject.internal that return types with arguments of type DuplicateElementError.ElementModifier and TypeMethodDescription(package private) static <T> com.google.common.collect.ImmutableMultimap<T,
DuplicateElementError.Element<T>> DuplicateElementError.indexElements
(List<Binding<T>> bindings, T[] values) Methods in com.google.inject.internal with parameters of type DuplicateElementError.ElementModifier and TypeMethodDescriptionprivate void
DuplicateElementError.formatElement
(DuplicateElementError.Element<T> element, Formatter formatter) Constructor parameters in com.google.inject.internal with type arguments of type DuplicateElementError.ElementModifierConstructorDescriptionprivate
DuplicateElementError
(Key<Set<T>> setKey, com.google.common.collect.ImmutableMultimap<T, DuplicateElementError.Element<T>> elements, List<Object> sources)