Searched defs:SortedKeySet (Results 1 - 7 of 7) sorted by relevance

/external/guava/guava/src/com/google/common/collect/
H A DAbstractMapBasedMultimap.java839 ? new SortedKeySet((SortedMap<K, Collection<V>>) map) : new KeySet(map);
904 protected class SortedKeySet extends KeySet implements SortedSet<K> { class in class:AbstractMapBasedMultimap
906 SortedKeySet(SortedMap<K, Collection<V>> subMap) { method in class:AbstractMapBasedMultimap.SortedKeySet
926 return new SortedKeySet(sortedMap().headMap(toElement));
936 return new SortedKeySet(sortedMap().subMap(fromElement, toElement));
941 return new SortedKeySet(sortedMap().tailMap(fromElement));
1253 return new SortedKeySet(sortedMap());
H A DMaps.java2295 return new SortedKeySet();
2298 class SortedKeySet extends KeySet implements SortedSet<K> { class in class:Maps.FilteredEntrySortedMap
2661 static class SortedKeySet<K, V> extends KeySet<K, V> implements SortedSet<K> { class in class:Maps
2662 SortedKeySet(SortedMap<K, V> map) { method in class:Maps.SortedKeySet
2678 return new SortedKeySet<K, V>(map().subMap(fromElement, toElement));
2683 return new SortedKeySet<K, V>(map().headMap(toElement));
2688 return new SortedKeySet<K, V>(map().tailMap(fromElement));
/external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
H A DAbstractMapBasedMultimap.java838 ? new SortedKeySet((SortedMap<K, Collection<V>>) map) : new KeySet(map);
903 private class SortedKeySet extends KeySet implements SortedSet<K> { class in class:AbstractMapBasedMultimap
905 SortedKeySet(SortedMap<K, Collection<V>> subMap) { method in class:AbstractMapBasedMultimap.SortedKeySet
925 return new SortedKeySet(sortedMap().headMap(toElement));
935 return new SortedKeySet(sortedMap().subMap(fromElement, toElement));
940 return new SortedKeySet(sortedMap().tailMap(fromElement));
1252 return new SortedKeySet(sortedMap());
H A DMaps.java2266 return new SortedKeySet();
2269 class SortedKeySet extends KeySet implements SortedSet<K> { class in class:Maps.FilteredEntrySortedMap
2632 static class SortedKeySet<K, V> extends KeySet<K, V> implements SortedSet<K> { class in class:Maps
2633 SortedKeySet(SortedMap<K, V> map) { method in class:Maps.SortedKeySet
2649 return new SortedKeySet<K, V>(map().subMap(fromElement, toElement));
2654 return new SortedKeySet<K, V>(map().headMap(toElement));
2659 return new SortedKeySet<K, V>(map().tailMap(fromElement));
/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 75 milliseconds