|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.util.Vector
com.sybase.reflection.DataTypeList
public class DataTypeList
Field Summary |
---|
Fields inherited from class java.util.Vector |
---|
capacityIncrement, elementCount, elementData |
Constructor Summary | |
---|---|
DataTypeList(int capacity)
Sybase internal use only. |
Method Summary | |
---|---|
int |
add(DataType x)
Sybase internal use only. |
DataTypeList |
addThis(DataType item)
Sybase internal use only. |
boolean |
contains(DataType x)
Checks if this list contains the given DataType . |
DataType |
getByIndex(int index)
Gets a DataType by index. |
int |
indexOf(DataType x)
Determines the index of the specified DataType . |
void |
insert(int index,
DataType x)
Sybase internal use only. |
DataType |
item(int index)
Sybase internal use only. |
void |
remove(DataType x)
Sybase internal use only. |
DataTypeList |
slice(int skip,
int take)
Sybase internal use only. |
Methods inherited from class java.util.Vector |
---|
addElement, capacity, contains, copyInto, elementAt, elements, ensureCapacity, firstElement, indexOf, indexOf, insertElementAt, isEmpty, lastElement, lastIndexOf, lastIndexOf, removeAllElements, removeElement, removeElementAt, setElementAt, setSize, size, toString, trimToSize |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public DataTypeList(int capacity)
Method Detail |
---|
public DataType getByIndex(int index)
DataType
by index.
index
- The zero-based index of the DataType
to find.
DataType
.public int add(DataType x)
public void insert(int index, DataType x)
public void remove(DataType x)
public boolean contains(DataType x)
DataType
.
x
- The DataType
to check.
public int indexOf(DataType x)
DataType
.
x
- The DataType
to find.
public DataTypeList addThis(DataType item)
public DataType item(int index)
public DataTypeList slice(int skip, int take)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |