Uses of Class
org.apache.uima.jcas.cas.IntegerList

Packages that use IntegerList
org.apache.uima.jcas.cas JCAS model for built-in CAS types 
 

Uses of IntegerList in org.apache.uima.jcas.cas
 

Subclasses of IntegerList in org.apache.uima.jcas.cas
 class EmptyIntegerList
           
 class NonEmptyIntegerList
           
 

Methods in org.apache.uima.jcas.cas that return IntegerList
 IntegerList NonEmptyIntegerList.getTail()
          getter for tail *
 

Methods in org.apache.uima.jcas.cas with parameters of type IntegerList
 void NonEmptyIntegerList.setTail(IntegerList v)
          setter for tail *
 



Copyright © 2010 The Apache Software Foundation. All Rights Reserved.