Contents
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 java.util.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 java.util.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, values
Methods inherited from class java.util.AbstractMap
equals, hashCode
-
Constructor Details
-
Method Details
-
toString
human-readable string- Overrides:
toString
in classAbstractMap<String, org.jlab.geom.gemc.GemcPropertyMap>
-
toPaddedString
-
toPaddedString
text format expected by GEMC using | as separator
-