Package net.sourceforge.plantuml.utils
Class ObjectUtils
java.lang.Object
net.sourceforge.plantuml.utils.ObjectUtils
public class ObjectUtils
extends java.lang.Object
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic boolean
instanceOfAny
(java.lang.Object object, java.lang.Class<?>... classes) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
ObjectUtils
public ObjectUtils()
-
-
Method Details
-
instanceOfAny
public static boolean instanceOfAny(java.lang.Object object, java.lang.Class<?>... classes)
-