Method Summary |
|
public boolean | contains(CaselessStringKey key) Tests if this table contains the specified key.
true if the key is present. |
public boolean | contains(String key) Tests if this table contains the specified key.
true if the key is present. |
public CaselessStringKey | get(int i) Get the CaselessStringKey corresponding to the
index i . |
public String | getName(int i) Get the String corresponding to the index i . |
public int | indexOf(CaselessStringKey key) Get the index of the specified key. |
public int | indexOf(String key) Get the index of the specified key. |