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

Description

Returns the index which implements the specified interface.

Parameters
java.lang.Class ixClass The interface implemented by the index to be returned.

Throws

Returns

An Index object implementing the specified interface, or null if no such interface is registered with the IndexManager

Other Resources

Related Topics

Has Parameters