Class Parsables
- All Implemented Interfaces:
Serializable,Cloneable,Iterable<Map.Entry<String,,Parsables.Entry>> Map<String,Parsables.Entry>
public class Parsables
extends HashMap<String,Parsables.Entry>
implements Iterable<Map.Entry<String,Parsables.Entry>>
- See Also:
-
Nested Class Summary
Nested ClassesNested 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, containsKey, containsValue, entrySet, forEach, get, getOrDefault, isEmpty, keySet, merge, newHashMap, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, valuesMethods inherited from class java.util.AbstractMap
equals, hashCode, toStringMethods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface java.lang.Iterable
forEach, spliterator
-
Constructor Details
-
Parsables
public Parsables()
-
-
Method Details
-
create
-
file
-
iterator
- Specified by:
iteratorin interfaceIterable<Map.Entry<String,Parsables.Entry>>
-