@API.Public @API.NotThreadSafe public interface KeyValue<KEY,VALUE> extends Map.Entry<KEY,VALUE>
Modifier and Type | Method and Description |
---|---|
KEY |
getKey()
Returns the key corresponding to this KeyValue.
|
VALUE |
getValue()
Returns the value corresponding to this KeyValue.
|
comparingByKey, comparingByKey, comparingByValue, comparingByValue, equals, hashCode, setValue
Copyright © 2015–2018 MapR Technologies, Inc.. All rights reserved.