Class ResultList

java.lang.Object
com.orchestranetworks.addon.dex.result.ResultList

public final class ResultList extends Object
Defines a list of Result.
Since:
2.3.0
  • Constructor Details

    • ResultList

      public ResultList()
  • Method Details

    • add

      public void add(Result dataResult)
      Adds a Result object to this ResultList.
    • get

      public Result get(int index)
      Gets a Result object from this ResultList from the given index number.
    • getSize

      public int getSize()
      Returns the number of elements in this list.
    • getDataResults

      public Iterator<Result> getDataResults()
      Returns an iterator over the elements in this list in proper sequence.
    • isEmpty

      public boolean isEmpty()
      Returns true if this list contains no elements.