java.lang.Object | |
↳ | xades4j.utils.ObjectUtils |
Utility methods for objects.
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Indicates whether all the objects are
null . | |||||||||||
Indicates whether any of the objects are
null . |
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
Indicates whether all the objects are null
.
objs | the set of objects to be checked |
---|
true
if all the objects are null
Indicates whether any of the objects are null
.
objs | the set of objects to be checked |
---|
true
if at least one object is null