org.tm4j.topicmap.TopicMap .getAssociationsIterator()

Description

Get an iterator over all of the Associations in the topic map. The iterator returned may be more efficiently implemented than calling getAssociations().getIterator(). The iterator returned must be read-only, and will not allow any deletions. The Iterator is not guarunteed to be immune to ConcurrentModificationExceptions if the topic map is modified in some way during the iteration.

Returns

a read-only Iterator of Association objects.

Other Resources

Related Topics