Class JsonCasSerializer.MapType2Subtypes

java.lang.Object
org.apache.uima.internal.util.rb_trees.RedBlackTree<IntVector>
org.apache.uima.json.JsonCasSerializer.MapType2Subtypes
All Implemented Interfaces:
Iterable<IntVector>
Enclosing class:
JsonCasSerializer

private static class JsonCasSerializer.MapType2Subtypes extends RedBlackTree<IntVector>
  • Constructor Details

    • MapType2Subtypes

      private MapType2Subtypes()
  • Method Details

    • addSubtype

      boolean addSubtype(int type, int subtype)
      Parameters:
      type - main type
      subtype - subtype of main type
      Returns:
      true if added, false if already was there