public class StringMap extends Object implements Map
| Constructor and Description |
|---|
StringMap() |
StringMap(boolean caseSensitive) |
StringMap(Map map,
boolean caseSensitive) |
| Modifier and Type | Method and Description |
|---|---|
void |
clear() |
boolean |
containsKey(Object arg0) |
boolean |
containsValue(Object arg0) |
Set |
entrySet() |
Object |
get(Object arg0) |
boolean |
isCaseSensitive() |
boolean |
isEmpty() |
Set |
keySet() |
Object |
put(Object key,
Object value) |
void |
putAll(Map map) |
Object |
remove(Object arg0) |
void |
setCaseSensitive(boolean b) |
int |
size() |
String |
toString() |
Collection |
values() |
public StringMap()
public StringMap(boolean caseSensitive)
public StringMap(Map map, boolean caseSensitive)
public boolean isCaseSensitive()
public void setCaseSensitive(boolean b)
public boolean containsKey(Object arg0)
containsKey in interface Mappublic boolean containsValue(Object arg0)
containsValue in interface Mappublic Collection values()
Copyright © 2006-2012 Apache Software Foundation. All Rights Reserved.