private static class PrioritizedList.PrioritizedItem
extends java.lang.Object
implements java.lang.Comparable
Modifier and Type | Field and Description |
---|---|
(package private) int |
id |
(package private) int |
priority |
(package private) java.lang.Object |
value |
Constructor and Description |
---|
PrioritizedItem(java.lang.Object value,
int priority,
int id) |
Modifier and Type | Method and Description |
---|---|
int |
compareTo(java.lang.Object o) |
boolean |
equals(java.lang.Object obj) |