hunt-extra v1.1.7 (2021-11-17T07:07:29Z)
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>.