@OpenApiAll public class UnspecifiedSequencer extends java.lang.Object implements Sequencer
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
NAME |
Constructor and Description |
---|
UnspecifiedSequencer() |
Modifier and Type | Method and Description |
---|---|
int |
compare(ShapeElement o1,
ShapeElement o2)
Compares objects.
|
java.lang.String |
getName()
The name of the sequencer
|
public java.lang.String getName()
Sequencer
public int compare(ShapeElement o1, ShapeElement o2)
compare
in interface Sequencer
compare
in interface java.util.Comparator<ShapeElement>
o1
- first objecto2
- second object