org.jacorb.collection.util
Class ArrayFactory

java.lang.Object
  extended by org.jacorb.collection.util.ArrayFactory

public class ArrayFactory
extends Object

Author:
Gerald Brose

Constructor Summary
ArrayFactory()
           
 
Method Summary
static void free_array(Object[] current)
           
static Object[] get_array(int capacity)
           
static void release()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ArrayFactory

public ArrayFactory()
Method Detail

release

public static void release()

get_array

public static Object[] get_array(int capacity)

free_array

public static void free_array(Object[] current)


Copyright © 2015 JacORB. All rights reserved.