public static interface ChangeJournal.Records extends Iterable<JournalRecord>
Iterable extension which provides information about the number of entries the underlying collection holds.| Modifier and Type | Field and Description |
|---|---|
static ChangeJournal.Records |
EMPTY |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isEmpty()
Returns true if the records set is empty.
|
int |
size()
Returns the number of records.
|
forEach, iterator, spliteratorstatic final ChangeJournal.Records EMPTY
Copyright © 2008–2016 JBoss, a division of Red Hat. All rights reserved.