public class SerializablePair<A extends Serializable,B extends Serializable> extends Pair<A,B> implements Serializable
Constructor and Description |
---|
SerializablePair(A first,
B second) |
Modifier and Type | Method and Description |
---|---|
static <A extends Serializable,B extends Serializable> |
of(A first,
B second) |
asMap, equals, from, getFirst, getKey, getSecond, getValue, hashCode, setValue, toList, toString, writeTo
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
comparingByKey, comparingByKey, comparingByValue, comparingByValue
public static <A extends Serializable,B extends Serializable> SerializablePair<A,B> of(A first, B second)
Copyright © 2018 SPF4J. All rights reserved.