rita.support
Interface RiValuator


public interface RiValuator

Handles sorting of fixed-size Object array when insertion occirs.

The new object is inserted in the proper location, and the last object in the array, after the sort, is removed and returned.


Method Summary
 java.lang.Object filter(java.lang.Object[] o, java.lang.Object newObj)
          Take a sorted Object[] and one new Object to be inserted.
 

Method Detail

filter

java.lang.Object filter(java.lang.Object[] o,
                        java.lang.Object newObj)
Take a sorted Object[] and one new Object to be inserted.

The new object is inserted in the proper location, and the last object in the array, after the sort, is removed and returned.