public IEnumerable <Occurrence> LowerBound(Occurrence c) { firstOccurrence = c; return(this); }
public PostingListReaderImpl(IPersistentStorage storage, PostingListAddress address) { this.storage = storage; this.address = address; this.firstOccurrence = Occurrence.Empty; }