Package com.android.dex
Class TableOfContents.Section
java.lang.Object
com.android.dex.TableOfContents.Section
- All Implemented Interfaces:
Comparable<TableOfContents.Section>
- Enclosing class:
TableOfContents
public static class TableOfContents.Section
extends Object
implements Comparable<TableOfContents.Section>
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionint
compareTo
(TableOfContents.Section section) boolean
exists()
toString()
-
Field Details
-
type
public final short type -
size
public int size -
off
public int off -
byteCount
public int byteCount
-
-
Constructor Details
-
Section
public Section(int type)
-
-
Method Details
-
exists
public boolean exists() -
compareTo
- Specified by:
compareTo
in interfaceComparable<TableOfContents.Section>
-
toString
-