coins.backend.sched
クラス Pipelining.PairIndex
java.lang.Object
|
+--coins.backend.sched.Pipelining.PairIndex
- 含まれているクラス:
- Pipelining
- class Pipelining.PairIndex
- extends java.lang.Object
フィールドの概要 |
(パッケージプライベート) int |
index
|
(パッケージプライベート) int |
stage
|
クラス 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()
- オーバーライド:
- クラス
java.lang.Object
内の toString