blather.util
Class BlabUtil

java.lang.Object
  extended by blather.util.BlabUtil

public class BlabUtil
extends java.lang.Object

Provides utility code to help with Blabs.


Constructor Summary
BlabUtil()
           
 
Method Summary
static BlabInterface[] sort(BlabInterface[] blabs)
          Sorts an array of Blabs by post date, from earliest to latest.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BlabUtil

public BlabUtil()
Method Detail

sort

public static BlabInterface[] sort(BlabInterface[] blabs)
Sorts an array of Blabs by post date, from earliest to latest.

Parameters:
blabs -
Returns: