Overview
Package
Class
Use
Tree
Deprecated
Index
All Classes
Help
Prev Class
Next Class
VUtils – Release 1
Class org.violetlib.util.VObjects
Inherited members: ShowHide
Deprecated: ShowHide
org.violetlib.util

Class VObjects

  • Object
    • VObjects
  • public final class VObjects extends Object
    • Static Methods 
      Modifier and Type Static Method and Description
      Ordinary member indicator equals Reveal DetailHide Detail
      static boolean equals(Object o1, Object o2)
      Returns true if the arguments are equal to each other and false otherwise.
      public static boolean equals(Object o1, Object o2)
      Returns true if the arguments are equal to each other and false otherwise. Similar to Objects.equals(java.lang.Object, java.lang.Object), except that null is never passed to an equals method.
      • Methods inherited from class Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait