|
|||||||||
| Home >> All >> org >> jdaemon >> util >> [ data overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
org.jdaemon.util.data
Class DataRepresentations

java.lang.Objectorg.jdaemon.util.data.DataRepresentations
- public class DataRepresentations
- extends java.lang.Object
Utilits class for data representations
| Constructor Summary | |
DataRepresentations()
|
|
| Method Summary | |
static void |
copyAttributes(DataRepresentation from,
DataRepresentation to)
|
static void |
copyElements(DataRepresentation from,
DataRepresentation to)
|
static boolean |
equal(DataRepresentation a,
DataRepresentation b)
|
protected static java.util.Iterator |
uniqueValuesOf(java.util.Iterator a,
java.util.Iterator b)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
DataRepresentations
public DataRepresentations()
| Method Detail |
copyAttributes
public static void copyAttributes(DataRepresentation from, DataRepresentation to) throws ReadError, WriteError
copyElements
public static void copyElements(DataRepresentation from, DataRepresentation to) throws ReadError, WriteError
uniqueValuesOf
protected static java.util.Iterator uniqueValuesOf(java.util.Iterator a, java.util.Iterator b)
equal
public static boolean equal(DataRepresentation a, DataRepresentation b) throws ReadError
|
|||||||||
| Home >> All >> org >> jdaemon >> util >> [ data overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC
org.jdaemon.util.data.DataRepresentations