HomeSort by relevance Sort by last modified time
    Searched defs:ImmutableRangeMap (Results 1 - 6 of 6) sorted by null

  /external/guava/guava/src/com/google/common/collect/
ImmutableRangeMap.java 42 public class ImmutableRangeMap<K extends Comparable<?>, V> implements RangeMap<K, V> {
44 private static final ImmutableRangeMap<Comparable<?>, Object> EMPTY =
45 new ImmutableRangeMap<Comparable<?>, Object>(
52 public static <K extends Comparable<?>, V> ImmutableRangeMap<K, V> of() {
53 return (ImmutableRangeMap<K, V>) EMPTY;
59 public static <K extends Comparable<?>, V> ImmutableRangeMap<K, V> of(
61 return new ImmutableRangeMap<K, V>(ImmutableList.of(range), ImmutableList.of(value));
65 public static <K extends Comparable<?>, V> ImmutableRangeMap<K, V> copyOf(
67 if (rangeMap instanceof ImmutableRangeMap) {
68 return (ImmutableRangeMap<K, V>) rangeMap
    [all...]
  /external/cldr/tools/java/libs/
guava.jar 
  /external/error_prone/error_prone/
error_prone_core-2.3.2-with-dependencies.jar 
  /external/guice/lib/
guava-19.0.jar 
  /external/dagger2/lib/
google-java-format-0.1-20151017.042846-2.jar 
  /external/conscrypt/benchmark-android/
vogar.jar 

Completed in 1084 milliseconds