public class ConfigTuples extends Object implements Iterable<ConfigTuples.Section>
| Modifier and Type | Class and Description |
|---|---|
static class |
ConfigTuples.Section |
| Constructor and Description |
|---|
ConfigTuples(Activity activity,
String param) |
ConfigTuples(String configdata) |
| Modifier and Type | Method and Description |
|---|---|
ConfigTuples.Section |
get(int i) |
ConfigTuples |
getAllMatching(String... names) |
Optional<Double> |
getDoubleOfFirst(String name) |
Optional<Integer> |
getIntOfFirst(String name) |
Optional<Long> |
getLongOfFirst(String name) |
Optional<String> |
getStringOfFirst(String name) |
Iterator<ConfigTuples.Section> |
iterator() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEach, spliteratorpublic ConfigTuples(String configdata)
public ConfigTuples getAllMatching(String... names)
public Iterator<ConfigTuples.Section> iterator()
iterator in interface Iterable<ConfigTuples.Section>public ConfigTuples.Section get(int i)
Copyright © 2018. All rights reserved.