|
Copyright © 2006 BEA Systems, Inc. All Rights Reserved | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface View
A View is a window onto a large result set. It has
a size (the number of items in the view), a beginning index (the
index of the first item in the view), and an ending index (the
index of the last item in the view). Additionally, a View
has an index within the context of a ViewIterator.
ViewIterator| Method Summary | |
|---|---|
int |
getFirstIndex()
Returns the index of the first item in the view. |
int |
getLastIndex()
Returns the index of the last item in the view. |
int |
getSize()
Returns the number of items in the view. |
int |
getViewIndex()
Returns the index of this View within its ViewIterator. |
| Method Detail |
|---|
int getSize()
int getFirstIndex()
int getLastIndex()
int getViewIndex()
View within its ViewIterator.
View within its ViewIterator.
|
Copyright © 2006 BEA Systems, Inc. All Rights Reserved | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||