Package kala.compress.harmony.pack200
Class SegmentHeader.Counter
java.lang.Object
kala.compress.harmony.pack200.SegmentHeader.Counter
- Enclosing class:
SegmentHeader
Counter for major/minor class file numbers, so we can work out the default
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
objs
private final int[] objs -
counts
private final int[] counts -
length
private int length
-
-
Constructor Details
-
Counter
private Counter()
-
-
Method Details
-
add
public void add(int obj) -
getMostCommon
public int getMostCommon()
-