This project has retired. For details please refer to its
Attic page .
KeyValue (Jetspeed-2 Core API 2.3.1 API)
JavaScript is disabled on your browser.
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
public interface KeyValue<K,V>
Defines a simple key value pair.
A Map Entry has considerable additional semantics over and above a simple key-value pair.
This interface defines the minimum key value, with just the two get methods.
Version:
$Id: KeyValue.java 761757 2009-04-03 18:46:58Z woonsan $
Method Summary
Methods
Modifier and Type
Method and Description
K
getKey ()
Returns the key corresponding to the pair.
V
getValue ()
Returns the value corresponding to the pair.
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
Copyright © 1999–2016 The Apache Software Foundation . All rights reserved.