Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/java/java/util/
DNavigableSet.java230 NavigableSet<E> subSet(E fromElement, boolean fromInclusive, in subSet()
289 NavigableSet<E> tailSet(E fromElement, boolean inclusive); in tailSet()
300 SortedSet<E> subSet(E fromElement, E toElement); in subSet()
322 SortedSet<E> tailSet(E fromElement); in tailSet()
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()
/libcore/ojluni/annotations/hiddenapi/java/util/
DCollections.java1193 public java.util.NavigableSet<E> subSet(E fromElement, E toElement) { in subSet()
1201 public java.util.NavigableSet<E> tailSet(E fromElement) { in tailSet()
1206 E fromElement, boolean fromInclusive, E toElement, boolean toInclusive) { in subSet()
1214 public java.util.NavigableSet<E> tailSet(E fromElement, boolean inclusive) { in tailSet()
1375 public java.util.SortedSet<E> subSet(E fromElement, E toElement) { in subSet()
1383 public java.util.SortedSet<E> tailSet(E fromElement) { in tailSet()
2686 public java.util.NavigableSet<E> subSet(E fromElement, E toElement) { in subSet()
2694 public java.util.NavigableSet<E> tailSet(E fromElement) { in tailSet()
2699 E fromElement, boolean fromInclusive, E toElement, boolean toInclusive) { in subSet()
2707 public java.util.NavigableSet<E> tailSet(E fromElement, boolean inclusive) { in tailSet()
[all …]