|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.taco.util.CollectionToMatrixMapper
public class CollectionToMatrixMapper
A converter from collections of collections to Object
matrices.
Field Summary | |
---|---|
static CollectionToMatrixMapper |
instance
The singleton instance of this class. |
Method Summary | |
---|---|
java.lang.Object |
map(java.lang.Object obj)
Return the result of converting obj (which must be a
collection of collections) into an Object matrix using
ArrayUtilities.toMatrix() . |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final CollectionToMatrixMapper instance
Method Detail |
---|
public java.lang.Object map(java.lang.Object obj)
obj
(which must be a
collection of collections) into an Object
matrix using
ArrayUtilities.toMatrix()
.
map
in interface IObjectMapper
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |