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.java256 NavigableSet<E> tailSet(E fromElement, boolean inclusive); in tailSet() method
289 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.java396 public NavigableSet<E> tailSet(E fromElement, boolean inclusive) { in tailSet() method in ConcurrentSkipListSet
424 public NavigableSet<E> tailSet(E fromElement) { in tailSet() method in ConcurrentSkipListSet
DConcurrentSkipListMap.java2335 public NavigableSet<E> tailSet(E fromElement, boolean inclusive) { in tailSet() method in ConcurrentSkipListMap.KeySet
2344 public NavigableSet<E> tailSet(E fromElement) { in tailSet() method in ConcurrentSkipListMap.KeySet