public class BigDecimalHashMapEntry extends Object
| Constructor and Description |
|---|
BigDecimalHashMapEntry() |
BigDecimalHashMapEntry(String key,
BigDecimal value) |
| Modifier and Type | Method and Description |
|---|---|
String |
getKey() |
BigDecimal |
getValue() |
void |
setKey(String key) |
void |
setValue(BigDecimal value) |
public BigDecimalHashMapEntry()
public BigDecimalHashMapEntry(String key, BigDecimal value)
public String getKey()
public void setKey(String key)
public BigDecimal getValue()
public void setValue(BigDecimal value)
Copyright © 2021 CERN European Organization for Nuclear Research. All rights reserved.