org.ontobox.fast.util.primitive.impl.standard
Class StdHelper

java.lang.Object
  extended by org.ontobox.fast.util.primitive.impl.standard.StdHelper

public class StdHelper
extends java.lang.Object

Author:
Anton Malykh

Constructor Summary
StdHelper()
           
 
Method Summary
static int[] toArray(java.util.Collection<java.lang.Integer> col)
           
static long[] toArray(java.util.Collection<java.lang.Long> col)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StdHelper

public StdHelper()
Method Detail

toArray

public static int[] toArray(java.util.Collection<java.lang.Integer> col)

toArray

public static long[] toArray(java.util.Collection<java.lang.Long> col)