|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface JArrayLayout
A layout manager for a array. This interface provides a method calculating the starting position of a specified entry index into the memory allocated for an array.
| Method Summary | |
|---|---|
int |
getComponentSize()
Returns the number of bytes necessary to allocate an entry of a array into the heap associated with this layout. |
JClass |
getComponentType()
Returns the component type of the arrays associated whis this layout manager. |
int |
getPosition(int index)
Returns the starting position of a specified entry index into the memory allocated for an array. |
| Methods inherited from interface fr.umlv.corosol.component.JLayout |
|---|
getHeap |
| Method Detail |
|---|
JClass getComponentType()
int getComponentSize()
int getPosition(int index)
index - an index of an array entry
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||