Utility Classes
The fawkeZ project contains the following set of Java types and utility classes. Some of theme are specially useful to avoid NullPointerExceptions.
Types (org.jcoderz.common.types)
Utilities (org.jcoderz.common.util)
- ArraysUtil (Source)
- Assert (Source)
- Base64Util (Source)
- Constants (Source)
- DbUtil (Source)
- EmptyIterator (Source)
- FileUtils (Source)
- HashCode (Source)
- HashCodeUtil (Source)
- HexUtil (Source)
- IoUtil (Source)
- JarUtil (Source)
- JaxbUtil (Source)
- JmsUtil (Source)
- LoggingProxy (Source)
- LuhnAlgorithm (Source)
- ObjectUtil (Source)
- RandomUtil (Source)
- SerializableIterator(Source)
- StringUtil (Source)
- ThrowableUtil (Source)
- XmlFilterBase (Source)
- XmlUtil (Source)
- XsdUtil (Source)