public class FourLongs extends Object implements Comparable<FourLongs>
| Constructor and Description |
|---|
FourLongs(long a,
long b,
long c,
long d)
Creates a new FourLongs
|
public FourLongs(long a,
long b,
long c,
long d)
a - b - c - d - public int compareTo(FourLongs obj)
compareTo in interface Comparable<FourLongs>Copyright © 2015. All rights reserved.