예제 #1
0
 /**
  * Get the hashcode of the VMID.
  *
  * @see java.lang.Object#hashCode()
  */
 @Override
 public int hashCode() {
   return _vmid.hashCode();
 }
예제 #2
0
 @Override
 public int hashCode() {
   return m_id ^ m_prefix.hashCode();
 }