public static final class Option.CacheEntry extends Object implements Comparable<Option.CacheEntry>
Modifier and Type | Field and Description |
---|---|
static Comparator<Option.CacheEntry> |
BOTH |
static Comparator<Option.CacheEntry> |
BY_CONTEXT |
static Comparator<Option.CacheEntry> |
BY_KEY |
Modifier and Type | Method and Description |
---|---|
int |
compareTo(Option.CacheEntry o) |
boolean |
equals(Object o) |
Class<?> |
getContext() |
Option<?> |
getOption() |
int |
hashCode() |
String |
toString() |
public static final Comparator<Option.CacheEntry> BY_KEY
public static final Comparator<Option.CacheEntry> BY_CONTEXT
public static final Comparator<Option.CacheEntry> BOTH
public Class<?> getContext()
public Option<?> getOption()
public int compareTo(@NotNull Option.CacheEntry o)
compareTo
in interface Comparable<Option.CacheEntry>
Copyright © 2016–2024. All rights reserved.