|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.armedbear.lisp.Lisp
org.armedbear.lisp.LispObject
org.armedbear.lisp.AbstractArray
org.armedbear.lisp.AbstractVector
org.armedbear.lisp.ComplexVector_UnsignedByte32
public final class ComplexVector_UnsignedByte32
Field Summary |
---|
Constructor Summary | |
---|---|
ComplexVector_UnsignedByte32(int capacity)
|
|
ComplexVector_UnsignedByte32(int capacity,
AbstractArray array,
int displacement)
|
Method Summary | |
---|---|
AbstractVector |
adjustArray(int newCapacity,
AbstractArray displacedTo,
int displacement)
|
AbstractVector |
adjustArray(int newCapacity,
LispObject initialElement,
LispObject initialContents)
|
LispObject |
AREF(int index)
|
LispObject |
AREF(LispObject index)
|
LispObject |
arrayDisplacement()
|
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)
|
Methods inherited from class org.armedbear.lisp.AbstractVector |
---|
adjustArray, adjustArray, badIndex, checkIndex, deleteEq, deleteEql, equalp, getDimension, getDimensions, getRank, getTotalSize, psxhash, typep, vectorp, VECTORP, writeToString |
Methods inherited from class org.armedbear.lisp.AbstractArray |
---|
computeTotalSize, get, getRowMajorIndex, getRowMajorIndex, isAdjustable, set, writeToString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ComplexVector_UnsignedByte32(int capacity)
public ComplexVector_UnsignedByte32(int capacity, AbstractArray array, int displacement)
Method Detail |
---|
public LispObject typeOf()
typeOf
in class LispObject
public LispObject classOf()
classOf
in class LispObject
public boolean hasFillPointer()
hasFillPointer
in class AbstractArray
public int getFillPointer()
getFillPointer
in class AbstractArray
public void setFillPointer(int n)
setFillPointer
in class AbstractVector
public void setFillPointer(LispObject obj) throws ConditionThrowable
setFillPointer
in class AbstractVector
ConditionThrowable
public boolean isDisplaced()
isDisplaced
in class AbstractArray
public LispObject arrayDisplacement() throws ConditionThrowable
arrayDisplacement
in class AbstractArray
ConditionThrowable
public LispObject getElementType()
getElementType
in class AbstractArray
public boolean isSimpleVector()
isSimpleVector
in class AbstractVector
public int capacity()
capacity
in class AbstractVector
public int length()
length
in class LispObject
public LispObject elt(int index) throws ConditionThrowable
elt
in class LispObject
ConditionThrowable
public LispObject AREF(int index) throws ConditionThrowable
AREF
in class LispObject
ConditionThrowable
public LispObject AREF(LispObject index) throws ConditionThrowable
AREF
in class LispObject
ConditionThrowable
public void aset(int index, LispObject newValue) throws ConditionThrowable
aset
in class AbstractArray
ConditionThrowable
public LispObject subseq(int start, int end) throws ConditionThrowable
subseq
in class AbstractVector
ConditionThrowable
public void fill(LispObject obj) throws ConditionThrowable
fill
in class AbstractArray
ConditionThrowable
public void shrink(int n) throws ConditionThrowable
shrink
in class AbstractVector
ConditionThrowable
public LispObject reverse() throws ConditionThrowable
reverse
in class AbstractVector
ConditionThrowable
public LispObject nreverse() throws ConditionThrowable
nreverse
in class AbstractVector
ConditionThrowable
public void vectorPushExtend(LispObject element) throws ConditionThrowable
vectorPushExtend
in class LispObject
ConditionThrowable
public LispObject VECTOR_PUSH_EXTEND(LispObject element) throws ConditionThrowable
VECTOR_PUSH_EXTEND
in class LispObject
ConditionThrowable
public LispObject VECTOR_PUSH_EXTEND(LispObject element, LispObject extension) throws ConditionThrowable
VECTOR_PUSH_EXTEND
in class LispObject
ConditionThrowable
public AbstractVector adjustArray(int newCapacity, LispObject initialElement, LispObject initialContents) throws ConditionThrowable
adjustArray
in class AbstractVector
ConditionThrowable
public AbstractVector adjustArray(int newCapacity, AbstractArray displacedTo, int displacement) throws ConditionThrowable
adjustArray
in class AbstractVector
ConditionThrowable
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |