|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
E - Must be comparablepublic interface Indexable<E extends java.lang.Comparable<? super E>>
Indexable object used for heap.
| Method Summary | |
|---|---|
int |
getChainIndex()
Gets the chain index. |
int |
getColumn()
Gets the column. |
int |
getIndex()
Get heap index. |
int |
getRow()
Gets the row. |
int |
getSlice()
Gets the slice. |
java.lang.Comparable |
getValue()
Gets the value. |
void |
setChainIndex(int chainIndex)
Sets the chain index. |
void |
setIndex(int index)
Set index into heap. |
void |
setRefPosition(int i,
int j,
int k)
Set position in volume. |
void |
setValue(java.lang.Comparable obj)
Sets the value. |
| Methods inherited from interface java.lang.Comparable |
|---|
compareTo |
| Method Detail |
|---|
void setRefPosition(int i,
int j,
int k)
i - rowj - columnk - sliceint getRow()
int getColumn()
int getSlice()
int getChainIndex()
void setValue(java.lang.Comparable obj)
obj - the new valuejava.lang.Comparable getValue()
void setChainIndex(int chainIndex)
chainIndex - the new chain indexvoid setIndex(int index)
index - the indexint getIndex()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||