Quote o' the day
Posted on March 21, 2008
by Tommy McGuire
I'm reading a presentation about XLR and Concept Programming, and I ran across this:
Maximum in Java (using Objects)
- Defined in java.util.Collections as generic function
- When Java looks up to C++, you get:
public static <T extends Object & Comparable<? super T>>
T max(Collection<? extends T> coll)