Package net.aavalla.utils.general

Often-needed utility functions

See:
          Description

Interface Summary
Disposeable  
 

Class Summary
BareBonesBrowserLaunch Bare Bones Browser Launch for Java
Utility class to open a web page from a Swing application in the user's default browser.
Supports: Mac OS X, GNU/Linux, Unix, Windows XP/Vista
Example Usage:
    String url = "http://www.google.com/";
    BareBonesBrowserLaunch.openURL(url);
Latest Version: www.centerkey.com/java/browser
Author: Dem Pilafian
Public Domain Software -- Free to Use as You Like
BasicStatNumbers<N extends Number & Comparable<? super N>> This immutable class represents basic statistical numbers computed from a list of numbers.
CastHelper Contains some methods to help casting
CryptoUtils Defines static methods to easily create cryptographic digests.
DynamicClassLoader  
FastaUtils Some utility methods for parsing FASTA files
FileUtils  
NumberUtils  
Pair<T> Represents a pair of objects.
Randomizer  
ReadonlyIterator<T> This class represents a read only iterator for any Collection object.
RetrievalAbstractMap<K,V> This class is an abstract implementation of the Map interface.
RetrievalHashMap<K,V> RetrievalHashMap is an implementation of Map.
RetrievalHashSet<E> HashSet is an implementation of a Set.
Statistics This class contains static methods for statistical analysis.
StrUtils Utilities for manipulating String objects.
Timer This class can be used to time operations.
UniqueComparable<T extends Comparable> Wrapper for an object 'value' implementing Comparable interface.
VirtualMatrix<T>  
 

Enum Summary
FastaUtils.FastaLineType Type of a line in a FASTA file
FileUtils.EOLStyle End-Of-Line style (LF, CR or CRLF)
Statistics.TailedType  
 

Package net.aavalla.utils.general Description

Often-needed utility functions