First - The type of the first (left) component.Second - The type of the second (right) component.public interface ComparableSerializablePair<First extends Serializable & Comparable<? super First>,Second extends Serializable & Comparable<? super Second>> extends Pair<First,Second>, Comparable<ComparableSerializablePair<First,Second>>, Serializable
Copyright © 2015. All rights reserved.