public abstract class AbstractMapDerivedPropertiesBase extends PropertiesBaseImpl implements Serializable
| Modifier and Type | Field and Description |
|---|---|
protected AbstractMap<String,ValueModel> |
map |
private static long |
serialVersionUID |
antStyleVarPattern, dotIdentifierPattern, dotIntegerPattern, dotKeyValuePattern, lock, REF_TOKEN| Constructor and Description |
|---|
AbstractMapDerivedPropertiesBase() |
| Modifier and Type | Method and Description |
|---|---|
Entry |
atIndex(int index) |
void |
clear() |
boolean |
containsKey(String key) |
boolean |
containsValue(String value) |
boolean |
equals(Object obj) |
int |
hashCode() |
boolean |
isEmpty() |
Set<String> |
keySet() |
Object |
remove(String key) |
int |
size() |
String |
toString() |
Collection<ValueModel> |
values() |
private static final long serialVersionUID
protected AbstractMap<String,ValueModel> map
public Entry atIndex(int index)
public int size()
public boolean isEmpty()
public boolean containsKey(String key)
public boolean containsValue(String value)
public void clear()
public Collection<ValueModel> values()
Copyright © 2011–2016 David R. Smith. All rights reserved.