Uses of Class
kala.compress.harmony.unpack200.AttributeLayout
-
Packages that use AttributeLayout Package Description kala.compress.harmony.unpack200 Internal package. -
-
Uses of AttributeLayout in kala.compress.harmony.unpack200
Fields in kala.compress.harmony.unpack200 declared as AttributeLayout Modifier and Type Field Description private AttributeLayoutNewAttributeBands. attributeLayoutFields in kala.compress.harmony.unpack200 with type parameters of type AttributeLayout Modifier and Type Field Description private java.util.Map<java.lang.Integer,AttributeLayout>AttributeLayoutMap. classLayoutsprivate java.util.Map<java.lang.Integer,AttributeLayout>AttributeLayoutMap. codeLayoutsprivate java.util.Map<java.lang.Integer,AttributeLayout>AttributeLayoutMap. fieldLayoutsprivate java.util.Map<AttributeLayout,NewAttributeBands>AttributeLayoutMap. layoutsToBandsprivate java.util.Map<java.lang.Integer,AttributeLayout>AttributeLayoutMap. methodLayoutsMethods in kala.compress.harmony.unpack200 that return AttributeLayout Modifier and Type Method Description AttributeLayoutAttributeLayoutMap. getAttributeLayout(int index, int context)AttributeLayoutAttributeLayoutMap. getAttributeLayout(java.lang.String name, int context)private static AttributeLayout[]AttributeLayoutMap. getDefaultAttributeLayouts()Methods in kala.compress.harmony.unpack200 that return types with arguments of type AttributeLayout Modifier and Type Method Description private java.util.Map<java.lang.Integer,AttributeLayout>AttributeLayoutMap. getLayout(int context)Methods in kala.compress.harmony.unpack200 with parameters of type AttributeLayout Modifier and Type Method Description voidAttributeLayoutMap. add(AttributeLayout layout)voidAttributeLayoutMap. add(AttributeLayout layout, NewAttributeBands newBands)NewAttributeBandsAttributeLayoutMap. getAttributeBands(AttributeLayout layout)Constructors in kala.compress.harmony.unpack200 with parameters of type AttributeLayout Constructor Description NewAttributeBands(Segment segment, AttributeLayout attributeLayout)
-