|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.jrockit.mc.flightrecorder.util.OrderByEndTime
public final class OrderByEndTime
IPriorityProvider that orders events by their end time. Used by the PriorityIterator.
| Method Summary | |
|---|---|
static IPriorityProvider<IEvent> |
getInstance()
Returns an IPriorityProvider that order events by their end time. |
long |
getPriority(IEvent event)
Returns the priority for the the object. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static IPriorityProvider<IEvent> getInstance()
IPriorityProvider that order events by their end time.
public long getPriority(IEvent event)
IPriorityProvider
getPriority in interface IPriorityProvider<IEvent>event - the object to get the priority for.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||