Interface CollectionTracker


  • 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​(java.lang.String name,
                 int size)
      • getSize

        int getSize​(java.lang.String name)