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.java59 final SortedSet<String> subSet = set.subSet("a", "c"); in testSubSetSerialization() local
60 new SerializationTester<SortedSet<String>>(subSet, s) { in testSubSetSerialization() argument
77 final SortedSet<String> subSet = set.subSet("a", false, "c", true); in testNavigableSubSetSerialization() local
78 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.java323 public NavigableSet<E> subSet(E fromElement, boolean fromInclusive, in subSet() method in TreeSet
360 public SortedSet<E> subSet(E fromElement, E toElement) { in subSet() method in TreeSet
DCollections.java1214 public SortedSet<E> subSet(E fromElement, E toElement) { in subSet() method in UnmodifiableSortedSet
1301 …public NavigableSet<E> subSet(E fromElement, boolean fromInclusive, E toElement, boolean toInclusi… in subSet() method in UnmodifiableNavigableSet
DTreeMap.java1160 public NavigableSet<E> subSet(E fromElement, boolean fromInclusive, in subSet() method in TreeMap.KeySet
1171 public SortedSet<E> subSet(E fromElement, E toElement) { in subSet() method in TreeMap.KeySet
/libcore/ojluni/src/main/java/java/util/concurrent/
DConcurrentSkipListSet.java414 public NavigableSet<E> subSet(E fromElement, in subSet() method in ConcurrentSkipListSet
447 public NavigableSet<E> subSet(E fromElement, E toElement) { in subSet() method in ConcurrentSkipListSet
DConcurrentSkipListMap.java2407 public NavigableSet<K> subSet(K fromElement, in subSet() method in ConcurrentSkipListMap.KeySet
2420 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