Class JPEGSegmentUtil.AllSegmentsMap
java.lang.Object
java.util.AbstractMap<Integer,List<String>>
java.util.HashMap<Integer,List<String>>
com.twelvemonkeys.imageio.metadata.jpeg.JPEGSegmentUtil.AllSegmentsMap
- Enclosing class:
JPEGSegmentUtil
-
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
Methods inherited from class java.util.HashMap
clear, clone, compute, computeIfAbsent, computeIfPresent, containsValue, entrySet, forEach, 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
-
AllSegmentsMap
private AllSegmentsMap()
-
-
Method Details
-
toString
- Overrides:
toString
in classAbstractMap<Integer,
List<String>>
-
get
-
containsKey
- Specified by:
containsKey
in interfaceMap<Integer,
List<String>> - Overrides:
containsKey
in classHashMap<Integer,
List<String>>
-