First - The type of the first (left) component.Second - The type of the second (right) component.public interface SerializablePair<First extends Serializable,Second extends Serializable> extends Pair<First,Second>, Serializable
Pair which is Serializable.Copyright © 2015. All rights reserved.