Home
last modified time | relevance | path

Searched defs:subSet (Results 1 – 9 of 9) sorted by relevance

/libcore/luni/src/test/java/libcore/java/util/
DTreeSetTest.java61 final SortedSet<String> subSet = set.subSet("a", "c"); in testSubSetSerialization() local
62 new SerializationTester<SortedSet<String>>(subSet, s) { in testSubSetSerialization() argument
79 final SortedSet<String> subSet = set.subSet("a", false, "c", true); in testNavigableSubSetSerialization() local
80 new SerializationTester<SortedSet<String>>(subSet, s) { in testNavigableSubSetSerialization() argument
/libcore/ojluni/src/main/java/java/util/
DNavigableSet.java230 NavigableSet<E> subSet(E fromElement, boolean fromInclusive, in subSet() method
300 SortedSet<E> subSet(E fromElement, E toElement); in subSet() method
DSortedSet.java151 SortedSet<E> subSet(E fromElement, E toElement); in subSet() method
DTreeSet.java320 public NavigableSet<E> subSet(E fromElement, boolean fromInclusive, in subSet() method in TreeSet
357 public SortedSet<E> subSet(E fromElement, E toElement) { in subSet() method in TreeSet
DCollections.java1238 public SortedSet<E> subSet(E fromElement, E toElement) { in subSet() method in UnmodifiableSortedSet
1332 …public NavigableSet<E> subSet(E fromElement, boolean fromInclusive, E toElement, boolean toInclusi… in subSet() method in UnmodifiableNavigableSet
DTreeMap.java1157 public NavigableSet<E> subSet(E fromElement, boolean fromInclusive, in subSet() method in TreeMap.KeySet
1168 public SortedSet<E> subSet(E fromElement, E toElement) { in subSet() method in TreeMap.KeySet
/libcore/ojluni/src/main/java/java/util/concurrent/
DConcurrentSkipListSet.java412 public NavigableSet<E> subSet(E fromElement, in subSet() method in ConcurrentSkipListSet
445 public NavigableSet<E> subSet(E fromElement, E toElement) { in subSet() method in ConcurrentSkipListSet
DConcurrentSkipListMap.java2215 public NavigableSet<K> subSet(K fromElement, in subSet() method in ConcurrentSkipListMap.KeySet
2228 public NavigableSet<K> subSet(K fromElement, K toElement) { in subSet() method in ConcurrentSkipListMap.KeySet
/libcore/ojluni/annotations/hiddenapi/java/util/
DCollections.java1193 public java.util.NavigableSet<E> subSet(E fromElement, E toElement) { in subSet() method in Collections.CheckedNavigableSet
1205 public java.util.NavigableSet<E> subSet( in subSet() method in Collections.CheckedNavigableSet
1375 public java.util.SortedSet<E> subSet(E fromElement, E toElement) { in subSet() method in Collections.CheckedSortedSet
2686 public java.util.NavigableSet<E> subSet(E fromElement, E toElement) { in subSet() method in Collections.SynchronizedNavigableSet
2698 public java.util.NavigableSet<E> subSet( in subSet() method in Collections.SynchronizedNavigableSet
2835 public java.util.SortedSet<E> subSet(E fromElement, E toElement) { in subSet() method in Collections.SynchronizedSortedSet
3482 public java.util.NavigableSet<E> subSet( in subSet() method in Collections.UnmodifiableNavigableSet
3623 public java.util.SortedSet<E> subSet(E fromElement, E toElement) { in subSet() method in Collections.UnmodifiableSortedSet