public final class KeyValuePair extends Object
A simple string key/string value pair.
This is useful as an argument type for options whose values take on the form key=value, such as JVM command line system properties.
public static KeyValuePair valueOf(String asString)
asString
- key-value stringNullPointerException
- if stringRepresentation
is null
© Copyright 2004-2013 Paul R. Holser, Jr. All rights reserved. Licensed under The MIT License. pholser@alumni.rice.edu