Home
last modified time | relevance | path

Searched refs:BasicVector_UnsignedByte8 (Results 1 – 4 of 4) sorted by relevance

/dports/lang/abcl/abcl-src-1.8.0/src/org/armedbear/lisp/
H A DBasicVector_UnsignedByte8.java40 public final class BasicVector_UnsignedByte8 extends AbstractVector class
45 public BasicVector_UnsignedByte8(int capacity) in BasicVector_UnsignedByte8() method in BasicVector_UnsignedByte8
51 public BasicVector_UnsignedByte8(byte[] array) in BasicVector_UnsignedByte8() method in BasicVector_UnsignedByte8
59 public BasicVector_UnsignedByte8(LispObject[] array) in BasicVector_UnsignedByte8() method in BasicVector_UnsignedByte8
197 BasicVector_UnsignedByte8 v = new BasicVector_UnsignedByte8(end - start); in subseq()
248 BasicVector_UnsignedByte8 result = new BasicVector_UnsignedByte8(capacity); in reverse()
296 return new BasicVector_UnsignedByte8(newElements); in adjustArray()
308 return new BasicVector_UnsignedByte8(newElements); in adjustArray()
H A DByteArrayOutputStream.java143 return new BasicVector_UnsignedByte8(array);
H A DComplexVector_UnsignedByte8.java282 BasicVector_UnsignedByte8 result = new BasicVector_UnsignedByte8(length); in reverse()
H A Dmake_array.java188 v = new BasicVector_UnsignedByte8(size); in execute()