coins.backend.sched
Class Pipelining.PairIndex
java.lang.Object
coins.backend.sched.Pipelining.PairIndex
- Enclosing class:
- Pipelining
- class Pipelining.PairIndex
- extends java.lang.Object
|
Field Summary |
(package private) int |
index
|
(package private) int |
stage
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
stage
int stage
index
int index
Pipelining.PairIndex
Pipelining.PairIndex(int s,
int i)
add
Pipelining.PairIndex add(int i)
lessThan
boolean lessThan(Pipelining.PairIndex other)
greaterThan
boolean greaterThan(Pipelining.PairIndex other)
incrementIndex
Pipelining.PairIndex incrementIndex()
incrementStage
Pipelining.PairIndex incrementStage()
decrementIndex
Pipelining.PairIndex decrementIndex()
copy
Pipelining.PairIndex copy()
distanceFrom
int distanceFrom(Pipelining.PairIndex p)
toString
public java.lang.String toString()