public final class NumberList extends ArrayRef<int[]>
ArrayRef.Allocator<T>
Constructor and Description |
---|
NumberList() |
NumberList(int incr) |
Modifier and Type | Method and Description |
---|---|
protected int[] |
allocBuffer(int cap) |
void |
append(ArrayRef<int[]> lst) |
void |
append(int v) |
int |
get(int idx) |
void |
sort() |
protected int |
totalBufferSize(int[] buf) |
advance, buffer, canEqual, capacity, clear, copy, copyIn, copyIn, copyOut, copyOut, ensureCapacity, ensureSpareCapacity, equals, getBuffer, getOffset, getOffset, getSize, hashCode, incrementSize, limit, offset, offset, set, set, set, set, set, setSize, size, spareCapacity, toArray, toArray, toArray, toArray, toString, totalBufferSize
public int get(int idx)
protected int totalBufferSize(int[] buf)
totalBufferSize
in class ArrayRef<int[]>
protected int[] allocBuffer(int cap)
allocBuffer
in class ArrayRef<int[]>
public void append(int v)
public void append(ArrayRef<int[]> lst)
public void sort()
Copyright 2010-2018 Grey Software (Yusef Badri). All Rights Reserved.