Searched defs:ImmutableEntry (Results 1 - 6 of 6) sorted by relevance

/external/guava/guava/src/com/google/common/collect/
H A DImmutableEntry.java29 class ImmutableEntry<K, V> extends AbstractMapEntry<K, V> class in inherits:AbstractMapEntry,Serializable
34 ImmutableEntry(@Nullable K key, @Nullable V value) { method in class:ImmutableEntry
H A DMultisets.java212 return new ImmutableEntry<E>(e, n);
215 static final class ImmutableEntry<E> extends AbstractEntry<E> implements class in class:Multisets
220 ImmutableEntry(@Nullable E element, int count) { method in class:Multisets.ImmutableEntry
/external/icu/icu4j/main/tests/framework/src/com/ibm/icu/dev/util/
H A DImmutableEntry.java15 public class ImmutableEntry<K,V> implements Map.Entry<K,V> { class in inherits:Map.Entry
19 ImmutableEntry(K key, V value) { method in class:ImmutableEntry
/external/owasp/sanitizer/distrib/lib/
H A Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/collect/ ...
/external/owasp/sanitizer/lib/guava-libraries/
H A Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/collect/ ...
/external/vogar/lib/
H A Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/annotations/ ...

Completed in 122 milliseconds