Package 

Class AbstractAlgorithm

  • All Implemented Interfaces:
    com.google.maps.android.clustering.algo.Algorithm

    
    public abstract class AbstractAlgorithm<T extends ClusterItem>
     implements Algorithm<T>
                        

    Base Algorithm class that implements lock/unlock functionality.

    • Method Summary

      Modifier and Type Method Description
      void lock()
      void unlock()
      • Methods inherited from class com.google.maps.android.clustering.algo.Algorithm

        addItem, addItems, clearItems, getClusters, getItems, getMaxDistanceBetweenClusteredItems, removeItem, removeItems, setMaxDistanceBetweenClusteredItems, updateItem
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait