public static final class EntryVersion.NumericEntryVersion extends Object implements EntryVersion<Long>
EntryVersion.CompareResult, EntryVersion.NumericEntryVersion| Constructor and Description |
|---|
NumericEntryVersion(long version) |
| Modifier and Type | Method and Description |
|---|---|
EntryVersion.CompareResult |
compareTo(EntryVersion<Long> other)
Compare the entry version.
|
boolean |
equals(Object o) |
Long |
get()
Get the underlying representation of the entry's version.
|
int |
hashCode() |
String |
toString() |
public Long get()
EntryVersionget in interface EntryVersion<Long>public EntryVersion.CompareResult compareTo(EntryVersion<Long> other)
EntryVersioncompareTo in interface EntryVersion<Long>Copyright © 2016 JBoss, a division of Red Hat. All rights reserved.