|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectFlexOr.searchAndSort.SortObsData
public class SortObsData
Data to be passed to observers of array sort algorithms.
Field Summary | |
---|---|
boolean |
endOfData
Register the end of observation data. |
boolean |
swap
True if items are to be swapped; False if items are only compared. |
java.awt.Color[] |
tag
Register the color for each array element |
Constructor Summary | |
---|---|
SortObsData(int size)
|
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public boolean swap
public java.awt.Color[] tag
public boolean endOfData
Constructor Detail |
---|
public SortObsData(int size)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |