public abstract class KeyValuePair extends Object
static KeyValuePair
create(String key, String value)
abstract String
key()
value()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public abstract String key()
public abstract String value()
public static KeyValuePair create(String key, String value)
Copyright © 2009-2016 The Apache Software Foundation. All Rights Reserved.