de.knipp.rritoolkit
Class KVList.Pair

java.lang.Object
  extended by de.knipp.rritoolkit.KVList.Pair
Enclosing class:
KVList

public static class KVList.Pair
extends java.lang.Object

small class holding a key value pair (used for the iterator

Version:
$Revision: 14936 $
Author:
Klaus Malorny

Field Summary
private  java.lang.String key
          the key
private  KVList.Value value
          the value
 
Constructor Summary
KVList.Pair(java.lang.String theKey, KVList.Value theValue)
          constructor
 
Method Summary
 java.lang.String getKey()
          return the key
 KVList.Value getValue()
          return the value
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

key

private java.lang.String key
the key


value

private KVList.Value value
the value

Constructor Detail

KVList.Pair

public KVList.Pair(java.lang.String theKey,
                   KVList.Value theValue)
constructor

Parameters:
theKey - the key
theValue - the value
Method Detail

getKey

public java.lang.String getKey()
return the key

Returns:
the key

getValue

public KVList.Value getValue()
return the value

Returns:
the value


Copyright © 2005-2011 Knipp Medien und Kommunikation GmbH