Interface PostingsList

All Superinterfaces:
java.lang.Iterable<Posting>
All Known Implementing Classes:
LucenePositionalPostingsList, LucenePostingsList

public interface PostingsList
extends java.lang.Iterable<Posting>
Interface for posting lists
  • Method Summary

    Modifier and Type Method Description
    int size()
    The size of the list.

    Methods inherited from interface java.lang.Iterable

    forEach, iterator, spliterator
  • Method Details

    • size

      int size()
      The size of the list.
      Returns:
      the size.