Uses of Class
com.google.inject.internal.Nullable

Packages that use Nullable
com.google.inject.grapher   
com.google.inject.internal Guice (sounds like like "juice") 
 

Uses of Nullable in com.google.inject.grapher
 

Method parameters in com.google.inject.grapher with annotations of type Nullable
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.
 

Uses of Nullable in com.google.inject.internal
 

Method parameters in com.google.inject.internal with annotations of type Nullable
 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 Function.equals(Object obj)
          Indicates whether some other object is equal to this Function.
 boolean AbstractMapEntry.equals(Object object)
          Indicates whether an object equals this entry, following the behavior specified in Map.Entry.equals(java.lang.Object).
 boolean ImmutableSet.equals(Object object)
           
 boolean ImmutableMap.equals(Object 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>
T
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-2011 Google, Inc.. All Rights Reserved.