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.java320 public NavigableSet<E> subSet(E fromElement, boolean fromInclusive, in subSet()
346 public NavigableSet<E> tailSet(E fromElement, boolean inclusive) { in tailSet()
357 public SortedSet<E> subSet(E fromElement, E toElement) { in subSet()
379 public SortedSet<E> tailSet(E fromElement) { in tailSet()
DCollections.java1238 public SortedSet<E> subSet(E fromElement, E toElement) { in subSet()
1244 public SortedSet<E> tailSet(E fromElement) { in tailSet()
1332 …public NavigableSet<E> subSet(E fromElement, boolean fromInclusive, E toElement, boolean toInclusi… in subSet()
1342 public NavigableSet<E> tailSet(E fromElement, boolean inclusive) { in tailSet()
DTreeMap.java1157 public NavigableSet<E> subSet(E fromElement, boolean fromInclusive, in subSet()
1165 public NavigableSet<E> tailSet(E fromElement, boolean inclusive) { in tailSet()
1168 public SortedSet<E> subSet(E fromElement, E toElement) { in subSet()
1174 public SortedSet<E> tailSet(E fromElement) { in tailSet()
/libcore/ojluni/src/main/java/java/util/concurrent/
DConcurrentSkipListSet.java412 public NavigableSet<E> subSet(E fromElement, in subSet()
435 public NavigableSet<E> tailSet(E fromElement, boolean inclusive) { in tailSet()
445 public NavigableSet<E> subSet(E fromElement, E toElement) { in subSet()
463 public NavigableSet<E> tailSet(E fromElement) { in tailSet()
DConcurrentSkipListMap.java2215 public NavigableSet<K> subSet(K fromElement, in subSet()
2225 public NavigableSet<K> tailSet(K fromElement, boolean inclusive) { in tailSet()
2228 public NavigableSet<K> subSet(K fromElement, K toElement) { in subSet()
2234 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 …]