Calitha GOLD Parser Engine Documentation

com.calitha.commons Namespace

Namespace hierarchy

Classes

Class Description
AbstractSet AbstractSet can be extended to implement a set that uses a collection instance to achieve the set functionality
ArraySet Implements a set by using an ArrayList internally. It is thefore only wise to use it for small collections.
CalithaBinReader This extension to the binary reader supports direct reading of a unicode (utf-16) string.
FileUtil The FilUtil class contains a selection of convenience methods for dealing with files.
HashSet Implements a set using a hastable. It is therefore fast even when having large collections.
IntegerList A type-safe list of integers.
ResourceUtil Summary description for ResourceUtil.
StringUtil StringUtil contains a selection of convenience methods for dealing with strings.
Util  

Interfaces

Interface Description
ISet ISet is the interface used for all modifiable collections of object, in which the objects has no order.

Enumerations

Enumeration Description
TripleState