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