public class EvictingIntQueue extends Object
| Constructor and Description |
|---|
EvictingIntQueue(int max) |
| Modifier and Type | Method and Description |
|---|---|
void |
add(int t) |
void |
clear() |
String |
dump() |
int |
get(int pos) |
int |
size() |
String |
toString() |
Copyright © 2022 vpc open source initiative. All rights reserved.