Interface Empty


public interface Empty
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    Returns true if underlying object is empty.
  • Method Details

    • isEmpty

      boolean isEmpty()
      Returns true if underlying object is empty.
      Returns:
      true if empty, false if not empty.