hunt-extra v1.1.5 (2021-07-22T10:34:19Z)
Home
Dub
Repo
AbstractCollection.isEmpty
hunt
collection
AbstractCollection
AbstractCollection
{@inheritDoc}
<p>This implementation returns <tt>size() == 0</tt>.
class
AbstractCollection
(E)
bool
isEmpty
(
)
Meta
Source
See Implementation
hunt
collection
AbstractCollection
AbstractCollection
constructors
this
functions
add
addAll
clear
contains
containsAll
isEmpty
iterator
opApply
opEquals
remove
removeAll
removeIf
retainAll
size
toArray
toHash
toString
{@inheritDoc}
<p>This implementation returns <tt>size() == 0</tt>.