public final class ComplexVector_ByteBuffer extends AbstractVector
| Constructor and Description |
|---|
ComplexVector_ByteBuffer(int capacity) |
ComplexVector_ByteBuffer(int capacity,
AbstractArray array,
int displacement) |
ComplexVector_ByteBuffer(int capacity,
AbstractArray array,
int displacement,
boolean directAllocation) |
ComplexVector_ByteBuffer(int capacity,
boolean directAllocation) |
| Modifier and Type | Method and Description |
|---|---|
AbstractVector |
adjustArray(int newCapacity,
AbstractArray displacedTo,
int displacement) |
AbstractVector |
adjustArray(int newCapacity,
LispObject initialElement,
LispObject initialContents) |
LispObject |
AREF(int index) |
LispObject |
arrayDisplacement() |
void |
aset(int index,
int n) |
void |
aset(int index,
LispObject newValue) |
int |
capacity() |
LispObject |
classOf() |
LispObject |
elt(int index) |
void |
fill(LispObject obj) |
LispObject |
getElementType() |
int |
getFillPointer() |
boolean |
hasFillPointer() |
boolean |
isDisplaced() |
boolean |
isSimpleVector() |
int |
length() |
LispObject |
nreverse() |
LispObject |
reverse() |
void |
setFillPointer(int n) |
void |
setFillPointer(LispObject obj) |
void |
shrink(int n) |
LispObject |
subseq(int start,
int end) |
LispObject |
typeOf() |
LispObject |
VECTOR_PUSH_EXTEND(LispObject element) |
LispObject |
VECTOR_PUSH_EXTEND(LispObject element,
LispObject extension) |
void |
vectorPushExtend(LispObject element) |
adjustArray, adjustArray, badIndex, checkIndex, deleteEq, deleteEql, equalp, getDimension, getDimensions, getRank, getTotalSize, printObject, psxhash, typep, vectorpcomputeTotalSize, get, getRowMajorIndex, getRowMajorIndex, isAdjustable, printObject, setABS, add, add, aref_long, aref, AREF, aset, ash, ash, atom, ATOM, caddr, cadr, car, cddr, cdr, CHAR, characterp, CHARACTERP, chars, COMPLEXP, constantp, CONSTANTP, copyToArray, decr, DENOMINATOR, dispatch, divideBy, doubleValue, endp, ENDP, EQ, eql, eql, eql, EQL, equal, equal, EQUAL, equalp, evenp, EVENP, execute, execute, execute, execute, execute, execute, execute, execute, execute, execute, execute, floatp, FLOATP, floatValue, getBooleanValue, getCallCount, getDescription, getDocumentation, getFixnumSlotValue, getHotCount, getInstance, getParts, getPropertyList, getSlotValue_0, getSlotValue_1, getSlotValue_2, getSlotValue_3, getSlotValue, getSlotValueAsBoolean, getStringChars, getStringValue, getSymbolFunction, getSymbolFunctionOrDie, getSymbolSetfFunction, getSymbolSetfFunctionOrDie, getSymbolValue, incr, incrementCallCount, incrementHotCount, integerp, INTEGERP, intValue, IS_E, IS_GE, IS_GT, IS_LE, IS_LT, IS_NE, isEqualTo, isEqualTo, isGreaterThan, isGreaterThan, isGreaterThanOrEqualTo, isGreaterThanOrEqualTo, isLessThan, isLessThan, isLessThanOrEqualTo, isLessThanOrEqualTo, isNotEqualTo, isNotEqualTo, isSpecialOperator, isSpecialVariable, javaInstance, javaInstance, LDB, LENGTH, listp, LISTP, lockableInstance, LOGAND, LOGAND, LOGIOR, LOGIOR, LOGNOT, LOGXOR, LOGXOR, longValue, minusp, MINUSP, MOD, MOD, multiplyBy, multiplyBy, negate, noFillPointer, NOT, NTH, NTH, nthcdr, numberp, NUMBERP, NUMERATOR, oddp, ODDP, plusp, PLUSP, princToString, psxhash, push, rationalp, RATIONALP, realp, REALP, resolve, RPLACA, RPLACD, SCHAR, setCallCount, setCar, setCdr, setDocumentation, setHotCount, setPropertyList, setSlotValue_0, setSlotValue_1, setSlotValue_2, setSlotValue_3, setSlotValue, setSlotValue, SIMPLE_STRING_P, SLOT_VALUE, STRING, stringp, STRINGP, subtract, subtract, SVREF, svset, sxhash, SYMBOLP, truncate, unreadableString, unreadableString, VECTORP, zerop, ZEROPpublic ComplexVector_ByteBuffer(int capacity)
public ComplexVector_ByteBuffer(int capacity,
boolean directAllocation)
public ComplexVector_ByteBuffer(int capacity,
AbstractArray array,
int displacement)
public ComplexVector_ByteBuffer(int capacity,
AbstractArray array,
int displacement,
boolean directAllocation)
public LispObject typeOf()
typeOf in class LispObjectpublic LispObject classOf()
classOf in class LispObjectpublic boolean hasFillPointer()
hasFillPointer in class AbstractArraypublic int getFillPointer()
getFillPointer in class AbstractArraypublic void setFillPointer(int n)
setFillPointer in class AbstractVectorpublic void setFillPointer(LispObject obj)
setFillPointer in class AbstractVectorpublic boolean isDisplaced()
isDisplaced in class AbstractArraypublic LispObject arrayDisplacement()
arrayDisplacement in class AbstractArraypublic LispObject getElementType()
getElementType in class AbstractArraypublic boolean isSimpleVector()
isSimpleVector in class AbstractVectorpublic int capacity()
capacity in class AbstractVectorpublic int length()
length in class LispObjectpublic LispObject elt(int index)
elt in class LispObjectpublic LispObject AREF(int index)
AREF in class LispObjectpublic void aset(int index,
int n)
aset in class LispObjectpublic void aset(int index,
LispObject newValue)
aset in class AbstractArraypublic LispObject subseq(int start, int end)
subseq in class AbstractVectorpublic void fill(LispObject obj)
fill in class AbstractArraypublic void shrink(int n)
shrink in class AbstractVectorpublic LispObject reverse()
reverse in class AbstractVectorpublic LispObject nreverse()
nreverse in class AbstractVectorpublic void vectorPushExtend(LispObject element)
vectorPushExtend in class LispObjectpublic LispObject VECTOR_PUSH_EXTEND(LispObject element)
VECTOR_PUSH_EXTEND in class LispObjectpublic LispObject VECTOR_PUSH_EXTEND(LispObject element, LispObject extension)
VECTOR_PUSH_EXTEND in class LispObjectpublic AbstractVector adjustArray(int newCapacity, LispObject initialElement, LispObject initialContents)
adjustArray in class AbstractVectorpublic AbstractVector adjustArray(int newCapacity, AbstractArray displacedTo, int displacement)
adjustArray in class AbstractVector