| rcm.util.Prioritized
All known Subclasses: websphinx.Link,
Prioritized | public interface Prioritized (Code) | | Interface for objects stored in a PriorityQueue.
|
Method Summary | |
abstract public float | getPriority() Get the priority of the object. |
getPriority | abstract public float getPriority()(Code) | | Get the priority of the object.
|
|
|