Interface GenericList<Z extends AnalysisResult>

All Superinterfaces:
AnalysisResult, Iterable<Z>
All Known Subinterfaces:
ExpressionList, LeftValueList
All Known Implementing Classes:
GenericExpressionList, GenericLeftValueList

public interface GenericList<Z extends AnalysisResult> extends Iterable<Z>, AnalysisResult
Author:
Peter Verhas date June 14, 2012
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    add(Z element)
     
    int
     

    Methods inherited from interface java.lang.Iterable

    forEach, iterator, spliterator
  • Method Details

    • add

      void add(Z element)
    • size

      int size()