OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ImmutableEntry
(Results
1 - 3
of
3
) sorted by null
/external/guava/src/com/google/common/collect/
ImmutableEntry.java
26
* @see com.google.common.collect.Maps#
immutableEntry
(Object, Object)
29
class
ImmutableEntry
<K, V> extends AbstractMapEntry<K, V>
34
ImmutableEntry
(@Nullable K key, @Nullable V value) {
Maps.java
496
public static <K, V> Entry<K, V>
immutableEntry
(
498
return new
ImmutableEntry
<K, V>(key, value);
[
all
...]
/prebuilt/common/tradefed/
tradefed-prebuilt.jar
Completed in 1106 milliseconds