jess
Interface RU.Compare

Enclosing class:
RU

public static interface RU.Compare
extends java.io.Serializable

A helper interface used by RU.bsearchVector.

See Also:
RU.bsearchVector(int, java.util.Vector, int, int, jess.RU.Fetch, jess.RU.Compare)

Method Summary
 boolean compare(int i1, int i2)
          Given two integers, return true or false depending on some comparison.
 

Method Detail

compare

public boolean compare(int i1,
                       int i2)
Given two integers, return true or false depending on some comparison.
Parameters:
i1 - the first int
i2 - the second int
Returns:
the comparison
See Also:
RU.bsearchVector(int, java.util.Vector, int, int, jess.RU.Fetch, jess.RU.Compare)

© 1997 E.J. Friedman-Hill and Sandia Corporation