Package | Description |
---|---|
com.metsci.glimpse.util.primitives |
Memory efficient Java primitive data arrays.
|
Modifier and Type | Interface and Description |
---|---|
interface |
CharsModifiable |
Modifier and Type | Class and Description |
---|---|
class |
CharsArray |
Modifier and Type | Method and Description |
---|---|
void |
CharsModifiable.append(Chars vs) |
void |
CharsArray.append(Chars vs) |
void |
CharsModifiable.append(Chars vs,
int from,
int to) |
void |
CharsArray.append(Chars vs,
int from,
int to) |
void |
CharsModifiable.insert(int i,
Chars vs) |
void |
CharsArray.insert(int i,
Chars vs) |
void |
CharsModifiable.insert(int i,
Chars vs,
int from,
int to) |
void |
CharsArray.insert(int i,
Chars vs,
int from,
int to) |
void |
CharsModifiable.prepend(Chars vs) |
void |
CharsArray.prepend(Chars vs) |
void |
CharsModifiable.prepend(Chars vs,
int from,
int to) |
void |
CharsArray.prepend(Chars vs,
int from,
int to) |
Constructor and Description |
---|
CharsArray(Chars xs)
Clones the sequence arg.
|
Copyright © 2016 Metron, Inc.. All rights reserved.