Package | Description |
---|---|
org.infinispan.commons.api.functional |
Commons Functional API package
|
Modifier and Type | Method and Description |
---|---|
EntryVersion.CompareResult |
EntryVersion.NumericEntryVersion.compareTo(EntryVersion<Long> other) |
EntryVersion.CompareResult |
EntryVersion.compareTo(EntryVersion<T> other)
Compare the entry version.
|
static EntryVersion.CompareResult |
EntryVersion.CompareResult.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EntryVersion.CompareResult[] |
EntryVersion.CompareResult.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2015 JBoss, a division of Red Hat. All rights reserved.