Interface CollectionTracker
-
public interface CollectionTracker
Interface to be implemented by collection trackers that hold the expected size od collections, a simplifiedMap<String, int>
.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
add(java.lang.String name, int size)
int
getSize(java.lang.String name)
-