Package | Description |
---|---|
org.apache.kahadb.util |
Modifier and Type | Method and Description |
---|---|
Sequence |
SequenceSet.removeFirstSequence(long count)
Removes and returns the first sequence that is count range large.
|
Sequence |
SequenceSet.removeLastSequence()
Removes and returns the last sequence from this list.
|
Modifier and Type | Method and Description |
---|---|
List<Sequence> |
SequenceSet.getMissing(long first,
long last) |
List<Sequence> |
SequenceSet.getReceived() |
Modifier and Type | Method and Description |
---|---|
void |
SequenceSet.add(Sequence value) |
Copyright © 2005–2013 The Apache Software Foundation. All rights reserved.