public class StaticCluster<T extends ClusterItem> extends java.lang.Object implements Cluster<T>
| Constructor and Description |
|---|
StaticCluster(LatLng center) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
add(T t) |
boolean |
equals(java.lang.Object other) |
java.util.Collection<T> |
getItems() |
LatLng |
getPosition() |
int |
getSize() |
int |
hashCode() |
boolean |
remove(T t) |
java.lang.String |
toString() |
public boolean add(T t)
public LatLng getPosition()
getPosition in interface Cluster<T extends ClusterItem>public boolean remove(T t)
public java.util.Collection<T> getItems()
getItems in interface Cluster<T extends ClusterItem>public int getSize()
getSize in interface Cluster<T extends ClusterItem>public java.lang.String toString()
toString in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object other)
equals in class java.lang.Object