|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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
|
Maps.immutableEntry(K key,
V value)
Returns an immutable map entry with the specified key and value. |
|
static
|
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
|
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
|
Lists.newArrayList(E first,
E[] rest)
Returns an unmodifiable list containing the specified first element and the additional elements. |
|
static
|
Iterators.singletonIterator(T value)
Returns an iterator containing only value . |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |