Package org.midheaven.lang
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
-
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
-