Package | Description |
---|---|
com.metsci.glimpse.util.primitives |
Memory efficient Java primitive data arrays.
|
Modifier and Type | Interface and Description |
---|---|
interface |
BytesModifiable
Strings are encoded and decoded using the UTF-8 charset (multi-byte
charsets just aren't worth the increased complication in indexing).
|
Modifier and Type | Class and Description |
---|---|
class |
BytesArray |
Modifier and Type | Method and Description |
---|---|
void |
BytesModifiable.append(Bytes vs) |
void |
BytesArray.append(Bytes vs) |
void |
BytesModifiable.append(Bytes vs,
int from,
int to) |
void |
BytesArray.append(Bytes vs,
int from,
int to) |
void |
BytesModifiable.insert(int i,
Bytes vs) |
void |
BytesArray.insert(int i,
Bytes vs) |
void |
BytesModifiable.insert(int i,
Bytes vs,
int from,
int to) |
void |
BytesArray.insert(int i,
Bytes vs,
int from,
int to) |
void |
BytesModifiable.prepend(Bytes vs) |
void |
BytesArray.prepend(Bytes vs) |
void |
BytesModifiable.prepend(Bytes vs,
int from,
int to) |
void |
BytesArray.prepend(Bytes vs,
int from,
int to) |
Constructor and Description |
---|
BytesArray(Bytes xs)
Clones the sequence arg.
|
Copyright © 2016 Metron, Inc.. All rights reserved.