public class CloseablePriorityList<T>
extends java.lang.Object
implements java.lang.Iterable<T>
Constructor and Description |
---|
CloseablePriorityList() |
Modifier and Type | Method and Description |
---|---|
java.io.Closeable |
add(T value)
Adds a new item to the list.
|
java.util.Iterator<T> |
iterator() |