public class NEvictingCharQueueImpl extends Object implements NEvictingCharQueue
| Constructor and Description |
|---|
NEvictingCharQueueImpl(int max) |
| Modifier and Type | Method and Description |
|---|---|
void |
add(char t) |
void |
clear() |
String |
dump() |
char |
get(int pos) |
int |
size() |
String |
toString() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitofpublic void clear()
clear in interface NEvictingCharQueuepublic int size()
size in interface NEvictingCharQueuepublic char get(int pos)
get in interface NEvictingCharQueuepublic void add(char t)
add in interface NEvictingCharQueuepublic String dump()
Copyright © 2026 vpc open source initiative. All rights reserved.