- java.lang.Object
-
- kala.compress.harmony.pack200.ConstantPoolEntry
-
- kala.compress.harmony.pack200.CPConstant<CPDouble>
-
- kala.compress.harmony.pack200.CPDouble
-
- All Implemented Interfaces:
java.lang.Comparable<CPDouble>
public class CPDouble extends CPConstant<CPDouble>
Constant pool entry for a double.
-
-
Field Summary
Fields Modifier and Type Field Description private doubletheDouble
-
Constructor Summary
Constructors Constructor Description CPDouble(double theDouble)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intcompareTo(CPDouble obj)doublegetDouble()-
Methods inherited from class kala.compress.harmony.pack200.ConstantPoolEntry
getIndex, setIndex
-
-
-
-
Method Detail
-
compareTo
public int compareTo(CPDouble obj)
-
getDouble
public double getDouble()
-
-