Interface CollectionTracker
-
- All Known Implementing Classes:
NoopCollectionTracker,SimpleCollectionTracker
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(String name, int size)intgetSize(String name)
-