|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sybase.persistence.SortOrderList
public class SortOrderList
Constructor Summary | |
---|---|
SortOrderList()
|
|
SortOrderList(int capacity)
Sybase internal use only. |
Method Summary | |
---|---|
SortOrderList |
_add(SortOrder item)
Sybase internal use only. |
boolean |
contains(SortOrder x)
Checks if this list contains the given SortOrder . |
SortOrder |
get(int index)
Sybase internal use only. |
SortOrder |
getByIndex(int index)
Gets a SortOrder by index. |
int |
indexOf(SortOrder x)
Determines the index of the specified SortOrder . |
boolean |
isEmpty()
Sybase internal use only. |
SortOrder |
item(int index)
Sybase internal use only. |
SortOrderList |
items(int skip,
int take)
Sybase internal use only. |
int |
size()
Gets the number of SortOrder objects in this list. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SortOrderList()
public SortOrderList(int capacity)
Method Detail |
---|
public boolean isEmpty()
public SortOrder get(int index)
public SortOrder getByIndex(int index)
SortOrder
by index.
index
- The zero-based index of the SortOrder
to find.
SortOrder
.public boolean contains(SortOrder x)
SortOrder
.
x
- The SortOrder
to check.
public int indexOf(SortOrder x)
SortOrder
.
x
- The SortOrder
to find.
public int size()
SortOrder
objects in this list.
public SortOrderList _add(SortOrder item)
public SortOrder item(int index)
public SortOrderList items(int skip, int take)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |