Uses of Class
de.julielab.jcore.utility.index.JCoReMapAnnotationIndex
-
Packages that use JCoReMapAnnotationIndex Package Description de.julielab.jcore.utility.index In the this package, a range ofJCoReAnnotationIndeximplementations can be found. -
-
Uses of JCoReMapAnnotationIndex in de.julielab.jcore.utility.index
Subclasses of JCoReMapAnnotationIndex in de.julielab.jcore.utility.index Modifier and Type Class Description classJCoReHashMapAnnotationIndex<K extends java.lang.Comparable<K>,T extends org.apache.uima.jcas.tcas.Annotation>Use when: You basically just need a map that maps from some key to annotations associated with that key.classJCoReTreeMapAnnotationIndex<K extends java.lang.Comparable<K>,T extends org.apache.uima.jcas.tcas.Annotation>Use when: You want a fuzzy search on the index keys (please see the note in the next paragraph) or ou specifically need aTreeMapinstead of aHashMap(if not, refer toJCoReHashMapAnnotationIndex) for some other reason.
-