jess
Interface RU.Compare


public abstract 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)

Fields inherited from class java.io.Serializable
serialVersionUID
 
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