org.tm4j.topicmap.index.basic.MemberTypesIndex .getMembersOfType(org.tm4j.topicmap.Topic type)

Description

Returns the members which are typed by type.

Parameters
org.tm4j.topicmap.Topic type The topic which types all of the members returned. the member type to query for

Returns

An unmodifiable Collection containing those {@link org.tm4j.topicmap.Member}s for which type defines the member type.

Other Resources

Related Topics

Has Parameters