Uses of Class
org.apache.uima.internal.util.rb_trees.Int2IntRBT
-
Packages that use Int2IntRBT Package Description org.apache.uima.cas.impl Implementation and Low-Level API for the CAS Interfaces.org.apache.uima.internal.util.rb_trees -
-
Uses of Int2IntRBT in org.apache.uima.cas.impl
Fields in org.apache.uima.cas.impl declared as Int2IntRBT Modifier and Type Field Description private Int2IntRBT
CasSeqAddrMaps. srcId2TgtId
map from source id to target id.Constructors in org.apache.uima.cas.impl with parameters of type Int2IntRBT Constructor Description CasSeqAddrMaps(java.util.List<TOP> tgtSeq2SrcFs, Int2IntRBT srcAddr2TgtSeq)
-
Uses of Int2IntRBT in org.apache.uima.internal.util.rb_trees
Methods in org.apache.uima.internal.util.rb_trees that return Int2IntRBT Modifier and Type Method Description Int2IntRBT
Int2IntRBT. copy()
-