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
-
- All Implemented Interfaces:
java.lang.Iterable<IntVector>
- Enclosing class:
- JsonCasSerializer
private static class JsonCasSerializer.MapType2Subtypes extends RedBlackTree<IntVector>
-
-
Constructor Summary
Constructors Modifier Constructor Description private
MapType2Subtypes()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description (package private) boolean
addSubtype(int type, int subtype)
-
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
-
-