Home
last modified time | relevance | path

Searched defs:fromElement (Results 1 – 6 of 6) sorted by relevance

/libcore/ojluni/src/main/java/java/util/
DSortedSet.java151 SortedSet<E> subSet(E fromElement, E toElement); in subSet()
205 SortedSet<E> tailSet(E fromElement); in tailSet()
DTreeSet.java323 public NavigableSet<E> subSet(E fromElement, boolean fromInclusive, in subSet()
349 public NavigableSet<E> tailSet(E fromElement, boolean inclusive) { in tailSet()
360 public SortedSet<E> subSet(E fromElement, E toElement) { in subSet()
382 public SortedSet<E> tailSet(E fromElement) { in tailSet()
DCollections.java1214 public SortedSet<E> subSet(E fromElement, E toElement) { in subSet()
1220 public SortedSet<E> tailSet(E fromElement) { in tailSet()
1301 …public NavigableSet<E> subSet(E fromElement, boolean fromInclusive, E toElement, boolean toInclusi… in subSet()
1311 public NavigableSet<E> tailSet(E fromElement, boolean inclusive) { in tailSet()
DTreeMap.java1160 public NavigableSet<E> subSet(E fromElement, boolean fromInclusive, in subSet()
1168 public NavigableSet<E> tailSet(E fromElement, boolean inclusive) { in tailSet()
1171 public SortedSet<E> subSet(E fromElement, E toElement) { in subSet()
1177 public SortedSet<E> tailSet(E fromElement) { in tailSet()
/libcore/ojluni/src/main/java/java/util/concurrent/
DConcurrentSkipListSet.java414 public NavigableSet<E> subSet(E fromElement, in subSet()
437 public NavigableSet<E> tailSet(E fromElement, boolean inclusive) { in tailSet()
447 public NavigableSet<E> subSet(E fromElement, E toElement) { in subSet()
465 public NavigableSet<E> tailSet(E fromElement) { in tailSet()
DConcurrentSkipListMap.java2407 public NavigableSet<K> subSet(K fromElement, in subSet()
2417 public NavigableSet<K> tailSet(K fromElement, boolean inclusive) { in tailSet()
2420 public NavigableSet<K> subSet(K fromElement, K toElement) { in subSet()
2426 public NavigableSet<K> tailSet(K fromElement) { in tailSet()