|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Bytes | |
---|---|
com.metsci.glimpse.util.primitives | Memory efficient Java primitive data arrays. |
Uses of Bytes in com.metsci.glimpse.util.primitives |
---|
Subinterfaces of Bytes in com.metsci.glimpse.util.primitives | |
---|---|
interface |
BytesModifiable
Strings are encoded and decoded using the UTF-8 charset (multi-byte charsets just aren't worth the increased complication in indexing). |
Classes in com.metsci.glimpse.util.primitives that implement Bytes | |
---|---|
class |
BytesArray
|
Methods in com.metsci.glimpse.util.primitives with parameters of type Bytes | |
---|---|
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)
|
Constructors in com.metsci.glimpse.util.primitives with parameters of type Bytes | |
---|---|
BytesArray(Bytes xs)
Clones the sequence arg. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |