Class CPLong
- java.lang.Object
-
- org.apache.commons.compress.harmony.pack200.ConstantPoolEntry
-
- org.apache.commons.compress.harmony.pack200.CPConstant
-
- org.apache.commons.compress.harmony.pack200.CPLong
-
- All Implemented Interfaces:
java.lang.Comparable
public class CPLong extends CPConstant
Constant pool entry for a long.
-
-
Constructor Summary
Constructors Constructor Description CPLong(long theLong)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
compareTo(java.lang.Object obj)
long
getLong()
java.lang.String
toString()
-
Methods inherited from class org.apache.commons.compress.harmony.pack200.ConstantPoolEntry
getIndex, setIndex
-
-