| 45 | * delegate. |
| 46 | */ |
| 47 | export class Virtualizer<T extends object, V> { |
| 48 | /** |
| 49 | * The virtualizer delegate. The delegate is used by the virtualizer |
| 50 | * to create and configure views. |
nothing calls this directly
no outgoing calls
no test coverage detected