public class RealEvtScheduler extends Object implements EvtScheduler<RealEventType>
Constructor and Description |
---|
RealEvtScheduler() |
Modifier and Type | Method and Description |
---|---|
boolean |
hasNext()
Returns true if the iteration has more elements.
|
void |
init(RealEventType evt)
Initializes the scheduler with an event defined by 'type'.
|
int |
next()
Returns the next element in the iteration.
|
void |
remove()
Removes from the underlying collection the last element returned by the
getIterator (optional operation).
|
int |
select(int mask) |
public void init(RealEventType evt)
EvtScheduler
init
in interface EvtScheduler<RealEventType>
evt
- event receivedpublic int select(int mask)
select
in interface EvtScheduler<RealEventType>
public boolean hasNext()
IntIterator
hasNext
in interface IntIterator
public int next()
IntIterator
next
in interface IntIterator
public void remove()
IntIterator
remove
in interface IntIterator
Copyright © 2017. All rights reserved.