Package ghidra.util.datastruct
Class Counter
- java.lang.Object
 - 
- ghidra.util.datastruct.Counter
 
 
- 
public class Counter extends java.lang.ObjectSimple class used to avoid immutable objects and autoboxing when storing changing integer primitives in a collection. 
- 
- 
Field Summary
Fields Modifier and Type Field Description intcount 
- 
Constructor Summary
Constructors Constructor Description Counter() 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringtoString() 
 -