|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.malai.mapping.List2ObjectMapping<E,java.util.List<F>>
org.malai.mapping.List2ListMapping<E,F>
E
- The type of the source element of the mapping.F
- The type of the target element of the mapping.public abstract class List2ListMapping<E,F>
Defines a mapping established between two lists.
This file is part of Malai.
Copyright (c) 2009-2012 Arnaud BLOUIN
Malai is free software; you can redistribute it and/or modify it under
the terms of the GNU General Public License as published by the Free Software
Foundation; either version 2 of the License, or (at your option) any later version.
Malai is distributed without any warranty; without even the implied
warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
General Public License for more details.
05/15/2010
Field Summary |
---|
Fields inherited from class org.malai.mapping.List2ObjectMapping |
---|
source, target |
Constructor Summary | |
---|---|
List2ListMapping(java.util.List<E> source,
java.util.List<F> target)
Creates the mapping. |
Method Summary |
---|
Methods inherited from class org.malai.mapping.List2ObjectMapping |
---|
clear, getSource, getTarget |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.malai.mapping.IMapping |
---|
init, onListCleaned, onObjectAdded, onObjectModified, onObjectMoved, onObjectRemoved, onObjectReplaced |
Constructor Detail |
---|
public List2ListMapping(java.util.List<E> source, java.util.List<F> target)
source
- The source list.target
- The target list.
java.lang.IllegalArgumentException
- If one of the given lists is null or if they are the same object.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |