protected static class NonHierarchicalDistanceBasedAlgorithm.QuadItem<T extends ClusterItem> extends java.lang.Object implements PointQuadTree.Item, Cluster<T>
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object other) |
java.util.Set<T> |
getItems() |
Point |
getPoint() |
LatLng |
getPosition() |
int |
getSize() |
int |
hashCode() |
public Point getPoint()
getPoint in interface PointQuadTree.Itempublic LatLng getPosition()
getPosition in interface Cluster<T extends ClusterItem>public java.util.Set<T> getItems()
getItems in interface Cluster<T extends ClusterItem>public int getSize()
getSize in interface Cluster<T extends ClusterItem>public int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object other)
equals in class java.lang.Object