org.databene.commons.filter
Class SplitResult<E>

java.lang.Object
  extended by org.databene.commons.filter.SplitResult<E>

public class SplitResult<E>
extends java.lang.Object

The items of a splitted list: matches contains the List items that matched the filter, mismatches contains the other ones.

Created: 10.04.2007 08:09:06

Author:
Volker Bergmann

Constructor Summary
SplitResult(java.util.List<E> matches, java.util.List<E> mismatches)
           
 
Method Summary
 java.util.List<E> getMatches()
           
 java.util.List<E> getMismatches()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SplitResult

public SplitResult(java.util.List<E> matches,
                   java.util.List<E> mismatches)
Method Detail

getMatches

public java.util.List<E> getMatches()

getMismatches

public java.util.List<E> getMismatches()


Copyright © 2010. All Rights Reserved.