public abstract class AbstractMapDerivedPropertiesBase extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
concurrent |
protected Map<String,ValueModel> |
map |
private static long |
serialVersionUID |
| Constructor and Description |
|---|
AbstractMapDerivedPropertiesBase(boolean concurrent) |
| Modifier and Type | Method and Description |
|---|---|
void |
clear() |
boolean |
containsKey(String key) |
boolean |
containsValue(String value) |
boolean |
equals(Object obj) |
int |
hashCode() |
abstract Properties |
init()
Initialize the map
|
boolean |
isEmpty() |
Set<String> |
keySet() |
Object |
remove(String key) |
int |
size() |
String |
toString() |
Collection<ValueModel> |
values() |
private static final long serialVersionUID
protected Map<String,ValueModel> map
protected boolean concurrent
public AbstractMapDerivedPropertiesBase(boolean concurrent)
public abstract Properties init()
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.