Save This Page
Home » hibernate-core-src-20081106 » org.hibernate.envers.tools » [javadoc | source]
org.hibernate.envers.tools
public class: Tools [javadoc | source]
java.lang.Object
   org.hibernate.envers.tools.Tools
Method from org.hibernate.envers.tools.Tools Summary:
iteratorToList,   iteratorsContentEqual,   listToIndexElementPairList,   newHashMap,   newHashSet,   newLinkedHashMap,   objectsEqual
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.hibernate.envers.tools.Tools Detail:
 public static List iteratorToList(Iterator iter) 
 public static boolean iteratorsContentEqual(Iterator iter1,
    Iterator iter2) 
 public static List listToIndexElementPairList(List list) 
    Transforms a list of arbitrary elements to a list of index-element pairs.
 public static Map newHashMap() 
 public static Set newHashSet() 
 public static Map newLinkedHashMap() 
 public static boolean objectsEqual(Object obj1,
    Object obj2)