Package org.jgroups.tests
Class CheckMonotonicallyIncreasingNumbers
java.lang.Object
org.jgroups.tests.CheckMonotonicallyIncreasingNumbers
Checks whether numbers in a stream are monotonically increasing, e.g.
1 2 3 4
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription(package private) static intcheck(InputStream in) private static voidhelp()static void
-
Constructor Details
-
CheckMonotonicallyIncreasingNumbers
public CheckMonotonicallyIncreasingNumbers()
-
-
Method Details
-
check
- Throws:
IOException
-
main
- Throws:
IOException
-
help
private static void help()
-