coins.backend.sched
Class Pipelining.PairIndex

java.lang.Object
  extended bycoins.backend.sched.Pipelining.PairIndex
Enclosing class:
Pipelining

class Pipelining.PairIndex
extends java.lang.Object


Field Summary
(package private)  int index
           
(package private)  int stage
           
 
Constructor Summary
(package private) Pipelining.PairIndex(int s, int i)
           
 
Method Summary
(package private)  Pipelining.PairIndex add(int i)
           
(package private)  Pipelining.PairIndex copy()
           
(package private)  Pipelining.PairIndex decrementIndex()
           
(package private)  int distanceFrom(Pipelining.PairIndex p)
           
(package private)  boolean greaterThan(Pipelining.PairIndex other)
           
(package private)  Pipelining.PairIndex incrementIndex()
           
(package private)  Pipelining.PairIndex incrementStage()
           
(package private)  boolean lessThan(Pipelining.PairIndex other)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

stage

int stage

index

int index
Constructor Detail

Pipelining.PairIndex

Pipelining.PairIndex(int s,
                     int i)
Method Detail

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()