org.jcae.viewer3d.fd
Class Utils

java.lang.Object
  extended by org.jcae.viewer3d.fd.Utils

public class Utils
extends java.lang.Object


Constructor Summary
Utils()
           
 
Method Summary
static int[] collectionToIntArray(java.util.Collection<java.lang.Integer> c)
           
static java.util.Collection<java.lang.Integer> intArrayToCollection(int[] array)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Utils

public Utils()
Method Detail

intArrayToCollection

public static java.util.Collection<java.lang.Integer> intArrayToCollection(int[] array)

collectionToIntArray

public static int[] collectionToIntArray(java.util.Collection<java.lang.Integer> c)