public final class EvictingQueue<T> extends Object implements Enumeration<T>
| Constructor and Description |
|---|
EvictingQueue(long maxSize) |
| Modifier and Type | Method and Description |
|---|---|
void |
add(T value) |
boolean |
hasMoreElements() |
T |
nextElement() |
public void add(T value)
public boolean hasMoreElements()
hasMoreElements in interface Enumeration<T>public T nextElement()
nextElement in interface Enumeration<T>Copyright © 2018–2023. All rights reserved.