Home
last modified time | relevance | path

Searched defs:tailSet (Results 1 – 5 of 5) sorted by relevance

/libcore/luni/src/main/java/java/util/
DNavigableSet.java257 NavigableSet<E> tailSet(E fromElement, boolean inclusive); in tailSet() method
290 SortedSet<E> tailSet(E fromElement); in tailSet() method
DSortedSet.java118 public SortedSet<E> tailSet(E start); in tailSet() method
DTreeSet.java392 public NavigableSet<E> tailSet(E start, boolean startInclusive) { in tailSet() method in TreeSet
468 public SortedSet<E> tailSet(E start) { in tailSet() method in TreeSet
/libcore/luni/src/main/java/java/util/concurrent/
DConcurrentSkipListSet.java395 public NavigableSet<E> tailSet(E fromElement, boolean inclusive) { in tailSet() method in ConcurrentSkipListSet
423 public NavigableSet<E> tailSet(E fromElement) { in tailSet() method in ConcurrentSkipListSet
DConcurrentSkipListMap.java2313 public NavigableSet<E> tailSet(E fromElement, boolean inclusive) { in tailSet() method in ConcurrentSkipListMap.KeySet
2322 public NavigableSet<E> tailSet(E fromElement) { in tailSet() method in ConcurrentSkipListMap.KeySet