Method isEmpty()
Return type: boolean
Member of:
java.util.AbstractCollection
[
api documentation
] [
main menu
]
Examples of how the element is used
(one line per example):
[
add your own example
]
1
return _alerts.isEmpty() ? null : (String) _alerts.getFirst();
2
if (!queue.isEmpty()) thread.start();
3
if (_alerts.isEmpty()) return "";
4
while (!rootpanes.isEmpty()) {
5
if (mConversions.isEmpty()) {
6
if (!current_nodes.isEmpty()) {
7
if (lst.isEmpty ())
8
if (mConversions.isEmpty()) {
9
if (!free.isEmpty()) {
10
if (!this.dataFlow.isEmpty()) {
11
while(!stuffDone.isEmpty() && (gottenInt.intValue() != button) &&
12
} while (!I_am_dieing && !myQueue.isEmpty());
13
&& !graph.getVertexOfIndegreeZero().getColOfAdjacent().isEmpty()) {
14
if (!m_nodeQueue.isEmpty()) {
15
while (!capabilities.isEmpty()) {
16
if(!list.isEmpty())
17
if (queue.isEmpty()) break; // done for now
18
if (eventQueue.isEmpty()) {
19
while (!postponed.isEmpty()) {
20
while (!ll.isEmpty())
Java and J2SE are trademarks or registered trademarks of Sun Microsystems, Inc. in the United States and other Countries.