Triepublic class StringMap<O> extends AbstractMap<String,O>
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Modifier and Type | Field and Description |
|---|---|
static boolean |
CASE_INSENSTIVE
Deprecated.
|
| Constructor and Description |
|---|
StringMap()
Deprecated.
Constructor.
|
StringMap(boolean ignoreCase)
Deprecated.
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
clear()
Deprecated.
|
boolean |
containsKey(Object key)
Deprecated.
|
Set<Map.Entry<String,O>> |
entrySet()
Deprecated.
|
O |
get(ByteBuffer buffer)
Deprecated.
|
O |
get(Object key)
Deprecated.
|
O |
get(String key)
Deprecated.
|
O |
get(String key,
int offset,
int length)
Deprecated.
|
boolean |
isEmpty()
Deprecated.
|
boolean |
isIgnoreCase()
Deprecated.
|
O |
put(String key,
O value)
Deprecated.
|
O |
remove(Object key)
Deprecated.
|
O |
remove(String key)
Deprecated.
|
int |
size()
Deprecated.
|
clone, containsValue, equals, hashCode, keySet, putAll, toString, valuespublic static final boolean CASE_INSENSTIVE
public StringMap()
public StringMap(boolean ignoreCase)
ignoreCase - public boolean isIgnoreCase()
public O get(ByteBuffer buffer)
public int size()
public boolean isEmpty()
public boolean containsKey(Object key)
containsKey in interface Map<String,O>containsKey in class AbstractMap<String,O>Copyright © 1995-2016 Mort Bay Consulting. All Rights Reserved.