Ejemplo n.º 1
0
 @Override
 public int compareTo(TitleEntity another) {
   // TODO Auto-generated method stub
   return this.getTilteIndex().compareTo(another.getTilteIndex());
 }