jflexcrf
Class Viterbi.PairDblInt

java.lang.Object
  extended by jflexcrf.Viterbi.PairDblInt
Enclosing class:
Viterbi

public class Viterbi.PairDblInt
extends java.lang.Object

The Class PairDblInt.


Field Summary
 double first
          The first.
 int second
          The second.
 
Constructor Summary
Viterbi.PairDblInt()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

first

public double first
The first.


second

public int second
The second.

Constructor Detail

Viterbi.PairDblInt

public Viterbi.PairDblInt()