Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for puts (0.17 sec)

  1. src/main/java/jcifs/internal/dfs/DfsReferralDataImpl.java

         *
         * @see jcifs.internal.dfs.DfsReferralDataInternal#replaceCache()
         */
        @Override
        public void replaceCache () {
            if ( this.map != null && this.key != null ) {
                this.map.put(this.key, this);
            }
        }
    
    
        @Override
        public DfsReferralDataImpl next () {
            return this.next;
        }
    
    
        /**
         * 
         * @param dr
         */
    Java
    - Registered: Sun May 05 00:10:10 GMT 2024
    - Last Modified: Sat Nov 13 15:13:49 GMT 2021
    - 11K bytes
    - Viewed (0)
Back to top