addToLocals<T extends K> abstract method

  1. @protected
void addToLocals<T extends K>(
  1. T doc
)

Adds the documents to a static local variable locals.

Implementation

@protected
void addToLocals<T extends K>(T doc);