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

Packages that use Nullable
com.google.inject.internal.util   
 

Uses of Nullable in com.google.inject.internal.util
 

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