public class RowSet
extends java.lang.Object
implements java.io.Serializable, java.lang.Cloneable
Modifier and Type | Method and Description |
---|---|
void |
add(int rowIndex) |
RowSet |
clone() |
boolean |
contains(int rowIndex) |
static RowSet |
create(Data data)
Creates a new instance
|
static RowSet |
create(int length)
Creates a new instance
|
int |
length() |
void |
remove(int rowIndex) |
int |
size() |
void |
swap(int rowIndex1,
int rowIndex2) |
public static RowSet create(int length)
length
- public void add(int rowIndex)
rowIndex
- public RowSet clone()
clone
in class java.lang.Object
public boolean contains(int rowIndex)
rowIndex
- public int length()
public void remove(int rowIndex)
rowIndex
- public int size()
public void swap(int rowIndex1, int rowIndex2)
rowIndex1
- rowIndex2
-