public class LiteralMap extends Object
| Modifier and Type | Method and Description |
|---|---|
Boolean |
get(JcBoolean bool)
Answer the value found under the given boolean (JcBoolean) key.
|
BigDecimal |
get(JcNumber number)
Answer the value found under the given number (JcNumber) key.
|
String |
get(JcString string)
Answer the value found under the given string (JcString) key.
|
Object |
get(String key)
Answer the value found under the given key.
|
String |
toString() |
public BigDecimal get(JcNumber number)
number - public String get(JcString string)
string - public Boolean get(JcBoolean bool)
bool - public Object get(String key)
key - Copyright © 2016. All rights reserved.