public class

ObjectUtils

extends Object
java.lang.Object
   ↳ xades4j.utils.ObjectUtils

Class Overview

Utility methods for objects.

Summary

Public Constructors
ObjectUtils()
Public Methods
static boolean allNull(Object... objs)
Indicates whether all the objects are null.
static boolean anyNull(Object... objs)
Indicates whether any of the objects are null.
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public ObjectUtils ()

Public Methods

public static boolean allNull (Object... objs)

Indicates whether all the objects are null.

Parameters
objs the set of objects to be checked
Returns
  • true if all the objects are null

public static boolean anyNull (Object... objs)

Indicates whether any of the objects are null.

Parameters
objs the set of objects to be checked
Returns
  • true if at least one object is null