Package org.apache.uima.jcas.cas
Interface EmptyList
-
- All Superinterfaces:
java.lang.Cloneable
,FeatureStructure
- All Known Implementing Classes:
EmptyFloatList
,EmptyFSList
,EmptyIntegerList
,EmptyStringList
public interface EmptyList extends FeatureStructure
a marker interface for empty lists
-
-
Method Summary
-
Methods inherited from interface org.apache.uima.cas.FeatureStructure
_getTypeCode, _id, clone, equals, getAddress, getBooleanValue, getByteValue, getCAS, getDoubleValue, getFeatureValue, getFeatureValueAsString, getFloatValue, getIntValue, getJCas, getLongValue, getShortValue, getStringValue, getType, hashCode, setBooleanValue, setByteValue, setDoubleValue, setFeatureValue, setFeatureValueFromString, setFloatValue, setIntValue, setLongValue, setShortValue, setStringValue
-
-