Class CheckEmptyHelper


  • public class CheckEmptyHelper
    extends Object
    • Method Detail

      • isEmpty

        public static boolean isEmpty​(Object v)
        Check if a object is empty. If the object is null then is empty If the object is a string then even empty string is If the object implements CheckEmpty interface that method is checked
        Parameters:
        v - the item to be checked
        Returns:
        true if the item is null or logically empty