This topic type will be removed in a future release
@Deprecated public interface PagedUnorderedUpdateFactory extends PagedUpdateFactory
Modifier and Type | Method and Description |
---|---|
Update |
remove(int index)
Deprecated.
Creates an update to remove a single line of data from the paged topic.
|
Update |
remove(int index,
int number)
Deprecated.
Creates an update to remove one or more lines of data from the paged
topic.
|
removeAll
Update remove(int index)
This is equivalent to calling remove(int, int)
with
number
specified as 1.
index
- the index of the line to removeUpdate remove(int index, int number)
index
- the first index to remove. If this is negative, 0 is
assumed. If this is beyond the last line, no lines are removednumber
- the number of lines to remove. If this is negative or more
than the number of lines after the specified index, all lines to
the end are removedCopyright © 2016 Push Technology Ltd. All Rights Reserved.