Example #1
0
 @Override
 public int compareTo(MongoCollection otherCollection) {
   return this.name.compareTo(otherCollection.getName());
 }