public class BitQueue
extends java.lang.Object
| 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() |