org.tm4j.topicmap.MergedTopicSubjectClashException .getTopics(org.tm4j.topicmap.Topic[] ret)

Description

Retrieves the two topics involved in the failed merge operation.

Parameters
org.tm4j.topicmap.Topic ret A placeholder array of topics to be filled with the two topics involved in the failed merge operation. Note that if this is null or an array holding less than two {@link Topic}s, a new array will be created in its place.

Returns

An array containing the two {@link Topic}s involved in the failed merge operation.

Other Resources

Related Topics

Has Parameters