|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.databene.commons.operation.ArrayIntersectionOperation<E>
public class ArrayIntersectionOperation<E>
Determines the elements common to all array arguments.
| 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 |
|---|
public ArrayIntersectionOperation(java.lang.Class<E> componentType)
| Method Detail |
|---|
public E[] perform(E[]... sources)
perform in interface Operation<E[],E[]>
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||