public class PropertyList extends Object implements Serializable
| Modifier and Type | Class and Description |
|---|---|
class |
PropertyList.Iterator |
class |
PropertyList.NumericIterator |
class |
PropertyList.ObjectIterator |
| Modifier and Type | Field and Description |
|---|---|
protected String |
key |
protected PropertyList |
next |
| Modifier | Constructor and Description |
|---|---|
protected |
PropertyList() |
protected |
PropertyList(String key,
PropertyList rest) |
| Modifier and Type | Method and Description |
|---|---|
static PropertyList |
add(String key,
double value,
PropertyList rest) |
static PropertyList |
add(String key,
Object value,
PropertyList rest) |
static PropertyList |
add(String key,
String value,
PropertyList rest) |
boolean |
hasProperty(String key) |
PropertyList.Iterator |
iterator() |
double |
lookupNumber(String key) |
Object |
lookupObject(String key) |
PropertyList.Iterator |
numericIterator() |
PropertyList.Iterator |
objectIterator() |
void |
print() |
static PropertyList |
remove(String key,
PropertyList rest) |
static PropertyList |
sumDuplicateKeyValues(PropertyList pl) |
protected PropertyList next
protected String key
protected PropertyList()
protected PropertyList(String key, PropertyList rest)
public static PropertyList add(String key, Object value, PropertyList rest)
public static PropertyList add(String key, String value, PropertyList rest)
public static PropertyList add(String key, double value, PropertyList rest)
public static PropertyList remove(String key, PropertyList rest)
public double lookupNumber(String key)
public boolean hasProperty(String key)
public PropertyList.Iterator iterator()
public static PropertyList sumDuplicateKeyValues(PropertyList pl)
public PropertyList.Iterator numericIterator()
public PropertyList.Iterator objectIterator()
public void print()
Copyright © 2019 JULIE Lab, Germany. All rights reserved.