public class Pair extends Object
String
Object
For a generic version, use Pair.
Pair
getKey()
getValue()
static Pair
of(String key, Object value)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public static Pair of(String key, Object value)
public String getKey()
public Object getValue()
Copyright © 2018. All rights reserved.