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