Interface Countable

All Known Subinterfaces:
Array<T>, Association<K,V>, Assortment<T>, DistinctAssortment<T>, EditableAssociation<K,V>, EditableSequence<T>, ResizableAssociation<K,V>, ResizableDistinctAssortment<T>, ResizableSequence<T>, Sequence<T>, Strings.Splitter

public interface Countable
Defines the contract for Countable.
  • Method Summary

    Modifier and Type
    Method
    Description
    Checks whether is Empty.
    boolean
    Checks whether is Empty.
  • Method Details

    • count

      Int count()
      Checks whether is Empty.
      Returns:
      the result of isEmpty
    • isEmpty

      boolean isEmpty()
      Checks whether is Empty.
      Returns:
      the result of isEmpty