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, writeToclone, finalize, getClass, notify, notifyAll, wait, wait, waitcomparingByKey, comparingByKey, comparingByValue, comparingByValuepublic static <A extends Serializable,B extends Serializable> SerializablePair<A,B> of(A first, B second)
Copyright © 2018 SPF4J. All rights reserved.