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