public interface Objects
Modifier and Type | Method and Description |
---|---|
Object[] |
copyOf() |
Object[] |
copyOf(int i,
int c) |
void |
copyTo(int i,
Object[] dest,
int iDest,
int c) |
Object |
first() |
boolean |
isEmpty() |
Object |
last() |
int |
n()
Length of the sequence
|
Object |
v(int i)
Value at index i
|
Copyright © 2016 Metron, Inc.. All rights reserved.