Package org.locationtech.jts.util
Class ObjectCounter
- java.lang.Object
-
- org.locationtech.jts.util.ObjectCounter
-
public class ObjectCounter extends java.lang.Object
Counts occurrences of objects.- Author:
- Martin Davis
-
-
Constructor Summary
Constructors Constructor Description ObjectCounter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
add(java.lang.Object o)
int
count(java.lang.Object o)
-