public class ClusterCoords extends Object implements Iterable<ClusterCoords.Entry>
Modifier and Type | Class and Description |
---|---|
class |
ClusterCoords.Entry |
Modifier and Type | Field and Description |
---|---|
private List<ClusterCoords.Entry> |
entries |
private Logger |
logger |
Constructor and Description |
---|
ClusterCoords(org.codehaus.jettison.json.JSONArray entries) |
Modifier and Type | Method and Description |
---|---|
Iterator<ClusterCoords.Entry> |
iterator() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEach, spliterator
private List<ClusterCoords.Entry> entries
public ClusterCoords(org.codehaus.jettison.json.JSONArray entries)
public Iterator<ClusterCoords.Entry> iterator()
iterator
in interface Iterable<ClusterCoords.Entry>
Copyright © 2018. All Rights Reserved.