public interface KeyValue<K,V>
Modifier and Type | Method and Description |
---|---|
K |
getKey()
Returns the key corresponding to the pair.
|
V |
getValue()
Returns the value corresponding to the pair.
|
Copyright © 2008–2017 Hippo B.V. (http://www.onehippo.com). All rights reserved.