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 simplified Map<String, int>.
    • Method Detail

      • add

        void add​(String name,
                 int size)
      • getSize

        int getSize​(String name)