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
           
 
コンストラクタの概要
(パッケージプライベート) Pipelining.PairIndex(int s, int i)
           
 
メソッドの概要
(パッケージプライベート)  Pipelining.PairIndex add(int i)
           
(パッケージプライベート)  Pipelining.PairIndex copy()
           
(パッケージプライベート)  Pipelining.PairIndex decrementIndex()
           
(パッケージプライベート)  int distanceFrom(Pipelining.PairIndex p)
           
(パッケージプライベート)  boolean greaterThan(Pipelining.PairIndex other)
           
(パッケージプライベート)  Pipelining.PairIndex incrementIndex()
           
(パッケージプライベート)  Pipelining.PairIndex incrementStage()
           
(パッケージプライベート)  boolean lessThan(Pipelining.PairIndex other)
           
 java.lang.String toString()
           
 
クラス 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