idl.tmt.documentsource.webcrawl
Class MultiMapURLMapper.URLWrapper

java.lang.Object
  |
  +--idl.tmt.documentsource.webcrawl.MultiMapURLMapper.URLWrapper
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
MultiMapURLMapper

private class MultiMapURLMapper.URLWrapper
extends java.lang.Object
implements java.io.Serializable

Class to mask the URL's hashCode method. That method is *really* slow, and does a domain name resolution. Instead, this class provudes URL.toString().hashCode() as its hash code, and delegates to the given URL object for the equals() method. Created on Apr 6, 2004

Author:
jelsas
See Also:
Serialized Form

Methods inherited from class java.lang.Object
, clone, finalize, getClass, notify, notifyAll, registerNatives, toString, wait, wait, wait