-
public final class MapExtensionsKt
-
-
Method Summary
Modifier and Type Method Description final static List<Marker.EntryModel>getClosestMarkerEntryModel(Map<Float, List<Marker.EntryModel>> $self, Point touchPoint)Returns that of the Marker.EntryModels stored in the Map whose x-axis map key is the closest to the Point.x value. final static List<Marker.EntryModel>getEntryModel(Map<Float, List<Marker.EntryModel>> $self, Float xValue)Returns those of the Marker.EntryModels stored in the Map whose ChartEntry.x is equal to xValue. final static <K extends Any, V extends Any> UnitupdateAll(TreeMap<K, List<V>> $self, Map<K, List<V>> other)Updates the receiver TreeMap with the contents of another Map. -
-
Method Detail
-
getClosestMarkerEntryModel
final static List<Marker.EntryModel> getClosestMarkerEntryModel(Map<Float, List<Marker.EntryModel>> $self, Point touchPoint)
Returns that of the Marker.EntryModels stored in the Map whose x-axis map key is the closest to the Point.x value.
-
getEntryModel
final static List<Marker.EntryModel> getEntryModel(Map<Float, List<Marker.EntryModel>> $self, Float xValue)
Returns those of the Marker.EntryModels stored in the Map whose ChartEntry.x is equal to xValue.
-
-
-
-