Package | Description |
---|---|
com.grey.base.collections | |
com.grey.base.utils |
Modifier and Type | Class and Description |
---|---|
class |
NumberList |
Modifier and Type | Method and Description |
---|---|
void |
NumberList.append(ArrayRef<int[]> lst) |
Modifier and Type | Class and Description |
---|---|
class |
ByteArrayRef |
class |
ByteChars
This class is a byte array handle which lets us handle the byte array as if it were composed of single-byte chars (effectively
8-bit text) - and conversely also lets us treat 8-bit text as a byte array. All without doing any charset conversions.
|
class |
CharBlock |
class |
ObjectArrayRef<T> |
Modifier and Type | Method and Description |
---|---|
ArrayRef<T> |
ArrayRef.clear() |
ArrayRef<T> |
ArrayRef.ensureCapacity(int capacity) |
ArrayRef<T> |
ArrayRef.ensureSpareCapacity(int spareCapacity) |
ArrayRef<T> |
ArrayRef.set(ArrayRef<T> src) |
ArrayRef<T> |
ArrayRef.set(ArrayRef<T> src,
int off) |
ArrayRef<T> |
ArrayRef.set(ArrayRef<T> src,
int off,
int len) |
ArrayRef<T> |
ArrayRef.set(T src) |
ArrayRef<T> |
ArrayRef.set(T buf,
int off,
int len) |
Modifier and Type | Method and Description |
---|---|
static <T> void |
ArrayRef.copy(ArrayRef<T> src,
int src_off,
ArrayRef<T> dst,
int dst_off,
int len) |
static <T> void |
ArrayRef.copy(ArrayRef<T> src,
int src_off,
ArrayRef<T> dst,
int dst_off,
int len) |
protected static <T> T |
ArrayRef.getBuffer(ArrayRef<T> ref) |
protected static <T> int |
ArrayRef.getOffset(ArrayRef<T> ref) |
protected static <T> int |
ArrayRef.getOffset(ArrayRef<T> ref,
int off) |
protected static <T> int |
ArrayRef.getSize(ArrayRef<T> ref) |
ArrayRef<T> |
ArrayRef.set(ArrayRef<T> src) |
ArrayRef<T> |
ArrayRef.set(ArrayRef<T> src,
int off) |
ArrayRef<T> |
ArrayRef.set(ArrayRef<T> src,
int off,
int len) |
Constructor and Description |
---|
ArrayRef(ArrayRef<T> src) |
ArrayRef(ArrayRef<T> src,
ArrayRef.Allocator<T> allocator) |
ArrayRef(ArrayRef<T> src,
int off,
int len) |
ArrayRef(ArrayRef<T> src,
int off,
int len,
ArrayRef.Allocator<T> allocator) |
Copyright 2010-2018 Grey Software (Yusef Badri). All Rights Reserved.