Searched defs:LongArrayBuffer (Results 1 - 1 of 1) sorted by relevance
/libcore/luni/src/main/java/java/nio/ | ||
H A D | LongArrayBuffer.java | 21 * LongArrayBuffer, ReadWriteLongArrayBuffer and ReadOnlyLongArrayBuffer compose 24 * LongArrayBuffer implements all the shared readonly methods and is extended by 32 abstract class LongArrayBuffer extends LongBuffer { class in inherits:LongBuffer 38 LongArrayBuffer(long[] array) { method in class:LongArrayBuffer 42 LongArrayBuffer(int capacity) { method in class:LongArrayBuffer 46 LongArrayBuffer(int capacity, long[] backingArray, int offset) { method in class:LongArrayBuffer |
Completed in 156 milliseconds