|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.uima.cas.impl.FeatureStructureImpl
org.apache.uima.cas.impl.FeatureStructureImplC
org.apache.uima.cas.impl.CommonAuxArrayFSImpl
org.apache.uima.cas.impl.ShortArrayFSImpl
public class ShortArrayFSImpl
Implementation of the ArrayFS interface.
| Field Summary |
|---|
| Fields inherited from class org.apache.uima.cas.impl.FeatureStructureImplC |
|---|
addr, casImpl |
| Constructor Summary | |
|---|---|
ShortArrayFSImpl(int addr,
CASImpl cas)
|
|
| Method Summary | |
|---|---|
void |
copyFromArray(short[] src,
int srcOffset,
int destOffset,
int length)
Copy the contents of an external array into this array. |
void |
copyFromArray(java.lang.String[] src,
int srcOffset,
int destOffset,
int length)
Copy the contents of an external string array into this array. |
void |
copyToArray(int srcOffset,
short[] dest,
int destOffset,
int length)
Copy the contents of the array from start to end to the
destination destArray with destination offset destOffset. |
void |
copyToArray(int srcOffset,
java.lang.String[] dest,
int destOffset,
int length)
Copy the contents of the array to an external string array. |
short |
get(int i)
Get the i-th element from the array. |
void |
set(int i,
short val)
Set the i-th value. |
short[] |
toArray()
Creates a new array the this array is copied to. |
| Methods inherited from class org.apache.uima.cas.impl.CommonAuxArrayFSImpl |
|---|
copyFromJavaArray, copyToJavaArray, size, toArray, toStringArray |
| Methods inherited from class org.apache.uima.cas.impl.FeatureStructureImplC |
|---|
equals, getAddress, getCAS, getCASImpl, hashCode, setUp |
| Methods inherited from class org.apache.uima.cas.impl.FeatureStructureImpl |
|---|
clone, getBooleanValue, getByteValue, getDoubleValue, getFeatureValue, getFeatureValueAsString, getFloatValue, getIntValue, getLongValue, getShortValue, getStringValue, getType, prettyPrint, prettyPrint, prettyPrint, setBooleanValue, setByteValue, setDoubleValue, setFeatureValue, setFeatureValueFromString, setFloatValue, setIntValue, setLongValue, setShortValue, setStringValue, toString, toString |
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface org.apache.uima.cas.CommonArrayFS |
|---|
size, toStringArray |
| Methods inherited from interface org.apache.uima.cas.FeatureStructure |
|---|
clone, equals, getBooleanValue, getByteValue, getCAS, getDoubleValue, getFeatureValue, getFeatureValueAsString, getFloatValue, getIntValue, getLongValue, getShortValue, getStringValue, getType, hashCode, setBooleanValue, setByteValue, setDoubleValue, setFeatureValue, setFeatureValueFromString, setFloatValue, setIntValue, setLongValue, setShortValue, setStringValue |
| Constructor Detail |
|---|
public ShortArrayFSImpl(int addr,
CASImpl cas)
| Method Detail |
|---|
public short get(int i)
ShortArrayFS
get in interface ShortArrayFSShortArrayFS.get(int)
public void set(int i,
short val)
ShortArrayFS
set in interface ShortArrayFSi - The index.val - The value.ShortArrayFS.set(int, short)
public void copyFromArray(short[] src,
int srcOffset,
int destOffset,
int length)
ShortArrayFS
copyFromArray in interface ShortArrayFSsrc - The source array.srcOffset - Where to start copying in the source array.destOffset - Where to start copying to in the destination array.length - The number of elements to copy.ShortArrayFS.copyFromArray(short[], int, int, int)
public void copyToArray(int srcOffset,
short[] dest,
int destOffset,
int length)
ShortArrayFSstart to end to the
destination destArray with destination offset destOffset.
copyToArray in interface ShortArrayFSsrcOffset - The index of the first element to copy.dest - The array to copy to.destOffset - Where to start copying into dest.length - The number of elements to copy.ShortArrayFS.copyToArray(int, short[], int, int)public short[] toArray()
ShortArrayFS
toArray in interface ShortArrayFSShortArrayFS.toArray()
public void copyToArray(int srcOffset,
java.lang.String[] dest,
int destOffset,
int length)
CommonArrayFS
copyToArray in interface CommonArrayFScopyToArray in class CommonAuxArrayFSImplsrcOffset - The index of the first element to copy.dest - The array to copy to.destOffset - Where to start copying into dest.length - The number of elements to copy.CommonArrayFS.copyToArray(int, String[], int, int)
public void copyFromArray(java.lang.String[] src,
int srcOffset,
int destOffset,
int length)
throws java.lang.ArrayIndexOutOfBoundsException
CommonArrayFS
copyFromArray in interface CommonArrayFSsrc - The source array.srcOffset - Where to start copying in the source array.destOffset - Where to start copying to in the destination array.length - The number of elements to copy.
java.lang.ArrayIndexOutOfBoundsException - When length conditions are not met.CommonArrayFS.copyFromArray(String[], int, int, int)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||