Class Max

java.lang.Object
optional.assignment.Max

public class Max
extends java.lang.Object
Author:
__STUDENT_NAME__, Dennis Cosgrove (http://www.cse.wustl.edu/~cosgroved/)
  • Constructor Summary

    Constructors 
    Constructor Description
    Max()  
  • Method Summary

    Modifier and Type Method Description
    static java.util.Optional<java.lang.Integer> maximum​(ImmutableList<java.lang.Integer> xs)  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • Max

      public Max()
  • Method Details

    • maximum

      public static java.util.Optional<java.lang.Integer> maximum​(ImmutableList<java.lang.Integer> xs)