Package com.android.dx.dex.file
Class Statistics
java.lang.Object
com.android.dx.dex.file.Statistics
Statistics about the contents of a file.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
Adds the given item to the statistics.void
Adds the given list of items to the statistics.toHuman()
final void
Writes the statistics as an annotation.
-
Constructor Details
-
Statistics
public Statistics()Constructs an instance.
-
-
Method Details
-
add
Adds the given item to the statistics.- Parameters:
item
-non-null;
the item to add
-
addAll
Adds the given list of items to the statistics.- Parameters:
list
-non-null;
the list of items to add
-
writeAnnotation
Writes the statistics as an annotation.- Parameters:
out
-non-null;
where to write to
-
toHuman
-