com.mindfusion.common
Class Collections

java.lang.Object
  extended by com.mindfusion.common.Collections

public class Collections
extends java.lang.Object


Constructor Summary
Collections()
           
 
Method Summary
static void reverse(java.util.ArrayList c, int index, int count)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Collections

public Collections()
Method Detail

reverse

public static void reverse(java.util.ArrayList c,
                           int index,
                           int count)