Tools Class

  • java.lang.Object
    • com.microsoft.azure.sdk.iot.deps.util.Tools

public class Tools

Collection of static helper functions

Constructor Summary

Constructor Description
Tools()

Method Summary

Modifier and Type Method and Description
static java.lang.Boolean isNullOrEmpty(String value)

Helper function to check if the input string is null or empty

Methods inherited from java.lang.Object

java.lang.Object.clone java.lang.Object.equals java.lang.Object.finalize java.lang.Object.getClass java.lang.Object.hashCode java.lang.Object.notify java.lang.Object.notifyAll java.lang.Object.toString java.lang.Object.wait java.lang.Object.wait java.lang.Object.wait

Constructor Details

Tools

public Tools()

Method Details

isNullOrEmpty

public static Boolean isNullOrEmpty(String value)

Helper function to check if the input string is null or empty

Parameters:

value - The string to check

Returns:

The value true if the input string is empty or null

Applies to