Package org.jcoderz.commons.util

Class Summary
ArraysUtil This class contains a static factory that allows arrays to be viewed as lists.
ArraysUtilTest JUnit tests for class ArraysUtil.
Assert Utility class for assertions.
AssertTest Class to test the Assert utility class.
Base64Util This class provides encode/decode for RFC 2045 Base64 as defined by RFC 2045, N.
Base64UtilTest JUnit Test for the class Base64Util.
BigDecimalUserTypeBase This class is used by the Hibernate binding for numeric strong types.
Constants Utility class, keeps all jCoderZ wide constants.
DateUserType This is the Hibernate user type that maps a Date to a timestamp in the Database.
DbUtil Utility class for some DB routines.
DbUtilServerTest Tests the LimitedBatchSizePreparedStatement in the DbUtil class.
DbUtilTest Tests the DbUtil class.
EmptyIterator An empty iterator that is just empty.
FileUtils This class collects some nifty file utility functions.
HashCode The class can be used to easily implement Object.hashCode().
HashCodeTest JUnit tests for class HashCode.
HashCodeUtil Collected methods which allow easy implementation of hashCode.
HashCodeUtilTest JUnit test for the class HashCodeUtil.
HexUtil This class converts byte array data from and to hex and also provides a hexdump method.
HexUtilTest Tests the HexUtil class.
IntUserTypeBase This class is used by the Hibernate binding for numeric strong types.
IoUtil Collects some I/O utility functions.
IoUtilTest Unit Tests for the class IoUtil.
JarUtils Jar Utility class.
JaxbUtil Utility class to simplify JAXB marshalling/unmarshalling.
JaxbUtil.MarshalResult Holds the Result of an Marshal operation.
JaxbUtil.UnmarshalResult Holds the Result of an unmarshal operation.
JaxbUtil.ValidationEventCollector Validation handler for JAXB.
JmsUtil Collects some JMS utility functions.
LazyFileOutputStream Purpose of this class is to avoid writing a File if it already exists and hold the same content.
LazyFileOutputStreamTest Test LazyFileOutputStream class.
LoggingProxy This class can be used to proxy any object, providing entering and exiting logging for all interfaces of the object.
LoggingUtils Helper class around JDK logging.
LongUserTypeBase This class is used by the Hibernate binding for long based strong types.
LuhnAlgorithm The Luhn algorithm.
NumberUtil Utility methods around Numbers.
NumberUtilTest  
ObjectUtil This class provides object related utility functions.
ObjectUtilTest JUnit test for ObjectUtil.
RandomUtil Utility class that provides random related utility functions.
RandomUtilTest JUnit test for the class RandomUtil.
SerializableIterator Provides a serializable iterator over a collection (which may be either a Collection or an array of Objects.
SerializableIteratorTest Tests the Serializable Iterator.
StringUserTypeBase This class is used by the Hibernate binding for RestrictedStrings.
StringUtil This class provides string related utility functions.
StringUtilTest Tests the StringUtil class.
ThrowableUtil Helper class around throwables.
ThrowableUtilTest Tests the ThrowableUtil class.
UserTypeBase Base class for Hibernate User Types.
XmlUtil This class holds utility methods for common xml topics.
XmlUtilTest Tests the XmlUtil class.
XsdUtil This class encapsulates util methods used for schema data type handling.
XsdUtilTest Tests the XsdUtil class.
 



Copyright 2007 The jCoderZ Project.