Interface KeyList
-
@Immutable public interface KeyListContains/references a list of keys that are "visible" from a specificCommitLogEntry.
-
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description @AllowNulls java.util.List<KeyListEntry>getKeys()static KeyListof(java.util.List<KeyListEntry> keys)
-
-
-
Field Detail
-
EMPTY
static final KeyList EMPTY
-
-
Method Detail
-
getKeys
@AllowNulls @AllowNulls java.util.List<KeyListEntry> getKeys()
-
of
static KeyList of(java.util.List<KeyListEntry> keys)
-
-