public static class MapEntriesImpl.Entry extends MapEntry
| Constructor and Description | 
|---|
| Entry() | 
| Modifier and Type | Method and Description | 
|---|---|
| String | getKey() | 
| String | getValue() | 
| boolean | isNullValue() | 
| void | setKey(String key) | 
| void | setNullValue() | 
| void | setValue(String value) | 
public void setKey(String key)
public boolean isNullValue()
isNullValue in class MapEntrypublic void setNullValue()
public void setValue(String value)
Copyright © 2021 The Apache Software Foundation. All rights reserved.