Class ScoreList.ScoreIterator

java.lang.Object
com.aquima.interactions.matching.result.ScoreList.ScoreIterator
Enclosing class:
ScoreList

public static final class ScoreList.ScoreIterator extends Object
Iterator class that can be used to iterate the values of this list.
Since:
6.2
Author:
O. Kerpershoek, F. van der Meer
  • Method Details

    • next

      public MatchScore next()
      This method returns the next match score from the iterator.
      Returns:
      the next match score from the iterator.
    • hasNext

      public boolean hasNext()
      This method returns a boolean indicating if a next score is available.
      Returns:
      a boolean indicating if a next score is available.