Class AbstractInternedStringStatementSupport<D extends DeclaredStatement<String>,E extends EffectiveStatement<String,D>>

Type Parameters:
D - Declared Statement representation
E - Effective Statement representation
All Implemented Interfaces:
StatementFactory<String,D,E>

@Beta public abstract class AbstractInternedStringStatementSupport<D extends DeclaredStatement<String>,E extends EffectiveStatement<String,D>> extends AbstractInternedStatementSupport<String,D,E>
A specialization of AbstractInternedStatementSupport for String arguments.