Uses of Class
jaggregate.BinaryFunction

Packages that use BinaryFunction
jaggregate Jaggregate is a J2SE 5.0-aware collections library that is modeled after the ANSI Smalltalk collection protocols. 
 

Uses of BinaryFunction in jaggregate
 

Methods in jaggregate that return BinaryFunction
static
<E extends Comparable<? super E>>
BinaryFunction<E,E,E>
Comparables.max()
          Answers a function which will give the greater of its two arguments.
static
<E extends Comparable<? super E>>
BinaryFunction<E,E,E>
Comparables.min()
          Answers a function which will give the lesser of its two arguments.
 



© Copyright 2004-2008 Paul R. Holser, Jr. All rights reserved. Licensed under the Academic Free License version 3.0. pholser@alumni.rice.edu