public static class QueenDifficultyWeightFactory.QueenDifficultyWeight extends Object implements Comparable<QueenDifficultyWeightFactory.QueenDifficultyWeight>
Constructor and Description |
---|
QueenDifficultyWeight(Queen queen,
int distanceFromMiddle) |
Modifier and Type | Method and Description |
---|---|
int |
compareTo(QueenDifficultyWeightFactory.QueenDifficultyWeight other) |
public QueenDifficultyWeight(Queen queen, int distanceFromMiddle)
public int compareTo(QueenDifficultyWeightFactory.QueenDifficultyWeight other)
compareTo
in interface Comparable<QueenDifficultyWeightFactory.QueenDifficultyWeight>
Copyright © 2006–2020 JBoss by Red Hat. All rights reserved.