org.eclipse.xtend.backend.util
Class CollectionHelper

java.lang.Object
  extended by org.eclipse.xtend.backend.util.CollectionHelper

public final class CollectionHelper
extends java.lang.Object

Author:
Arno Haase (http://www.haase-consulting.com)

Constructor Summary
CollectionHelper()
           
 
Method Summary
static
<T> java.util.List<T>
withoutFirst(java.util.List<T> o)
           
static
<T> T[]
withoutFirst(T[] o)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CollectionHelper

public CollectionHelper()
Method Detail

withoutFirst

public static <T> T[] withoutFirst(T[] o)

withoutFirst

public static <T> java.util.List<T> withoutFirst(java.util.List<T> o)