Class GemcPropertyMaps
java.lang.Object
java.util.AbstractMap<String, org.jlab.geom.gemc.GemcPropertyMap>
- All Implemented Interfaces:
Serializable, Cloneable, Map<String, org.jlab.geom.gemc.GemcPropertyMap>
-
Nested Class Summary
Nested classes/interfaces inherited from class AbstractMap
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K, V> -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiontext format expected by GEMC using | as separatortoPaddedString(String sep) text format expected by GEMCtoString()human-readable stringMethods inherited from class HashMap
clear, clone, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, forEach, get, getOrDefault, isEmpty, keySet, merge, newHashMap, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, valuesMethods inherited from class AbstractMap
equals, hashCode
-
Constructor Details
-
GemcPropertyMaps
public GemcPropertyMaps()
-
-
Method Details
-
toString
human-readable string- Overrides:
toStringin classAbstractMap<String, org.jlab.geom.gemc.GemcPropertyMap>
-
toPaddedString
-
toPaddedString
text format expected by GEMC using | as separator
-