- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for hashCode (0.08 sec)
-
src/main/java/jcifs/smb1/smb1/SmbFile.java
* * @return A hashcode for this abstract file */ @Override public int hashCode() { int hash; try { hash = getAddress().hashCode(); } catch (final UnknownHostException uhe) { hash = getServer().toUpperCase().hashCode(); } getUncPath0(); return hash + canon.toUpperCase().hashCode(); } /**Registered: Sat Dec 20 13:44:44 UTC 2025 - Last Modified: Sat Aug 30 05:58:03 UTC 2025 - 112.2K bytes - Viewed (0) -
src/main/java/jcifs/smb/SmbFile.java
/** * Computes a hashCode for this file based on the URL string and IP * address if the server. The hashing function uses the hashcode of the * server address, the canonical representation of the URL, and does not * compare authentication information. In essence, two * <code>SmbFile</code> objects that refer to * the same file should generate the same hashcode provided it is possibleRegistered: Sat Dec 20 13:44:44 UTC 2025 - Last Modified: Sat Aug 30 05:58:03 UTC 2025 - 103.2K bytes - Viewed (0)