Package org.geotools.data.vpf.util
Class EdgeData
- Object
- 
- AbstractMap<K,V>
 
- 
- All Implemented Interfaces:
- Serializable,- Cloneable,- Map<Object,Object>
 
 public class EdgeData extends HashMap<Object,Object> - See Also:
- Serialized Form
 
- 
- 
Nested Class Summary- 
Nested classes/interfaces inherited from class AbstractMapAbstractMap.SimpleEntry<K extends Object,V extends Object>, AbstractMap.SimpleImmutableEntry<K extends Object,V extends Object>
 
- 
 - 
Constructor SummaryConstructors Constructor Description EdgeData()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description Objectput(Object key, Object value)- 
Methods inherited from class HashMapclear, clone, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, forEach, get, getOrDefault, isEmpty, keySet, merge, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, values
 - 
Methods inherited from class AbstractMapequals, hashCode, toString
 
- 
 
-