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