Package org.apache.uima.json
Class JsonCasSerializer.MapType2Subtypes
java.lang.Object
org.apache.uima.internal.util.rb_trees.RedBlackTree<IntVector>
org.apache.uima.json.JsonCasSerializer.MapType2Subtypes
- Enclosing class:
JsonCasSerializer
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.apache.uima.internal.util.rb_trees.RedBlackTree
clear, containsKey, containsValue, get, getBinaryTree, getFirst, isEmpty, iterator, keySet, main, printKeys, put, remove, size
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface java.lang.Iterable
forEach, spliterator
-
Constructor Details
-
MapType2Subtypes
private MapType2Subtypes()
-
-
Method Details
-
addSubtype
boolean addSubtype(int type, int subtype) - Parameters:
type
- main typesubtype
- subtype of main type- Returns:
- true if added, false if already was there
-