Searched defs:ImmutableSortedMap (Results 1 - 5 of 5) sorted by relevance

/external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
H A DImmutableSortedMap.java32 * GWT emulated version of {@link ImmutableSortedMap}. It's a thin wrapper
37 public abstract class ImmutableSortedMap<K, V> class in inherits:ForwardingImmutableMap,SortedMap
59 ImmutableSortedMap(SortedMap<K, V> delegate, Comparator<? super K> comparator) { method in class:ImmutableSortedMap
65 private static <K, V> ImmutableSortedMap<K, V> create(
78 public static <K, V> ImmutableSortedMap<K, V> of() {
82 public static <K extends Comparable<? super K>, V> ImmutableSortedMap<K, V>
87 public static <K extends Comparable<? super K>, V> ImmutableSortedMap<K, V>
93 public static <K extends Comparable<? super K>, V> ImmutableSortedMap<K, V>
99 public static <K extends Comparable<? super K>, V> ImmutableSortedMap<K, V>
105 public static <K extends Comparable<? super K>, V> ImmutableSortedMap<
[all...]
/external/guava/guava/src/com/google/common/collect/
H A DImmutableSortedMap.java39 * ImmutableSortedMap} contains its own data and will <i>never</i> change.
40 * {@code ImmutableSortedMap} is convenient for {@code public static final} maps
58 public abstract class ImmutableSortedMap<K, V> class in inherits:ImmutableSortedMapFauxverideShim,SortedMap
61 * TODO(kevinb): Confirm that ImmutableSortedMap is faster to construct and
66 private static final ImmutableSortedMap<Comparable, Object> NATURAL_EMPTY_MAP =
69 static <K, V> ImmutableSortedMap<K, V> emptyMap(Comparator<? super K> comparator) {
77 static <K, V> ImmutableSortedMap<K, V> fromSortedEntries(
98 static <K, V> ImmutableSortedMap<K, V> from(
115 public static <K, V> ImmutableSortedMap<K, V> of() {
116 return (ImmutableSortedMap<
411 ImmutableSortedMap() { method in class:ImmutableSortedMap
414 ImmutableSortedMap(ImmutableSortedMap<K, V> descendingMap) { method in class:ImmutableSortedMap
[all...]
/external/vogar/lib/
H A Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/annotations/ ...
/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/ ...

Completed in 108 milliseconds