Interface GenericList<Z extends AnalysisResult>

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void add​(Z element)  
      int size()  
      • Methods inherited from interface java.lang.Iterable

        forEach, iterator, spliterator
    • Method Detail

      • add

        void add​(Z element)
      • size

        int size()