public interface DeletedRowsSelection
Modifier and Type | Method and Description |
---|---|
boolean |
add(int x) |
void |
addAll(DeletedRowsSelection removedRows) |
boolean |
contains(int x) |
int |
count() |
void |
deserialize(java.io.DataInput dis) |
Selection |
getInvertedSelection() |
Selection |
getSelection() |
IntIterator |
iterator() |
int |
max() |
int |
min() |
void |
reset() |
void |
serialize(java.io.DataOutput dos) |
long |
sizeInMemory() |
long |
sizeOnDisk() |
void |
trimToSize() |
boolean contains(int x)
int min()
int max()
boolean add(int x)
int count()
void reset()
void addAll(DeletedRowsSelection removedRows)
void serialize(java.io.DataOutput dos) throws java.io.IOException
java.io.IOException
void deserialize(java.io.DataInput dis) throws java.io.IOException
java.io.IOException
long sizeInMemory()
long sizeOnDisk()
void trimToSize()
IntIterator iterator()
Selection getSelection()
Selection getInvertedSelection()
Copyright © 2015-2024 StreamScape Technologies. All rights reserved.