Interface AbstractLinearCounting.HashesIterator

Enclosing class:
AbstractLinearCounting

public static interface AbstractLinearCounting.HashesIterator
Iterator over the hash values
  • Method Summary

    Modifier and Type Method Description
    boolean next()
    Moves the iterator to the next element if it exists.
    int size()
    number of elements in the iterator
    int value()
    Hash value.
  • Method Details

    • size

      int size()
      number of elements in the iterator
    • next

      boolean next()
      Moves the iterator to the next element if it exists.
      Returns:
      true if there is a next value, else false.
    • value

      int value()
      Hash value.
      Returns:
      the current value of the counter.