|
|||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
See:
Description
Interface Summary | |
Queue | A queue interface with standard enqueue/dequeue operations. |
ssLinkedListComparator | The ssLinkedListComparator interface allows you to search for elements inside a ssLinkedList. |
Class Summary | |
Counter | An integer counter with some convenient methods. |
EmailUtil | Contains common actions using email system. |
FastSyncQueue | A synchronized blocking queue based on a fast linked-list. |
FastUnsyncQueue | A not synchronized non-blocking queue based on a fast linked-list. |
FileUtil | Some utilities regarding files. |
JavaSyncQueue | A synchronized blocking queue based on a Java linked-list. |
JavaUnsyncQueue | A not synchronized non-blocking queue based on a Java linked-list. |
NetUtil | Some utility methods about networking. |
QueueFactory | A factory produces appropriate type of queues. |
ssLinkedList | The ssLinkedList class is just that - a linked list abstraction that supports very efficient insertion and deletion, as well as an Enumeration interface. |
ssLinkedListEqualityComparator | This class provides a default comparator for matching objects on ssLinkedLists. |
StringUtil | Some utility methods about string operations. |
SystemUtil | System action allows to execute a system command. |
Exception Summary | |
SolarException | The base class of all exceptions thrown by Solar. |
SolarRuntimeException | This is a base class of all runtime exeptions thrown by Solar. |
Contains some basic Solar utilities, such as Queues.
|
|||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |