Class JPEGSegmentUtil.AllAppSegmentsMap
java.lang.Object
java.util.AbstractMap<Integer,List<String>>
java.util.HashMap<Integer,List<String>>
com.twelvemonkeys.imageio.metadata.jpeg.JPEGSegmentUtil.AllAppSegmentsMap
- 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, valuesMethods inherited from class java.util.AbstractMap
equals, hashCode
-
Constructor Details
-
AllAppSegmentsMap
private AllAppSegmentsMap()
-
-
Method Details
-
toString
- Overrides:
toStringin classAbstractMap<Integer,List<String>>
-
get
-
containsKey
- Specified by:
containsKeyin interfaceMap<Integer,List<String>> - Overrides:
containsKeyin classHashMap<Integer,List<String>>
-