com.versant.core.util |
|
Java Source File Name | Type | Comment |
BeanUtils.java | Class | Static utility methods for working with java beans. |
CharBuf.java | Class | Fast StringBuffer replacement that allows direct access to the underlying
char[]. |
FastExternalizable.java | Interface | Replacement for Externalizable that uses our custom steams to speed
things up. |
FastParser.java | Class | Static utility methods for parsing primitives from String's without
creating any objects. |
IntArray.java | Class | Growable int[]. |
IntObjectHashMap.java | Class | Specialized HashMap mapping int to Object. |
OIDObjectInput.java | Interface | ObjectInput with special support for reading in OIDs. |
OIDObjectOutput.java | Interface | ObjectOutput with special support for writing out OIDs. |
ParsedURL.java | Class | A URL parsed into its different parts. |
PropertiesLoader.java | Class | Utility methods to load Properties instances as resources from a ClassLoader
based on a name prefix and type String. |
Quicksort.java | Class | Quicksort implementation for sorting arrays. |
StringList.java | Class | A list of ints, doubles and Strings separated by delimeters. |
StringListParser.java | Class | This class is a simple lexical analyzer for a list of Strings, ints and
doubles separated by a delim character. |
ThreadPool.java | Class | Simple pool of Threads. |
WeakBag.java | Class | This maintains a bag of weakly referenced objects. |