Method isEmpty()
Return type: boolean
Member of: java.util.Collection
[api documentation ] [ main menu]

Examples of how the element is used (one line per example):
[add your own example]

1 setEnabled(!debuggerR.allInstances().isEmpty());
2 if (c.isEmpty()) return null;
3 if (nodes.isEmpty ())
4 if (!colNames.isEmpty()) {
5 if (res.isEmpty()) {
6 if (!elements.isEmpty()) {
7 if (metrics_list.isEmpty()) {
8 if (beanNames != null && !beanNames.isEmpty()) {
9 if (valuesForKey.isEmpty()){
10 if (gtPaths != null && !gtPaths.isEmpty()) {
11 if (!add.isEmpty() || !removed.isEmpty()) {
12 if (assigments.isEmpty()) {
13 if( actualCopy.isEmpty() == false ) {
14 assertTrue("Empty set returned!", !processes.isEmpty());
15 if (!specpath.isEmpty()) {
16 if (agenda.isEmpty()) {
17 if (subSelection == null || subSelection.isEmpty()) {
18 if (!roles.isEmpty() && principal == null /* && hReq.getSession().getAttribute(DUMMY_TOKEN) == null */) {
19 if (serverNames.isEmpty()) {
Java and J2SE are trademarks or registered trademarks of Sun Microsystems, Inc. in the United States and other Countries.