public class RemovedRowsSelectionImpl extends java.lang.Object implements DeletedRowsSelection
Constructor and Description |
---|
RemovedRowsSelectionImpl(SnapshotTable sTable) |
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() |
public RemovedRowsSelectionImpl(SnapshotTable sTable)
public boolean contains(int x)
contains
in interface DeletedRowsSelection
public int min()
min
in interface DeletedRowsSelection
public int max()
max
in interface DeletedRowsSelection
public boolean add(int x)
add
in interface DeletedRowsSelection
public int count()
count
in interface DeletedRowsSelection
public void reset()
reset
in interface DeletedRowsSelection
public void addAll(DeletedRowsSelection removedRows)
addAll
in interface DeletedRowsSelection
public void serialize(java.io.DataOutput dos) throws java.io.IOException
serialize
in interface DeletedRowsSelection
java.io.IOException
public void deserialize(java.io.DataInput dis) throws java.io.IOException
deserialize
in interface DeletedRowsSelection
java.io.IOException
public long sizeInMemory()
sizeInMemory
in interface DeletedRowsSelection
public long sizeOnDisk()
sizeOnDisk
in interface DeletedRowsSelection
public void trimToSize()
trimToSize
in interface DeletedRowsSelection
public Selection getSelection()
getSelection
in interface DeletedRowsSelection
public Selection getInvertedSelection()
getInvertedSelection
in interface DeletedRowsSelection
public IntIterator iterator()
iterator
in interface DeletedRowsSelection
Copyright © 2015-2024 StreamScape Technologies. All rights reserved.