public class PrioritizedList
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
private static class |
PrioritizedList.PrioritizedItem |
private static class |
PrioritizedList.PrioritizedItemIterator |
Modifier and Type | Field and Description |
---|---|
private int |
lastId |
private int |
lowestPriority |
private java.util.Set |
set |
Constructor and Description |
---|
PrioritizedList() |
Modifier and Type | Method and Description |
---|---|
void |
add(java.lang.Object item,
int priority) |
java.util.Iterator |
iterator() |