Uses of Class
org.apache.uima.internal.util.OrderedFsSet_array2
Packages that use OrderedFsSet_array2
-
Uses of OrderedFsSet_array2 in org.apache.uima.internal.util
Fields in org.apache.uima.internal.util with type parameters of type OrderedFsSet_array2Modifier and TypeFieldDescription(package private) final Supplier
<OrderedFsSet_array2> OrderedFsSet_array2.SubSet.theSet
Methods in org.apache.uima.internal.util that return OrderedFsSet_array2Modifier and TypeMethodDescriptionprivate OrderedFsSet_array2
OrderedFsSet_array2.SubSet.theSet()
Constructors in org.apache.uima.internal.util with parameters of type OrderedFsSet_array2ModifierConstructorDescriptioncopy 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_array2ModifierConstructorDescription(package private)
SubSet
(Supplier<OrderedFsSet_array2> theSet, TOP fromElement, boolean fromInclusive, TOP toElement, boolean toInclusive) (package private)
SubSet
(Supplier<OrderedFsSet_array2> theSet, TOP fromElement, boolean fromInclusive, TOP toElement, boolean toInclusive, boolean doTest, Comparator<TOP> comparator)