Class Posting

java.lang.Object
com.yahoo.search.predicate.index.Posting
All Implemented Interfaces:
Comparable<Posting>

public class Posting extends Object implements Comparable<Posting>
Represents an entry in a posting list, containing an integer id and integer data reference.
Author:
Magnar Nedland
  • Constructor Details

    • Posting

      public Posting(int id, int dataRef)
  • Method Details