Searched defs:asMapOfRanges (Results 1 – 6 of 6) sorted by relevance
| /external/guava/android/guava/src/com/google/common/collect/ | ||
| D | RangeMap.java | 127 Map<Range<K>, V> asMapOfRanges(); in asMapOfRanges() method |
| D | TreeRangeMap.java | 248 public Map<Range<K>, V> asMapOfRanges() { in asMapOfRanges() method in TreeRangeMap |
| D | ImmutableRangeMap.java | 275 public ImmutableMap<Range<K>, V> asMapOfRanges() { in asMapOfRanges() method in ImmutableRangeMap |
| /external/guava/guava/src/com/google/common/collect/ | ||
| D | RangeMap.java | 152 Map<Range<K>, V> asMapOfRanges(); in asMapOfRanges() method |
| D | TreeRangeMap.java | 324 public Map<Range<K>, V> asMapOfRanges() { in asMapOfRanges() method in TreeRangeMap |
| D | ImmutableRangeMap.java | 308 public ImmutableMap<Range<K>, V> asMapOfRanges() { in asMapOfRanges() method in ImmutableRangeMap |