CubeTwister 2.0alpha141 2011-10-13

Package ch.randelshofer.util

Provides various utility classes.

See:
          Description

Interface Summary
Dispatcher A Dispatcher enques Runnable objects in a Queue for later processing by worker threads.
StateListener Event for state changes.
StateModel Generic interface for Objects with state.
 

Class Summary
Applets Usefull methods for applets.
ArrayListModel A ListModel backed by an ArrayList.
ArrayUtil This class contains various methods for manipulating arrays (such as sorting and searching).
CompareFiles Compares two files of equal size and content.
ConcurrentDispatcher Processes Runnable objects concurrently on a pool of processor threads.
ConcurrentDispatcherAWT Processes Runnable objects concurrently on a pool of processor threads.
Cookies Usefull methods for cookies.
EmptyEnumeration EmptyEnumeration.
EnumIterator<T> Wraps an Enumeration with the Iterator interface.
EventLoop An EventLoop can process events on a separate worker thread.
EventLoopAWT An EventLoop can process events on a separate worker thread.
Files Files.
Images Image processing methods.
ListOfLists ListOfLists.
Methods Methods contains convenience methods for method invocations using java.lang.reflect.
PooledSequentialDispatcher Processes Runnable objects sequentially on a pool of processor threads.
PooledSequentialDispatcherAWT Dispatches Runnable objects sequentially or concurrently on a pool of processor threads.
PriorityQueue JDCTechTips 2002-08-22.
RepeatedList RepeatedList.
ReverseVectorEnumeration ReverseVectorEnumeration.
RunnableWorker This is an abstract class that you subclass to perform GUI-related work in a dedicated event dispatcher.
SequenceEnumeration This class Encapsulates two Enumerations.
SequentialDispatcher Processes Runnable objects sequentially on a processor thread.
SimpleSequentialDispatcher Processes Runnable objects sequentially on a processor thread.
SingleElementList SingleElementList.
SingletonEnumeration The class that encapsulates one object into one element enumeration.
StateEvent Event for state changes.
Strings This class contains various methods for manipulating strings.
 

Exception Summary
AppletParameterException AppletParameterException.
 

Package ch.randelshofer.util Description

Provides various utility classes.

Package Specification

##### FILL IN ANY SPECS NEEDED BY JAVA COMPATIBILITY KIT #####

Related Documentation

For overviews, tutorials, examples, guides, and tool documentation, please see:


(c) Werner Randelshofer.
All rights reserved.