opennlp.maxent
Class DoubleStringPair

java.lang.Object
  extended by opennlp.maxent.DoubleStringPair
All Implemented Interfaces:
Comparable<DoubleStringPair>

public class DoubleStringPair
extends Object
implements Comparable<DoubleStringPair>


Field Summary
 double doubleValue
           
 String stringValue
           
 
Constructor Summary
DoubleStringPair(double d, String s)
           
 
Method Summary
 int compareTo(DoubleStringPair p)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

stringValue

public final String stringValue

doubleValue

public final double doubleValue
Constructor Detail

DoubleStringPair

public DoubleStringPair(double d,
                        String s)
Method Detail

compareTo

public int compareTo(DoubleStringPair p)
Specified by:
compareTo in interface Comparable<DoubleStringPair>


Copyright © 2013 The Apache Software Foundation. All Rights Reserved.