Searched defs:asMapOfRanges (Results 1 – 6 of 6) sorted by relevance
/external/guava/android/guava/src/com/google/common/collect/ | ||
D | RangeMap.java | 126 Map<Range<K>, V> asMapOfRanges(); in asMapOfRanges() method |
D | TreeRangeMap.java | 247 public Map<Range<K>, V> asMapOfRanges() { in asMapOfRanges() method in TreeRangeMap |
D | ImmutableRangeMap.java | 294 public ImmutableMap<Range<K>, V> asMapOfRanges() { in asMapOfRanges() method in ImmutableRangeMap |
/external/guava/guava/src/com/google/common/collect/ | ||
D | RangeMap.java | 151 Map<Range<K>, V> asMapOfRanges(); in asMapOfRanges() method |
D | TreeRangeMap.java | 326 public Map<Range<K>, V> asMapOfRanges() { in asMapOfRanges() method in TreeRangeMap |
D | ImmutableRangeMap.java | 310 public ImmutableMap<Range<K>, V> asMapOfRanges() { in asMapOfRanges() method in ImmutableRangeMap |