public interface EntryVersion<T>
| Modifier and Type | Interface and Description | 
|---|---|
static class  | 
EntryVersion.CompareResult  | 
static class  | 
EntryVersion.NumericEntryVersion  | 
| Modifier and Type | Method and Description | 
|---|---|
EntryVersion.CompareResult | 
compareTo(EntryVersion<T> other)
Compare the entry version. 
 | 
T | 
get()
Get the underlying representation of the entry's version. 
 | 
T get()
EntryVersion.CompareResult compareTo(EntryVersion<T> other)
Copyright © 2017 JBoss, a division of Red Hat. All rights reserved.