|
Class Summary |
| FastHashMap |
A customized implementation of java.util.HashMap designed
to operate in a multithreaded environment where the large majority of
method calls are read-only, instead of structural changes. |
| HashStringUtil |
This code was extracted from MarshalledInvocation. |
| PartitionedWeakHashMap |
This is a WeakHashMap divided into partitions, using a simple algorithm of using the hashCode of a Key % numberOfPartitions to determine what partition to use. |
| StringUtil |
This class respects definitions on http://java.sun.com/j2se/1.5.0/docs/api/java/io/DataInput.html#modified-utf-8 |
| StringUtilBuffer |
$Id: StringUtilBuffer.java,v 1.4 2006/05/20 03:02:32 csuconic Exp $ |
| StringUtilBuffer.Position |
|