ArrayRef(ArrayRef<T> src,
ArrayRef.Allocator<T> allocator) |
ArrayRef(ArrayRef<T> src,
int off,
int len,
ArrayRef.Allocator<T> allocator) |
ArrayRef(int capacity,
ArrayRef.Allocator<T> allocator) |
ArrayRef(T src,
int off,
int len,
ArrayRef.Allocator<T> allocator) |
ObjectArrayRef(Collection<T> src,
ArrayRef.Allocator<T[]> allocator) |
ObjectArrayRef(Collection<T> src,
int off,
int len,
ArrayRef.Allocator<T[]> allocator) |
ObjectArrayRef(int capacity,
ArrayRef.Allocator<T[]> allocator) |
ObjectArrayRef(ObjectArrayRef<T> src,
ArrayRef.Allocator<T[]> allocator) |
ObjectArrayRef(ObjectArrayRef<T> src,
int off,
int len,
ArrayRef.Allocator<T[]> allocator) |
ObjectArrayRef(T[] src,
ArrayRef.Allocator<T[]> allocator) |
ObjectArrayRef(T[] src,
int off,
int len,
ArrayRef.Allocator<T[]> allocator) |