Uses of Class
org.apache.uima.internal.util.rb_trees.IntArrayRBTcommon
-
Packages that use IntArrayRBTcommon Package Description org.apache.uima.internal.util.rb_trees -
-
Uses of IntArrayRBTcommon in org.apache.uima.internal.util.rb_trees
Subclasses of IntArrayRBTcommon in org.apache.uima.internal.util.rb_trees Modifier and Type Class Description class
CompIntArrayRBT
Used for UIMA Set indexesclass
Int2IntRBT
A map<int, int> uses IntArrayRBTcommon Int to Int Map, based on IntArrayRBT, used in no-duplicates mode Implements Map - like interface: keys and values are ints Entry set not (yet) impl no keySet() no values()class
IntArrayRBT
A set (not a map) of ints.
-