getTableForType abstract method

Table? getTableForType(
  1. Type t
)

Maps Types to subclasses of Table.

Implementation

Table? getTableForType(Type t);