public abstract static class Change.Batch.AbstractDefaultImplementation extends Object implements Change.Batch
Change.Batch.AbstractDefaultImplementation| Constructor and Description |
|---|
AbstractDefaultImplementation(com.google.common.collect.ImmutableList<Change> changes,
long advanced,
Object leftOff) |
| Modifier and Type | Method and Description |
|---|---|
long |
advanced()
How much this batch is "worth" in units of advancedUnits().
|
List<Change> |
changes()
The changes in the batch.
|
boolean |
last()
Was this the last batch?
|
String |
leftOffHuman()
Human readable version of where this batch ends.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitadvancedUnits, leftOffDatepublic List<Change> changes()
Change.Batchchanges in interface Change.Batchpublic long advanced()
Change.Batchadvanced in interface Change.Batchpublic String leftOffHuman()
Change.BatchleftOffHuman in interface Change.Batchpublic boolean last()
Change.Batchlast in interface Change.BatchCopyright © 2016. All rights reserved.