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