|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
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 |
|---|
java.lang.Object filter(java.lang.Object[] o,
java.lang.Object newObj)
The new object is inserted in the proper location, and the last object in the array, after the sort, is removed and returned.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||