예제 #1
0
 public boolean lowerThan(Object toCompare) {
   return type.lowerThan(this.value, toCompare);
 }