Uses of Class
com.google.inject.internal.DuplicateElementError.Element
-
Packages that use DuplicateElementError.Element Package Description com.google.inject.internal Guice (sounds like "juice") -
-
Uses of DuplicateElementError.Element in com.google.inject.internal
Fields in com.google.inject.internal with type parameters of type DuplicateElementError.Element Modifier and Type Field Description private 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.Element Modifier and Type Method Description (package private) static <T> com.google.common.collect.ImmutableMultimap<T,DuplicateElementError.Element<T>>
DuplicateElementError. indexElements(java.util.List<Binding<T>> bindings, T[] values)
Methods in com.google.inject.internal with parameters of type DuplicateElementError.Element Modifier and Type Method Description private void
DuplicateElementError. formatElement(DuplicateElementError.Element<T> element, java.util.Formatter formatter)
Constructor parameters in com.google.inject.internal with type arguments of type DuplicateElementError.Element Constructor Description DuplicateElementError(Key<java.util.Set<T>> setKey, com.google.common.collect.ImmutableMultimap<T,DuplicateElementError.Element<T>> elements, java.util.List<java.lang.Object> sources)
-