Contains SKB atomic types that wrap basic Java types. This package provides wrappers for all major atomic Java types. All classes maintain a protected field oatValue of the wrapped type and provide two operations to access this field. getValue() can be used to retrieve the fields value and setValue() can be used to alter it. Each class provides also a set of constructors to allow an easy instantiation using either a Java atomic type or a respective SKB atmic type.