| Constructor and Description |
|---|
AsciiMap() |
| Modifier and Type | Method and Description |
|---|---|
AsciiMap |
append(char c,
String s)
Adds an entry to this map.
|
boolean |
contains(char c)
Returns
|
boolean |
contains(CharSequence s)
Returns
|
boolean |
contains(int c)
Returns
|
String |
get(char c)
Returns the value for the specified key.
|
public AsciiMap()
public AsciiMap append(char c, String s)
c - The key.s - The value.public String get(char c)
c - The key.public boolean contains(char c)
c - The character to check.public boolean contains(int c)
c - The character to check.public boolean contains(CharSequence s)
s - The string to test.Copyright © 2018 Apache. All rights reserved.