Uses of Class
org.apache.commons.compress.harmony.pack200.ConstantPoolEntry
-
Packages that use ConstantPoolEntry Package Description org.apache.commons.compress.harmony.pack200 Internal package. -
-
Uses of ConstantPoolEntry in org.apache.commons.compress.harmony.pack200
Subclasses of ConstantPoolEntry in org.apache.commons.compress.harmony.pack200 Modifier and Type Class Description classCPClassConstant pool entry for a class.classCPConstant<T extends CPConstant<T>>Abstract superclass for constant pool constant entries such as numbers or Strings.classCPDoubleConstant pool entry for a double.classCPFloatConstant pool entry for a float.classCPIntConstant pool entry for an int.classCPLongConstant pool entry for a long.classCPMethodOrFieldConstant pool entry for a method or field.classCPNameAndTypeConstant pool entry for a name and type pair.classCPSignatureConstant pool entry for a signature.classCPStringConstant pool entry for a String.classCPUTF8Constant pool entry for a UTF8 entry, used for storing long Strings.Method parameters in org.apache.commons.compress.harmony.pack200 with type arguments of type ConstantPoolEntry Modifier and Type Method Description protected int[]BandSet. cpEntryListToArray(java.util.List<? extends ConstantPoolEntry> list)Converts a list of ConstantPoolEntrys to an int[] array of their indicesprotected int[]BandSet. cpEntryOrNullListToArray(java.util.List<? extends ConstantPoolEntry> list)Converts a list of ConstantPoolEntrys or nulls to an int[] array of their indices +1 (or 0 for nulls)
-