|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Prioritizeable
This interface defines the key method required for an object to be Prioritizeable.
Method Summary | |
---|---|
boolean |
adjustPriority(java.lang.Comparable obj)
A prioritizable object can have its priority raised or lowered. |
Methods inherited from interface java.lang.Comparable |
---|
compareTo |
Method Detail |
---|
boolean adjustPriority(java.lang.Comparable obj)
obj
- a Comparable object appropriate for specifying the
priority.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |