public class MapSquareFormatter<G extends GameObject<G,A,R>,A extends MapArchObject<A>,R extends Archetype<G,A,R>> extends java.lang.Object implements Formatter<G,A,R,MapSquare<G,A,R>>
Formatter
for MapSquares
.Constructor and Description |
---|
MapSquareFormatter() |
Modifier and Type | Method and Description |
---|---|
int |
compare(MapSquare<G,A,R> o1,
MapSquare<G,A,R> o2) |
java.lang.String |
toString(MapSquare<G,A,R> obj)
Returns a string representation of an object.
|