public abstract class AbstractKeyValue extends Object implements KeyValue
KeyValue
and Map.Entry
implementations.Modifier and Type | Field and Description |
---|---|
protected Object |
key
The key
|
protected Object |
value
The value
|
Modifier | Constructor and Description |
---|---|
protected |
AbstractKeyValue(Object key,
Object value)
Constructs a new pair with the specified key and given value.
|
Copyright © 2001–2015 The Apache Software Foundation. All rights reserved.