Package com.sibvisions.util

Contains library independent utility classes.

See:
          Description

Interface Summary
ICloseable A ICloseable is a source or destination of data that can be closed.
IValidatable The IValidatable defines an object that can be validated, meaning it has a valid and an invalid state.
 

Class Summary
ArrayUtil<E> Resizable-array implementation of the List interface.
ByteArrayDataSource The ByteArrayDataSource class is a utility class for IFileHandle data.
ChangedHashtable<K,V> The ChangedHashtable is a synchronized Hashtable which tracks changes to keys and values.
Execute The Execute class executes external programs.
FileSearch The FileSearch is a utility class to search files and directories.
FileViewer The FileViewer opens files/documents with the platform dependent viewer application.
GroupHashtable<G,K,V> The GroupHashtable is a utility class to group multiple key/value pairs with a single group key.
IdentityKeyValueList<K,V> The KeyValueList is a special IdentityHashMap.
ImmutableArray<V> The ImmutableArray gives the functionality of immutable arrays.
Internalize Intern functionality for all immutable Objects.
IntHashMap<T> The IntHashMap is a very efficient int hash map.
KeyValueList<K,V> The KeyValueList mapps multiple values to a single key.
Mail The Mail class is a utility class for sending mails.
Memory The Memory class is a utility class for memory optimization and information.
ObjectCache The ObjectCache is a utility class to cache/store objects for a period of time.
ObjectCacheInstance The ObjectCacheInstance is a utility class to cache/store objects for a period of time.
OrderedHashtable<K,V> The OrderedHashtable extends a Hashtable and keeps the add order.
ProxyUtil The ProxyUtil detects a system proxy.
Reflective This is a utility class to call different methods of classes via java.lang.reflect package.
Reflective.Parameter The Parameter class is a placeholder for parameters.
SecureHash The SecureHash class provides the functionality of a message digest algorithm, such as MD5 or SHA.
SimpleJavaSource The SimpleJavaSource interprets Java Source.
ThreadHandler The ThreadHandler is a utility class for ThreadManager.
ThreadManager The ThreadManager manages threads.
Version The Version class is a simple representation for version numbers.
 

Enum Summary
Version.Level the supported version levels.
 

Package com.sibvisions.util Description

Contains library independent utility classes.



Copyright © 2009 SIB Visions GmbH. All Rights Reserved.