Class OrderedFsSet_array2.SubSet
java.lang.Object
org.apache.uima.internal.util.OrderedFsSet_array2.SubSet
- All Implemented Interfaces:
Iterable<TOP>, Collection<TOP>, NavigableSet<TOP>, Set<TOP>, SortedSet<TOP>
- Enclosing class:
OrderedFsSet_array2
This is used in a particular manner:
only used to create iterators over that subset
-- no insert/delete
-
Method Summary
Modifier and TypeMethodDescriptionbooleanbooleanaddAll(Collection<? extends TOP> c) voidclear()Comparator<? super TOP> booleanbooleancontainsAll(Collection<?> c) first()booleanisEmpty()iterator()last()pollLast()booleanbooleanremoveAll(Collection<?> c) booleanretainAll(Collection<?> c) intsize()Object[]toArray()<T> T[]toArray(T[] a1) Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface Collection
parallelStream, removeIf, streamMethods inherited from interface SortedSet
spliterator
-
Method Details
-
comparator
- Specified by:
comparatorin interfaceSortedSet<TOP>
-
first
-
last
-
size
-
isEmpty
-
contains
-
toArray
-
toArray
-
add
-
remove
-
containsAll
- Specified by:
containsAllin interfaceCollection<TOP>- Specified by:
containsAllin interfaceSet<TOP>
-
addAll
-
retainAll
-
removeAll
-
clear
-
lower
- Specified by:
lowerin interfaceNavigableSet<TOP>
-
floor
- Specified by:
floorin interfaceNavigableSet<TOP>
-
ceiling
- Specified by:
ceilingin interfaceNavigableSet<TOP>
-
higher
- Specified by:
higherin interfaceNavigableSet<TOP>
-
pollFirst
- Specified by:
pollFirstin interfaceNavigableSet<TOP>
-
pollLast
- Specified by:
pollLastin interfaceNavigableSet<TOP>
-
iterator
-
descendingSet
- Specified by:
descendingSetin interfaceNavigableSet<TOP>
-
descendingIterator
- Specified by:
descendingIteratorin interfaceNavigableSet<TOP>
-
subSet
public NavigableSet<TOP> subSet(TOP fromElement1, boolean fromInclusive1, TOP toElement1, boolean toInclusive1) - Specified by:
subSetin interfaceNavigableSet<TOP>
-
headSet
- Specified by:
headSetin interfaceNavigableSet<TOP>
-
tailSet
- Specified by:
tailSetin interfaceNavigableSet<TOP>
-
subSet
-
headSet
-
tailSet
-