- java.lang.Object
-
- kala.compress.harmony.pack200.ConstantPoolEntry
-
- kala.compress.harmony.pack200.CPConstant<CPInt>
-
- kala.compress.harmony.pack200.CPInt
-
- All Implemented Interfaces:
java.lang.Comparable<CPInt>
public class CPInt extends CPConstant<CPInt>
Constant pool entry for an int.
-
-
Field Summary
Fields Modifier and Type Field Description private inttheInt
-
Constructor Summary
Constructors Constructor Description CPInt(int theInt)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intcompareTo(CPInt obj)intgetInt()-
Methods inherited from class kala.compress.harmony.pack200.ConstantPoolEntry
getIndex, setIndex
-
-
-
-
Method Detail
-
compareTo
public int compareTo(CPInt obj)
-
getInt
public int getInt()
-
-