public abstract class AbstractPropertiesBase extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
protected ContentType |
contentType |
protected Lock |
lock |
protected AbstractMap<String,ValueModel> |
map |
private static long |
serialVersionUID |
| Constructor and Description |
|---|
AbstractPropertiesBase() |
| Modifier and Type | Method and Description |
|---|---|
void |
clear() |
boolean |
containsKey(String key) |
boolean |
containsValue(String value) |
boolean |
equals(Object obj) |
ContentType |
getContentType() |
int |
hashCode() |
boolean |
isEmpty() |
Set<String> |
keySet() |
Object |
remove(String key) |
void |
setContentType(ContentType contentType) |
int |
size() |
String |
toString() |
Collection<ValueModel> |
values() |
private static final long serialVersionUID
protected ContentType contentType
protected AbstractMap<String,ValueModel> map
protected final Lock lock
public int size()
public boolean isEmpty()
public boolean containsKey(String key)
public boolean containsValue(String value)
public void clear()
public Collection<ValueModel> values()
public ContentType getContentType()
public void setContentType(ContentType contentType)
Copyright © 2011-2014 David R. Smith. All Rights Reserved.