@Immutable public final class FlatRankingState<S,T> extends AnnotatedState<S>
Modifier and Type | Field | Description |
---|---|---|
com.google.common.collect.ImmutableList<T> |
ranking |
|
int |
safetyProgress |
state
Modifier and Type | Method | Description |
---|---|---|
protected boolean |
equals2(ImmutableObject o) |
|
protected int |
hashCodeOnce() |
|
static <S,T> FlatRankingState<S,T> |
of() |
|
java.lang.String |
toString() |
equals, hashCode
public final com.google.common.collect.ImmutableList<T> ranking
public final int safetyProgress
public static <S,T> FlatRankingState<S,T> of()
protected boolean equals2(ImmutableObject o)
equals2
in class ImmutableObject
protected int hashCodeOnce()
hashCodeOnce
in class ImmutableObject
public java.lang.String toString()
toString
in class java.lang.Object