org.eclipse.xtext.util
Class Arrays

java.lang.Object
  extended by org.eclipse.xtext.util.Arrays

public class Arrays
extends java.lang.Object

Author:
Sebastian Zarnekow - Initial contribution and API

Method Summary
static
<T> boolean
contains(T[] array, T value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

contains

public static <T> boolean contains(T[] array,
                                   T value)