hunt-extra v1.0.11 (2021-05-17T06:05:46Z)
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>.