Uses of Class
org.apache.uima.internal.util.OrderedFsSet_array2
-
Packages that use OrderedFsSet_array2 Package Description org.apache.uima.internal.util -
-
Uses of OrderedFsSet_array2 in org.apache.uima.internal.util
Fields in org.apache.uima.internal.util with type parameters of type OrderedFsSet_array2 Modifier and Type Field Description (package private) java.util.function.Supplier<OrderedFsSet_array2>
OrderedFsSet_array2.SubSet. theSet
Methods in org.apache.uima.internal.util that return OrderedFsSet_array2 Modifier and Type Method Description private OrderedFsSet_array2
OrderedFsSet_array2.SubSet. theSet()
Constructors in org.apache.uima.internal.util with parameters of type OrderedFsSet_array2 Constructor Description OrderedFsSet_array2(OrderedFsSet_array2 set)
copy constructor - not currently used (06/2017)OrderedFsSet_array2(OrderedFsSet_array2 set, boolean isReadOnly)
called to make a read-only copyConstructor parameters in org.apache.uima.internal.util with type arguments of type OrderedFsSet_array2 Constructor Description SubSet(java.util.function.Supplier<OrderedFsSet_array2> theSet, TOP fromElement, boolean fromInclusive, TOP toElement, boolean toInclusive)
SubSet(java.util.function.Supplier<OrderedFsSet_array2> theSet, TOP fromElement, boolean fromInclusive, TOP toElement, boolean toInclusive, boolean doTest, java.util.Comparator<TOP> comparator)
-