jess
Interface RU.Fetch

Enclosing class:
RU

public static interface RU.Fetch
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
 int fetch(java.lang.Object obj)
          Given an Object, a call to fetch() will return an integer retrieved or compputed from the object in some way.
 

Method Detail

fetch

public int fetch(java.lang.Object obj)
Given an Object, a call to fetch() will return an integer retrieved or compputed from the object in some way.
Returns:
the int
See Also:
RU.bsearchVector(int, java.util.Vector, int, int, jess.RU.Fetch, jess.RU.Compare)

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