| Package | Description |
|---|---|
| com.google.inject.internal |
Guice (sounds like "juice")
|
| Modifier and Type | Field and Description |
|---|---|
private com.google.common.collect.ImmutableMultimap<T,DuplicateElementError.Element<T>> |
DuplicateElementError.elements |
| Modifier and Type | Method and Description |
|---|---|
(package private) static <T> com.google.common.collect.ImmutableMultimap<T,DuplicateElementError.Element<T>> |
DuplicateElementError.indexElements(java.util.List<Binding<T>> bindings,
T[] values) |
| Modifier and Type | Method and Description |
|---|---|
private void |
DuplicateElementError.formatElement(DuplicateElementError.Element<T> element,
java.util.Formatter formatter) |
| Constructor and 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) |