| Constructor and Description |
|---|
Parameters() |
| Modifier and Type | Method and Description |
|---|---|
void |
clear() |
Parameters<K> |
clone() |
boolean |
containsKey(K key) |
com.google.common.base.Optional<Boolean> |
getBoolean(K key) |
com.google.common.base.Optional<Integer> |
getInteger(K key) |
com.google.common.base.Optional<Integer> |
getIntegerBase16(K key) |
com.google.common.base.Optional<Long> |
getLong(K key) |
com.google.common.base.Optional<String> |
getString(K key) |
Set<K> |
keySet() |
void |
put(K key,
String value) |
String |
remove(K key) |
int |
size() |
public boolean containsKey(K key)
public void clear()
public int size()
public Parameters<K> clone()
Copyright © 2017 TeleStax, Inc.. All Rights Reserved.