public final class LongPair extends Object implements Comparable<LongPair>, Serializable
| Constructor and Description |
|---|
LongPair(long first,
long second) |
public long getFirst()
public long getSecond()
public LongPair swap()
public int compareTo(LongPair o)
compareTo in interface Comparable<LongPair>Copyright © 2008–2017 The Apache Software Foundation. All rights reserved.