コード例 #1
0
ファイル: InterfaceAddress.java プロジェクト: ronshapiro/j86
 /**
  * Returns a hashcode for this Interface address.
  *
  * @return a hash code value for this Interface address.
  */
 public int hashCode() {
   return address.hashCode() + ((broadcast != null) ? broadcast.hashCode() : 0) + maskLength;
 }