20 package net.sf.gridarta.gui.panel.connectionview;
22 import java.io.Serializable;
23 import java.util.Comparator;
31 import org.jetbrains.annotations.NotNull;
39 public class MonsterView<G
extends GameObject<G, A, R>, A extends
MapArchObject<A>, R extends
Archetype<G, A, R>> extends
View<GameObject<G, A, R>, G, A, R> {
97 if (level1 < level2) {
100 if (level1 > level2) {
104 final String name1 = o1.getBestName();
105 final String name2 = o2.getBestName();
106 return String.CASE_INSENSITIVE_ORDER.compare(name1, name2);