org.apache.xml.security.stax.impl.util
Class KeyValue<E,K>
java.lang.Object
org.apache.xml.security.stax.impl.util.KeyValue<E,K>
public class KeyValue<E,K>
- extends Object
- Version:
- $Revision: 1397151 $ $Date: 2012-10-11 17:33:39 +0100 (Thu, 11 Oct 2012) $
- Author:
- $Author: giger $
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
KeyValue
public KeyValue(E key,
K value)
getKey
public E getKey()
getValue
public K getValue()
Copyright © 2000–2013 The Apache Software Foundation. All rights reserved.