Package org.apache.uima.internal.util
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 SummaryModifier 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 java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.util.CollectionparallelStream, removeIf, stream, toArrayMethods inherited from interface java.util.SortedSetspliterator
- 
Method Details- 
comparator- Specified by:
- comparatorin interface- SortedSet<TOP>
 
- 
first
- 
last
- 
sizepublic int size()
- 
isEmptypublic boolean isEmpty()
- 
contains
- 
toArray
- 
toArraypublic <T> T[] toArray(T[] a1) 
- 
add
- 
remove
- 
containsAll- Specified by:
- containsAllin interface- Collection<TOP>
- Specified by:
- containsAllin interface- Set<TOP>
 
- 
addAll
- 
retainAll
- 
removeAll
- 
clearpublic void clear()
- 
lower- Specified by:
- lowerin interface- NavigableSet<TOP>
 
- 
floor- Specified by:
- floorin interface- NavigableSet<TOP>
 
- 
ceiling- Specified by:
- ceilingin interface- NavigableSet<TOP>
 
- 
higher- Specified by:
- higherin interface- NavigableSet<TOP>
 
- 
pollFirst- Specified by:
- pollFirstin interface- NavigableSet<TOP>
 
- 
pollLast- Specified by:
- pollLastin interface- NavigableSet<TOP>
 
- 
iterator
- 
descendingSet- Specified by:
- descendingSetin interface- NavigableSet<TOP>
 
- 
descendingIterator- Specified by:
- descendingIteratorin interface- NavigableSet<TOP>
 
- 
subSetpublic NavigableSet<TOP> subSet(TOP fromElement1, boolean fromInclusive1, TOP toElement1, boolean toInclusive1) - Specified by:
- subSetin interface- NavigableSet<TOP>
 
- 
headSet- Specified by:
- headSetin interface- NavigableSet<TOP>
 
- 
tailSet- Specified by:
- tailSetin interface- NavigableSet<TOP>
 
- 
subSet
- 
headSet
- 
tailSet
 
-