class DistanceMap extends Object implements Map<PlanningLocation,Double>
domain objects and later be queried using Planning domain objects.| Constructor and Description |
|---|
DistanceMap(PlanningLocation location,
Map<Long,Double> distanceMap) |
| Modifier and Type | Method and Description |
|---|---|
void |
clear() |
boolean |
containsKey(Object key) |
boolean |
containsValue(Object value) |
Set<Map.Entry<PlanningLocation,Double>> |
entrySet() |
Double |
get(Object key) |
boolean |
isEmpty() |
Set<PlanningLocation> |
keySet() |
Double |
put(PlanningLocation key,
Double value) |
void |
putAll(Map<? extends PlanningLocation,? extends Double> m) |
Double |
remove(Object key) |
int |
size() |
Collection<Double> |
values() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcompute, computeIfAbsent, computeIfPresent, equals, forEach, getOrDefault, hashCode, merge, putIfAbsent, remove, replace, replace, replaceAllDistanceMap(PlanningLocation location, Map<Long,Double> distanceMap)
public int size()
size in interface Map<PlanningLocation,Double>public boolean isEmpty()
isEmpty in interface Map<PlanningLocation,Double>public boolean containsKey(Object key)
containsKey in interface Map<PlanningLocation,Double>public boolean containsValue(Object value)
containsValue in interface Map<PlanningLocation,Double>public Double put(PlanningLocation key, Double value)
put in interface Map<PlanningLocation,Double>public Double remove(Object key)
remove in interface Map<PlanningLocation,Double>public void putAll(Map<? extends PlanningLocation,? extends Double> m)
putAll in interface Map<PlanningLocation,Double>public void clear()
clear in interface Map<PlanningLocation,Double>public Set<PlanningLocation> keySet()
keySet in interface Map<PlanningLocation,Double>public Collection<Double> values()
values in interface Map<PlanningLocation,Double>public Set<Map.Entry<PlanningLocation,Double>> entrySet()
entrySet in interface Map<PlanningLocation,Double>Copyright © 2001–2019 JBoss by Red Hat. All rights reserved.