Ejemplo n.º 1
0
 @Override
 public int hashCode() {
   final int prime = 31;
   int result = 1;
   result =
       prime * result + ((markerAnnotation == null) ? 0 : markerAnnotation.getText().hashCode());
   return result;
 }