public class CharArrayFields extends ArrayFields
fieldAttrs, objectAttr| Constructor and Description |
|---|
CharArrayFields(int length) |
| Modifier and Type | Method and Description |
|---|---|
void |
appendTo(IntVector v) |
int |
arrayLength() |
char[] |
asCharArray() |
char[] |
asCharArray(int offset,
int length) |
String |
asString(int offset,
int length) |
CharArrayFields |
clone() |
boolean |
equals(int offset,
int length,
String s) |
boolean |
equals(Object o)
default implementation is just an identity check
|
char |
getCharValue(int pos) |
int |
getHeapSize()
give an approximation of the heap size in bytes - we assume fields are word
aligned, hence the number of values*4 should be good.
|
Object |
getValues() |
void |
hash(HashData hd) |
void |
printElements(PrintStream ps,
int max) |
protected void |
printValue(PrintStream ps,
int idx) |
void |
setCharValue(int pos,
char newValue) |
void |
setCharValues(char[] v) |
asBooleanArray, asByteArray, asDoubleArray, asFieldSlots, asFloatArray, asIntArray, asLongArray, asReferenceArray, asShortArray, getBooleanValue, getByteValue, getDoubleValue, getFloatValue, getIntValue, getLongValue, getNumberOfFields, getReferenceValue, getShortValue, isReferenceArray, setBooleanValue, setByteValue, setDoubleValue, setFloatValue, setIntValue, setLongValue, setReferenceValue, setShortValueaddFieldAttr, addObjectAttr, cloneFields, compareAttrs, copyAttrs, fieldAttrIterator, fieldAttrIterator, getFieldAttr, getFieldAttr, getNextFieldAttr, getNextObjectAttr, getObjectAttr, getObjectAttr, hasFieldAttr, hasFieldAttr, hasFieldAttr, hashAttrs, hashCode, hasObjectAttr, hasObjectAttr, objectAttrIterator, objectAttrIterator, removeFieldAttr, removeObjectAttr, replaceFieldAttr, replaceObjectAttr, setFieldAttr, setObjectAttrpublic char[] asCharArray()
asCharArray in class ArrayFieldsprotected void printValue(PrintStream ps, int idx)
printValue in class ArrayFieldspublic void printElements(PrintStream ps, int max)
printElements in class ArrayFieldspublic char[] asCharArray(int offset,
int length)
asCharArray in class ArrayFieldspublic Object getValues()
getValues in class ArrayFieldspublic int arrayLength()
arrayLength in class ArrayFieldspublic int getHeapSize()
FieldsgetHeapSize in class ArrayFieldspublic CharArrayFields clone()
public boolean equals(Object o)
Objectpublic char getCharValue(int pos)
getCharValue in class ArrayFieldspublic void setCharValue(int pos,
char newValue)
setCharValue in class ArrayFieldspublic void setCharValues(char[] v)
public String asString(int offset, int length)
public boolean equals(int offset,
int length,
String s)