java.lang.Object
com.aquima.interactions.matching.impl.functions.fulltext.IndexIterator
All Implemented Interfaces:
Iterator<IndexTerm>

public class IndexIterator extends Object implements Iterator<IndexTerm>

Copyright: Copyright (c) 2002

Company: Everest b.v.

Since:
6.2
Author:
O. Kerpershoek
  • Constructor Details

    • IndexIterator

      protected IndexIterator(IndexList list)
  • Method Details

    • next

      public IndexTerm next()
      Specified by:
      next in interface Iterator<IndexTerm>
    • hasNext

      public boolean hasNext()
      Specified by:
      hasNext in interface Iterator<IndexTerm>
    • remove

      public void remove()
      Specified by:
      remove in interface Iterator<IndexTerm>
    • get

      protected IndexTerm get()
    • getId

      protected int getId()
    • getFrequency

      protected int getFrequency()
    • getWeight

      protected double getWeight()
    • setWeight

      protected void setWeight(double weight)