Package com.faunos.util

Root package for custom utilities that don't necessarily belong in any application per se.

See:
          Description

Interface Summary
Visitor<T> A generic visitor interface.
 

Class Summary
AbstractCopyOnWriteMap<K,V,M extends Map<K,V>> Base class for copy-on-write Map or SortedMap mimplementation.
CopyOnWriteMap<K,V> A copy-on-write Map implementation using a backing java.util.HashMap.
CopyOnWriteSortedMap<K,V> A copy-on-write SortedMap implementation using a backing java.util.TreeMap.
Measure Utilty for comparing and measuring various common object types and primitives (such as char).
ReadOnlyArrayList<E> A read-only list that is backed by an array.
ThrowFactory<E extends Throwable,T extends E> An exception factory.
Validator<E extends RuntimeException> A validation and exception raising factory.
Version Represents a [software release] version of the form xx.xx.xx where xx is a decimal number in the range [0, 99].
 

Exception Summary
ThrowFactory.InvocationException  
 

Package com.faunos.util Description

Root package for custom utilities that don't necessarily belong in any application per se.

Skwish Note

This release contains only stuff used by the Skwish project.



SourceForge.net Logo