Package org.javlo.component.files
Class ArrayFileComponent.ArrayMap
- java.lang.Object
-
- java.util.AbstractMap<String,String>
-
- org.javlo.component.files.ArrayFileComponent.ArrayMap
-
- Enclosing class:
- ArrayFileComponent
public static class ArrayFileComponent.ArrayMap extends AbstractMap<String,String>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class java.util.AbstractMap
AbstractMap.SimpleEntry<K extends Object,V extends Object>, AbstractMap.SimpleImmutableEntry<K extends Object,V extends Object>
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Set<Map.Entry<String,String>>
entrySet()
String
get(Object key)
-
Methods inherited from class java.util.AbstractMap
clear, clone, containsKey, containsValue, equals, hashCode, isEmpty, keySet, put, putAll, remove, size, toString, values
-
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface java.util.Map
compute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAll
-
-