org.tm4j.topicmap.VariantContainer .getVariants()

Description

Returns the child Variants as an unmodifiable collection of Variant objects. Note that this method will not descend any nesting of variants inside variants, but will instead only return the immediate child variants of this VariantContainer.

Returns

The collection of direct child {@link Variant}s. If no child variants are currently defined on this object, the returned collection is empty; it is never null.

Other Resources

Related Topics