Interface CollectionTracker
-
public interface CollectionTrackerInterface 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 voidadd(java.lang.String name, int size)intgetSize(java.lang.String name)
-