Package hof.fold.assignment
Class FoldHofApps
java.lang.Object
hof.fold.assignment.FoldHofApps
public class FoldHofApps
extends java.lang.Object
- Author:
- __STUDENT_NAME__, Dennis Cosgrove (http://www.cse.wustl.edu/~cosgroved/)
-
Constructor Summary
Constructors Constructor Description FoldHofApps() -
Method Summary
Modifier and Type Method Description static intcountBetweenMinAndMaxExclusive(int min, int maxExclusive, ImmutableList<java.lang.Integer> xs)static intsum(ImmutableList<java.lang.Integer> xs)
-
Constructor Details
-
FoldHofApps
public FoldHofApps()
-
-
Method Details
-
sum
-
countBetweenMinAndMaxExclusive
public static int countBetweenMinAndMaxExclusive(int min, int maxExclusive, ImmutableList<java.lang.Integer> xs)
-