org.tm4j.topicmap.index.IndexManager .isRegistered(java.lang.Class ixClass)

Description

Determines whether or not an Index implementing the specified interface is registered with this IndexManager.

Parameters
java.lang.Class ixClass The interface to which the requested class must conform.

Returns

true if an index implementing the specified index interface is registered, false otherwise.

Other Resources

Related Topics

Has Parameters