Package systems.dmx.topicmaps
Class TopicCoords
- java.lang.Object
-
- systems.dmx.topicmaps.TopicCoords
-
- All Implemented Interfaces:
Iterable<TopicCoords.Entry>
public class TopicCoords extends Object implements Iterable<TopicCoords.Entry>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description class
TopicCoords.Entry
-
Constructor Summary
Constructors Constructor Description TopicCoords(org.codehaus.jettison.json.JSONObject topicCoords)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Iterator<TopicCoords.Entry>
iterator()
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface java.lang.Iterable
forEach, spliterator
-
-
-
-
Method Detail
-
iterator
public Iterator<TopicCoords.Entry> iterator()
- Specified by:
iterator
in interfaceIterable<TopicCoords.Entry>
-
-