Class ObjectUtil


  • public class ObjectUtil
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      ObjectUtil()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static java.util.Collection<?> asCollection​(java.lang.Object o)  
      static boolean modelElementsEqual​(ModelRepository repo, java.lang.Object e1, java.lang.Object e2)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ObjectUtil

        public ObjectUtil()
    • Method Detail

      • asCollection

        public static java.util.Collection<?> asCollection​(java.lang.Object o)
      • modelElementsEqual

        public static boolean modelElementsEqual​(ModelRepository repo,
                                                 java.lang.Object e1,
                                                 java.lang.Object e2)