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