public class BitQueue extends Object
| Constructor and Description |
|---|
BitQueue(int capacity) |
| Modifier and Type | Method and Description |
|---|---|
void |
add(boolean val) |
boolean |
get(int i) |
boolean |
isEmpty() |
boolean |
peek() |
boolean |
poll() |
void |
resize(int newCapacity) |
void |
set(int i,
boolean val) |
int |
size() |
Copyright © 2018–2019. All rights reserved.