public class SimpleFifoQueue extends FifoQueue
| Constructor and Description |
|---|
SimpleFifoQueue() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
addImpl(int register) |
protected int[] |
peekImpl() |
protected void |
pollImpl() |
int |
size() |
Copyright © 2018. All rights reserved.