EGF Engine
Release 0.1.0

org.eclipse.egf.common.helper
Class MiscHelper

java.lang.Object
  extended by org.eclipse.egf.common.helper.MiscHelper

public class MiscHelper
extends Object

Miscellaneous helper.


Constructor Summary
MiscHelper()
           
 
Method Summary
static
<T> List<T>
asList(T[] elements_p)
          Returns a list backed by the specified array.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MiscHelper

public MiscHelper()
Method Detail

asList

public static <T> List<T> asList(T[] elements_p)
Returns a list backed by the specified array.

Parameters:
elements_p - the array by which the list will be backed.
Returns:
a not null list.

EGF Engine
Release 0.1.0

Copyright (c) Thales Corporate Services S.A.S, 2009.

This page is made available under license. For full details see the LEGAL in the documentation book that contains this page.