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