public class Section extends LinkedHashMap<String,String>
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Modifier and Type | Method and Description |
|---|---|
boolean |
checkId(Predicate<String> predicate) |
boolean |
checkId(String id) |
String |
get(String key) |
String |
get(String key,
boolean required) |
double |
getDouble(String key) |
double[] |
getDoubleArray(String key,
int length) |
int |
getInt(String key) |
int[] |
getIntArray(String key,
int length) |
String |
getString(String key) |
String[] |
getStringArray(String key,
int length) |
long[] |
getUnsignedIntArray(String key,
int length) |
String |
id() |
long |
parseUnsignedInt(String key) |
String |
put(String string) |
String |
put(String string,
char separator) |
clear, containsValue, entrySet, forEach, get, getOrDefault, keySet, removeEldestEntry, replaceAll, valuesclone, compute, computeIfAbsent, computeIfPresent, containsKey, isEmpty, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, sizeequals, hashCode, toStringfinalize, getClass, notify, notifyAll, wait, wait, waitcompute, computeIfAbsent, computeIfPresent, containsKey, equals, hashCode, isEmpty, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, sizepublic Section()
public Section(Section section)
public boolean checkId(String id)
public String id()
public int getInt(String key)
public int[] getIntArray(String key, int length)
public long parseUnsignedInt(String key)
public long[] getUnsignedIntArray(String key, int length)
public double getDouble(String key)
public double[] getDoubleArray(String key, int length)
Copyright © 2022. All rights reserved.