| Interface | Description |
|---|---|
| ClassMetaConsts |
Contribution made by Bob Morris.
|
| Class | Description |
|---|---|
| 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 297 2006-05-20 03:02:32Z csuconic $
|
| StringUtilBuffer.Position |
Copyright © 2011-2012 Ovea. All Rights Reserved.