Package org.egothor.util

Class Summary
BiQueue<T> The Queue class should be extended by any class wishing to implement a priority queue (heap).
Bitmap The Bitmap object is an implementation of a bit map.
BlockingArray<T> This class is used to replace the Sun's implementation in java.util.concurrent.
Cache<K,V> This class IS synchronized.
Counter This class is part of the Egothor Project
CyclicBuffer  
EgoFormatter This class is part of the Egothor Project
Htaccess This class can read Apache htaccess files and access some parameters in them.
IntegerArray This class offers a dynamic array of integers.
IntegerFIFOStack IntegerFIFOStack.java
IntegerLIFOStack Integer values in FILO stack.
LinkedQueue<T> Fully synchronized linked list (in both directions).
LinkedQueue.Entry<T>  
LongAndIntegerArray This class offers a dynamic array of {long;integer}s.
MD5 MD5 calculator as defined in RFC 1321.
MemoryBuffer MemoryBuffer.java Created on 8.
MergeSequence<T>  
Queue<T> The Queue class should be extended by any class wishing to implement a priority queue (heap).
QueueAbstract<T> This class represents a priority queue (heap).
Reporter This class writes some lines of text into a file, rotates after every N reports and NEVER overwrites an older report file.
VarInteger  
VarLong