korat.utils.cv
Class C.Pair

java.lang.Object
  extended by korat.utils.cv.C.Pair
Enclosing class:
C

static class C.Pair
extends Object


Field Summary
(package private)  C.Candidate[] candidates
           
(package private)  int index
           
 
Constructor Summary
C.Pair(C.Candidate[] c, int i)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

candidates

C.Candidate[] candidates

index

int index
Constructor Detail

C.Pair

C.Pair(C.Candidate[] c,
       int i)