Package org.locationtech.jts.util
Class ObjectCounter
- java.lang.Object
-
- org.locationtech.jts.util.ObjectCounter
-
public class ObjectCounter extends java.lang.ObjectCounts occurrences of objects.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description private static classObjectCounter.Counter
-
Field Summary
Fields Modifier and Type Field Description private java.util.Mapcounts
-
Constructor Summary
Constructors Constructor Description ObjectCounter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidadd(java.lang.Object o)intcount(java.lang.Object o)
-