Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.jdaemon.util.data
Class DataRepresentations  view DataRepresentations download DataRepresentations.java

java.lang.Object
  extended byorg.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