Package | Description |
---|---|
com.google.inject.grapher | |
com.google.inject.internal.util |
Modifier and Type | Method and Description |
---|---|
protected D |
GraphingVisitor.newDependencyEdge(K nodeId,
InjectionPoint injectionPoint,
Dependency<?> dependency)
Creates a new
DependencyEdge from the given node to a
Dependency . |
T |
DependencyEdge.Factory.newDependencyEdge(K fromId,
InjectionPoint fromPoint,
K toId)
Creates a new
DependencyEdge and adds it to the graph. |
Modifier and Type | Method and Description |
---|---|
T |
Function.apply(F from)
Applies the function to an object of type
F , resulting in an object
of type T . |
boolean |
ImmutableCollection.contains(Object object) |
abstract boolean |
ImmutableMap.containsKey(Object key) |
abstract boolean |
ImmutableMap.containsValue(Object value) |
static boolean |
Objects.equal(Object a,
Object b)
Determines whether two possibly-null objects are equal.
|
static boolean |
Objects.equal(Object a,
Object b)
Determines whether two possibly-null objects are equal.
|
boolean |
ImmutableSet.equals(Object object) |
boolean |
Function.equals(Object obj)
Indicates whether some other object is equal to this
Function . |
boolean |
ImmutableMap.equals(Object object) |
boolean |
AbstractMapEntry.equals(Object object)
Indicates whether an object equals this entry, following the behavior
specified in
Map.Entry.equals(java.lang.Object) . |
abstract V |
ImmutableMap.get(Object key) |
static <K,V> Map.Entry<K,V> |
Maps.immutableEntry(K key,
V value)
Returns an immutable map entry with the specified key and value.
|
static <K,V> Map.Entry<K,V> |
Maps.immutableEntry(K key,
V value)
Returns an immutable map entry with the specified key and value.
|
abstract int |
ImmutableList.indexOf(Object object) |
static String |
Join.join(String delimiter,
Object firstToken,
Object... otherTokens)
Returns a string containing the
tokens , converted to strings if
necessary, separated by delimiter . |
static <T extends Appendable> |
Join.join(T appendable,
String delimiter,
Object firstToken,
Object... otherTokens)
Appends each of the
tokens to appendable , separated by
delimiter . |
abstract int |
ImmutableList.lastIndexOf(Object object) |
static <E> ArrayList<E> |
Lists.newArrayList(E first,
E[] rest)
Returns an unmodifiable list containing the specified first element and
the additional elements.
|
static <T> UnmodifiableIterator<T> |
Iterators.singletonIterator(T value)
Returns an iterator containing only
value . |
Copyright © 2006-2012 Google, Inc.. All Rights Reserved.