public class JDBCConfigurationStore extends Object implements Cloneable, Serializable
| Constructor and Description |
|---|
JDBCConfigurationStore() |
| Modifier and Type | Method and Description |
|---|---|
void |
clear() |
Object |
clone() |
boolean |
containsKey(Object key) |
boolean |
containsValue(Object value) |
Set<Map.Entry<String,String>> |
entrySet() |
boolean |
equals(Object o) |
String |
get(Object key) |
int |
hashCode() |
boolean |
isEmpty() |
Set<String> |
keySet() |
String |
put(String key,
String value) |
void |
putAll(Map<? extends String,? extends String> m) |
String |
remove(Object key) |
int |
size() |
String |
toString() |
Collection<String> |
values() |
public int size()
public boolean isEmpty()
public boolean containsKey(Object key)
public void clear()
public boolean containsValue(Object value)
public Collection<String> values()
Copyright © 2017 SERPRO - Serviço Federal de Processamento de Dados. All rights reserved.