Interface | Description |
---|---|
InterruptableProcessor<T> |
A generic object processor that can decide whether or not to continue
processing of further objects.
|
Class | Description |
---|---|
CollectionUtil |
Additional utilities for collections and arrays.
|
FileUtil |
Extends the standard PF FileUtil
|
IntegerBitLogic |
Simple bit logic applying on an integer value.
|
PrioritySorter<T> |
This class is supposed to support sorting of objects (of type T) by an external priority.
|
PrioritySorter.PrioritizedObject<T> | |
StringUtil |
Extension of the org.pf.text.StringUtil
|
ZipEntryInputStream |
This provides functionality of an input stream of a file
inside a zip file.
|