org.databene.commons.operation
Class ArrayIntersectionOperation<E>

java.lang.Object
  extended by org.databene.commons.operation.ArrayIntersectionOperation<E>
All Implemented Interfaces:
Operation<E[],E[]>

public class ArrayIntersectionOperation<E>
extends java.lang.Object
implements Operation<E[],E[]>

Determines the elements common to all array arguments.

Since:
0.4.0
Author:
Volker Bergmann

Constructor Summary
ArrayIntersectionOperation(java.lang.Class<E> componentType)
           
 
Method Summary
 E[] perform(E[]... sources)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ArrayIntersectionOperation

public ArrayIntersectionOperation(java.lang.Class<E> componentType)
Method Detail

perform

public E[] perform(E[]... sources)
Specified by:
perform in interface Operation<E[],E[]>


Copyright © 2010. All Rights Reserved.