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