Esempio n. 1
0
 /** Get the hash code of a object. */
 @Override
 public int hashCodeOf(final DisplayItem obj) {
   if (obj == null) {
     return 0;
   }
   return obj.hashCode();
 }