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