org.tm4j.topicmap.TopicMap .getTopicsIterator()

Description

Get an Iterator over the Topics in this map. The iterator returned may be more efficiently implemented than calling getTopics().iterator(). The Iterator returned must be treated as read-only and should not allow delete() operations. The Iterator returned is not guarunteed to be immune to ConcurrentModificationExceptions if the topic map is modified in some way during the course of the iteration.

Returns

An iterator of Topic objects.

Other Resources

Related Topics