computeEntries abstract method

void computeEntries(
  1. EntryRequest request,
  2. EntryCollector collector
)

Contribute entries for the file specified by the given request into the given collector.

Implementation

void computeEntries(EntryRequest request, EntryCollector collector);