|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectlrs.visitor.AGetExtrema
public abstract class AGetExtrema
Abstract class for comparison operations for selection sort.
| Constructor Summary | |
|---|---|
AGetExtrema()
|
|
| Method Summary | |
|---|---|
abstract java.lang.Object |
emptyCase(LRStruct host,
java.lang.Object... param)
Operates on an empty LRStruct host, given an input object. |
abstract java.lang.Object |
nonEmptyCase(LRStruct host,
java.lang.Object... param)
Operates on a non-empty LRStruct host, given an input object. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AGetExtrema()
| Method Detail |
|---|
public abstract java.lang.Object emptyCase(LRStruct host,
java.lang.Object... param)
IAlgo
emptyCase in interface IAlgohost - an empty LRStruct.param - variable input list of objects needed by this IVisitor.
public abstract java.lang.Object nonEmptyCase(LRStruct host,
java.lang.Object... param)
IAlgo
nonEmptyCase in interface IAlgohost - a non-empty LRStruct.param - variable input list of objects needed by this IVisitor.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||