Package com.android.dx.dex.file
Class MemberIdsSection
java.lang.Object
com.android.dx.dex.file.Section
com.android.dx.dex.file.UniformItemSection
com.android.dx.dex.file.MemberIdsSection
- Direct Known Subclasses:
FieldIdsSection
,MethodIdsSection
Member (field or method) refs list section of a
.dex
file.-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected void
Alters or picks the order for items in this instance if desired, so that subsequent calls toSection.items()
will yield a so-ordered collection.Methods inherited from class com.android.dx.dex.file.UniformItemSection
get, getAbsoluteItemOffset, prepare0, writeSize, writeTo0
Methods inherited from class com.android.dx.dex.file.Section
align, getAbsoluteOffset, getAlignment, getFile, getFileOffset, getName, items, prepare, setFileOffset, throwIfNotPrepared, throwIfPrepared, validateAlignment, writeTo
-
Constructor Details
-
MemberIdsSection
Constructs an instance. The file offset is initially unknown.- Parameters:
name
-null-ok;
the name of this instance, for annotation purposesfile
-non-null;
file that this instance is part of
-
-
Method Details
-
orderItems
protected void orderItems()Alters or picks the order for items in this instance if desired, so that subsequent calls toSection.items()
will yield a so-ordered collection. If the items in this instance are indexed, then this method should also assign indices.- Specified by:
orderItems
in classUniformItemSection
-