KEY_TYPE
- type of the keyVALUE_TYPE
- type of the valuepublic class KeyValue<KEY_TYPE,VALUE_TYPE> extends Object
Constructor and Description |
---|
KeyValue(KEY_TYPE key,
VALUE_TYPE value) |
public KeyValue(KEY_TYPE key, VALUE_TYPE value)
public KEY_TYPE getKey()
public VALUE_TYPE getValue()
Copyright © 2024 Cask Data, Inc. Licensed under the Apache License, Version 2.0.