|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.databene.commons.filter.SplitResult<E>
public class SplitResult<E>
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
| 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 |
|---|
public SplitResult(java.util.List<E> matches,
java.util.List<E> mismatches)
| Method Detail |
|---|
public java.util.List<E> getMatches()
public java.util.List<E> getMismatches()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||