public class MapFactory extends Object
Constructor and Description |
---|
MapFactory() |
Modifier and Type | Method and Description |
---|---|
static <K extends org.apache.uima.jcas.cas.TOP,V extends org.apache.uima.jcas.cas.TOP> |
createInstance(String mapId) |
static <K extends org.apache.uima.jcas.cas.TOP,V extends org.apache.uima.jcas.cas.TOP> |
get(String mapId,
K key) |
static <K extends org.apache.uima.jcas.cas.TOP,V extends org.apache.uima.jcas.cas.TOP> |
put(String mapId,
K key,
V value) |
Copyright © 2012-2017 The Apache Software Foundation. All Rights Reserved.