Dictionary
for the given pid
. Implementations are expected to return dictionary instances which may be modified by the caller without affecting any underlying data or affecting future calls to this method with the same PID. In other words the reference equation load(pid) != load(pid)
must hold true
.
@param pid The identifier for the dictionary to load.
@return The dictionary for the identifier. This must not benull
but may be empty.
@throws IOException If an error occurrs loading the dictionary. AnIOException
must also be thrown if no dictionary exists for the given identifier.
|
|