Package org.apache.uima.jcas.cas
Class IntegerArrayList
- java.lang.Object
-
- org.apache.uima.cas.impl.FeatureStructureImplC
-
- org.apache.uima.jcas.cas.TOP
-
- org.apache.uima.jcas.cas.IntegerArrayList
-
- All Implemented Interfaces:
java.lang.Cloneable,java.lang.Iterable<java.lang.Integer>,java.util.RandomAccess,CommonArrayFS<java.lang.Integer>,FeatureStructure,FeatureStructureImpl,UimaSerializable
public class IntegerArrayList extends TOP implements java.lang.Iterable<java.lang.Integer>, UimaSerializable, CommonArrayFS<java.lang.Integer>, java.util.RandomAccess, java.lang.Cloneable
An ArrayList type containing ints, for UIMA - implements a subset of the List API, Iterable<Integer>, IntListIterator. - it is adjustable, like ArrayList Implementation notes: - implements Iterable + stream, not Collection, because stream returns IntStream - Uses UimaSerializable APIs - two implementations of the array list: -- one uses the original IntegerArray, via a variant of the asList wrapper that returns ints -- This is used until an add or remove operation that changes the size. --- switches to IntVector, resetting the original IntegerArray to null - This enables operation without creating the Java Object in use cases of deserializing and referencing when updating is not being used.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.apache.uima.cas.impl.FeatureStructureImplC
FeatureStructureImplC.PrintReferences
-
-
Field Summary
Fields Modifier and Type Field Description private static java.lang.invoke.CallSite_FC_intArraystatic java.lang.String_FeatName_intArrayprivate static java.lang.invoke.MethodHandle_FH_intArraystatic java.lang.String_TypeNameprivate List_of_intsintArrayAsListlifecycle - starts as the empty list - set when _init_from_cas_data() - set to null when update (add/remove) happensprivate IntVectorintArrayListlifecycle - starts as empty array list - becomes non-empty when updated (add) -- used from that point onstatic inttypestatic inttypeIndexID-
Fields inherited from class org.apache.uima.jcas.cas.TOP
_singleton
-
Fields inherited from class org.apache.uima.cas.impl.FeatureStructureImplC
_casView, _id, DISABLE_RUNTIME_FEATURE_VALIDATION, DISABLE_RUNTIME_FEATURE_VALUE_VALIDATION, IS_ENABLE_RUNTIME_FEATURE_VALIDATION, IS_ENABLE_RUNTIME_FEATURE_VALUE_VALIDATION, IS_V2_PRETTY_PRINT, V2_PRETTY_PRINT
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedIntegerArrayList()Never called.IntegerArrayList(TypeImpl type, CASImpl casImpl)Internal - constructor used by generatorIntegerArrayList(JCas jcas)IntegerArrayList(JCas jcas, int length)Make a new ArrayList with an initial size
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description void_init_from_cas_data()void_save_to_cas_data()This method is called by the framework before serialization of an instance of this JCas class.FeatureStructureImplC_superClone()booleanadd(int e)voidadd(int index, int element)voidclear()booleancontains(int i)voidcopyFromArray(int[] src, int srcPos, int destPos, int length)voidcopyFromArray(java.lang.String[] src, int srcPos, int destPos, int length)Not supported, will throw UnsupportedOperationExceptionvoidcopyToArray(int srcPos, int[] dest, int destPos, int length)voidcopyToArray(int srcPos, java.lang.String[] dest, int destPos, int length)Copies an array of ints to an Array of Strings.voidcopyValuesFrom(CommonArrayFS<java.lang.Integer> v)Copy values from another array of the same kindstatic IntegerArrayListcreate(JCas jcas, int[] a)Convenience - create a IntegerArrayList from an existing array.booleanequals(java.lang.Object o)A feature structure is equal to another feature structure iff it is identical in the underlying representation.voidforEach(java.util.function.IntConsumer action)Version of forEach that doesn't boxintget(int i)private IntegerArraygetIntArray()getter for intArray - gets internal use - holds the intsintgetTypeIndexID()inthashCode()Will return a hash code that's consistent with equality, i.e., if two FSs are equal, they will also return the same hash code.intindexOf(int i)IntListIteratorintListIterator()java.util.PrimitiveIterator.OfIntiterator()intlastIndexOf(int i)private voidmaybeStartUsingIntegerArrayList()booleanremove(int o)intremoveAt(int index)voidset(int i, int v)updates the i-th value of the IntegerArrayListprivate voidsetIntArray(IntegerArray v)setter for intArray - sets internal use - holds the intsintsize()return the size of the array.voidsort()java.util.Spliterator.OfIntspliterator()java.util.stream.IntStreamstream()int[]toArray()int[]toArray(int[] a)java.lang.StringtoString()-
Methods inherited from class org.apache.uima.jcas.cas.TOP
_createJCasHashMapReserve, _createSearchKey
-
Methods inherited from class org.apache.uima.cas.impl.FeatureStructureImplC
_copyIntAndRefArraysEqTypesFrom, _copyIntAndRefArraysFrom, _copyIntArrayEqTypesFrom, _getBooleanValueNc, _getBooleanValueNc, _getByteValueNc, _getByteValueNc, _getDoubleValueNc, _getDoubleValueNc, _getFeatFromAdjOffset, _getFeatureValueNc, _getFeatureValueNc, _getFloatValueNc, _getFloatValueNc, _getIntLikeValue, _getIntValueNc, _getIntValueNc, _getLongValueNc, _getLongValueNc, _getRefValueCommon, _getShortValueNc, _getShortValueNc, _getStringValueNc, _getStringValueNc, _getTypeCode, _getTypeImpl, _getView, _id, _inSetSortedIndex, _isJCasHashMapReserve, _isPearTrampoline, _maybeGetBaseForPearFs, _maybeGetBaseForPearFs, _maybeGetPearFs, _maybeGetPearFs, _resetInSetSortedIndex, _setBooleanValueNcNj, _setBooleanValueNcNj, _setBooleanValueNfc, _setByteValueNcNj, _setByteValueNcNj, _setByteValueNfc, _setDoubleValueNcNj, _setDoubleValueNcNj, _setDoubleValueNfc, _setFeatureValueNcNj, _setFeatureValueNcNj, _setFeatureValueNcWj, _setFloatValueNcNj, _setFloatValueNcNj, _setFloatValueNfc, _setInSetSortedIndexed, _setIntLikeValue, _setIntLikeValueNcNj, _setIntValueCJ, _setIntValueNcNj, _setIntValueNcNj, _setIntValueNfc, _setIntValueNfcCJ, _setJCasHashMapReserve, _setLongValueCJ, _setLongValueNcNj, _setLongValueNcNj, _setLongValueNfc, _setLongValueNfcCJ, _setPearTrampoline, _setRefValueCJ, _setRefValueCommon, _setRefValueCommonWj, _setRefValueNfcCJ, _setShortValueNcNj, _setShortValueNcNj, _setShortValueNfc, _setStringValueNcNj, _setStringValueNcWj, _setStringValueNfc, _setTypeImpl, addStringOrPrimitive, addToIndexes, addToIndexes, addToIndexes, clone, compare, getAddress, getBooleanValue, getByteValue, getCAS, getCASImpl, getDoubleValue, getFeatureValue, getFeatureValueAsString, getFloatValue, getIntValue, getLongValue, getLowLevelCas, getShortValue, getStringValue, getType, prettyPrint, prettyPrint, prettyPrint, prettyPrint, prettyPrint, prettyPrint, prettyPrintShort, removeFromIndexes, removeFromIndexes, removeFromIndexes, setBooleanValue, setByteValue, setDoubleValue, setFeatureValue, setFeatureValueFromString, setFloatValue, setIntValue, setLongValue, setShortValue, setStringValue, toShortString, toString, wrapGetIntCatchException
-
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface org.apache.uima.cas.CommonArrayFS
getValuesAsCommaSeparatedString, isEmpty, toStringArray
-
Methods inherited from interface org.apache.uima.cas.FeatureStructure
_getTypeCode, _id, clone, getAddress, getBooleanValue, getByteValue, getCAS, getDoubleValue, getFeatureValue, getFeatureValueAsString, getFloatValue, getIntValue, getJCas, getLongValue, getShortValue, getStringValue, getType, setBooleanValue, setByteValue, setDoubleValue, setFeatureValue, setFeatureValueFromString, setFloatValue, setIntValue, setLongValue, setShortValue, setStringValue
-
Methods inherited from interface org.apache.uima.UimaSerializable
_reset_cas_data, clone
-
-
-
-
Field Detail
-
_TypeName
public static final java.lang.String _TypeName
- See Also:
- Constant Field Values
-
typeIndexID
public static final int typeIndexID
-
type
public static final int type
-
intArrayList
private final IntVector intArrayList
lifecycle - starts as empty array list - becomes non-empty when updated (add) -- used from that point on
-
intArrayAsList
private List_of_ints intArrayAsList
lifecycle - starts as the empty list - set when _init_from_cas_data() - set to null when update (add/remove) happens
-
_FeatName_intArray
public static final java.lang.String _FeatName_intArray
- See Also:
- Constant Field Values
-
_FC_intArray
private static final java.lang.invoke.CallSite _FC_intArray
-
_FH_intArray
private static final java.lang.invoke.MethodHandle _FH_intArray
-
-
Constructor Detail
-
IntegerArrayList
protected IntegerArrayList()
Never called. Disable default constructor
-
IntegerArrayList
public IntegerArrayList(TypeImpl type, CASImpl casImpl)
Internal - constructor used by generator- Parameters:
casImpl- the CAS this Feature Structure belongs totype- the type of this Feature Structure
-
IntegerArrayList
public IntegerArrayList(JCas jcas)
- Parameters:
jcas- JCas to which this Feature Structure belongs
-
IntegerArrayList
public IntegerArrayList(JCas jcas, int length)
Make a new ArrayList with an initial size- Parameters:
jcas- The JCaslength- initial size
-
-
Method Detail
-
getTypeIndexID
public int getTypeIndexID()
- Overrides:
getTypeIndexIDin classTOP- Returns:
- index of the type
-
getIntArray
private IntegerArray getIntArray()
getter for intArray - gets internal use - holds the ints- Returns:
- value of the feature
-
setIntArray
private void setIntArray(IntegerArray v)
setter for intArray - sets internal use - holds the ints- Parameters:
v- value to set into the feature
-
maybeStartUsingIntegerArrayList
private void maybeStartUsingIntegerArrayList()
-
_init_from_cas_data
public void _init_from_cas_data()
- Specified by:
_init_from_cas_datain interfaceUimaSerializable
-
_save_to_cas_data
public void _save_to_cas_data()
Description copied from interface:UimaSerializableThis method is called by the framework before serialization of an instance of this JCas class. The implementation should save whatever data is needed into Features of this JCas class that can be serialized by UIMA.- Specified by:
_save_to_cas_datain interfaceUimaSerializable
-
get
public int get(int i)
- Parameters:
i- -- Returns:
- the indexed value from the corresponding Cas IntegerArray as a Java Model object.
-
set
public void set(int i, int v)updates the i-th value of the IntegerArrayList- Parameters:
i- -v- -
-
size
public int size()
return the size of the array.- Specified by:
sizein interfaceCommonArrayFS<java.lang.Integer>- Returns:
- The size of the array.
-
copyFromArray
public void copyFromArray(int[] src, int srcPos, int destPos, int length)- Parameters:
src- -srcPos- -destPos- -length- -- See Also:
ArrayFS.copyFromArray(FeatureStructure[], int, int, int)
-
copyToArray
public void copyToArray(int srcPos, int[] dest, int destPos, int length)- Parameters:
srcPos- -dest- -destPos- -length- -- See Also:
ArrayFS.copyToArray(int, FeatureStructure[], int, int)
-
toArray
public int[] toArray()
- Returns:
- -
- See Also:
ArrayFS.toArray()
-
copyFromArray
public void copyFromArray(java.lang.String[] src, int srcPos, int destPos, int length)Not supported, will throw UnsupportedOperationException- Specified by:
copyFromArrayin interfaceCommonArrayFS<java.lang.Integer>- Parameters:
src- -srcPos- -destPos- -length- -
-
copyToArray
public void copyToArray(int srcPos, java.lang.String[] dest, int destPos, int length)Copies an array of ints to an Array of Strings.- Specified by:
copyToArrayin interfaceCommonArrayFS<java.lang.Integer>- Parameters:
srcPos- The index of the first element to copy.dest- The array to copy to.destPos- Where to start copying intodest.length- The number of elements to copy.- Throws:
java.lang.ArrayIndexOutOfBoundsException- IfsrcPos < 0orlength > size()ordestPos + length > destArray.length.
-
copyValuesFrom
public void copyValuesFrom(CommonArrayFS<java.lang.Integer> v)
Description copied from interface:CommonArrayFSCopy values from another array of the same kind- Specified by:
copyValuesFromin interfaceCommonArrayFS<java.lang.Integer>- Parameters:
v- the other array
-
create
public static IntegerArrayList create(JCas jcas, int[] a)
Convenience - create a IntegerArrayList from an existing array.- Parameters:
jcas- -a- -- Returns:
- -
-
_superClone
public FeatureStructureImplC _superClone()
- Specified by:
_superClonein interfaceUimaSerializable
-
contains
public boolean contains(int i)
- Parameters:
i- -- Returns:
- -
-
indexOf
public int indexOf(int i)
- Parameters:
i- -- Returns:
- -
- See Also:
ArrayList.indexOf(java.lang.Object)
-
lastIndexOf
public int lastIndexOf(int i)
- Parameters:
i- -- Returns:
- -
- See Also:
ArrayList.lastIndexOf(java.lang.Object)
-
toArray
public int[] toArray(int[] a)
- Parameters:
a- -- Returns:
- -
- See Also:
ArrayList.toArray(java.lang.Object[])
-
toString
public java.lang.String toString()
- Overrides:
toStringin classFeatureStructureImplC- Returns:
- -
- See Also:
AbstractCollection.toString()
-
add
public boolean add(int e)
- Parameters:
e- -- Returns:
- true
- See Also:
ArrayList.add(java.lang.Object)
-
equals
public boolean equals(java.lang.Object o)
Description copied from interface:FeatureStructureA feature structure is equal to another feature structure iff it is identical in the underlying representation.- Specified by:
equalsin interfaceFeatureStructure- Overrides:
equalsin classFeatureStructureImplC- Parameters:
o- -- Returns:
- true if all elements are the same, and in same order, and same number
- See Also:
AbstractList.equals(java.lang.Object)
-
add
public void add(int index, int element)- Parameters:
index- -element- -- See Also:
ArrayList.add(int, java.lang.Object)
-
removeAt
public int removeAt(int index)
- Parameters:
index- -- Returns:
- -
- See Also:
ArrayList.remove(int)
-
remove
public boolean remove(int o)
- Parameters:
o- - locate and if found remove this object- Returns:
- true if removed
- See Also:
ArrayList.remove(java.lang.Object)
-
hashCode
public int hashCode()
Description copied from interface:FeatureStructureWill return a hash code that's consistent with equality, i.e., if two FSs are equal, they will also return the same hash code.- Specified by:
hashCodein interfaceFeatureStructure- Overrides:
hashCodein classFeatureStructureImplC- Returns:
- -
- See Also:
AbstractList.hashCode()
-
clear
public void clear()
- See Also:
ArrayList.clear()
-
iterator
public java.util.PrimitiveIterator.OfInt iterator()
- Specified by:
iteratorin interfacejava.lang.Iterable<java.lang.Integer>- Returns:
- -
- See Also:
ArrayList.iterator()
-
intListIterator
public IntListIterator intListIterator()
-
sort
public void sort()
-
spliterator
public java.util.Spliterator.OfInt spliterator()
- Specified by:
spliteratorin interfacejava.lang.Iterable<java.lang.Integer>
-
stream
public java.util.stream.IntStream stream()
- Returns:
- a stream over the integers
-
forEach
public void forEach(java.util.function.IntConsumer action)
Version of forEach that doesn't box- Parameters:
action- -
-
-