Пример #1
0
 @Override
 public int compareTo(AbstractProperty otherProperty) {
   return sequenceNumber - otherProperty.getSequenceNumber();
 }