Package hof.ntimes.assignment
Class NTimesHofApps
java.lang.Object
hof.ntimes.assignment.NTimesHofApps
public class NTimesHofApps
extends java.lang.Object
- Author:
- __STUDENT_NAME__, Dennis Cosgrove (http://www.cse.wustl.edu/~cosgroved/)
-
Constructor Summary
Constructors Constructor Description NTimesHofApps() -
Method Summary
Modifier and Type Method Description static intdoubleNTimes(int n, int x)static intincrementNTimes(int n, int x)static <E> ImmutableList<E>nthTail(int n, ImmutableList<E> x)
-
Constructor Details
-
NTimesHofApps
public NTimesHofApps()
-
-
Method Details
-
incrementNTimes
public static int incrementNTimes(int n, int x) -
doubleNTimes
public static int doubleNTimes(int n, int x) -
nthTail
-