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

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

1 if (namespaceMappings == null || namespaceMappings.isEmpty())
2 if (list.isEmpty()) return null;
3 if (sourceIdentifiers.isEmpty())
4 if (sourceIdentifiers.isEmpty())
5 if (fSelectedNodes == null || fSelectedNodes.isEmpty())
6 if (fSelectedNodes == null || fSelectedNodes.isEmpty())
7 if (fCollectedProblems != null && !fCollectedProblems.isEmpty())
8 while (!parents.isEmpty()) {
9 if (myRemovedList == null || myRemovedList.isEmpty())
10 if (!((List) value).isEmpty()) {
11 if (this.globalOpenElements.isEmpty()) {
12 a.setEnabled(e.state && !(getModel().nextLowerLevels().isEmpty() && getModel().allAlternatives().isEmpty()));
13 if(members.isEmpty() && roomHash != null)
14 while (!observerCopy.isEmpty()) {
15 if (mimeParts != null && !mimeParts.isEmpty()) {
16 if ( source.isEmpty() ) {
17 if( list.isEmpty() ) {
18 if (_parameters == null || _parameters.isEmpty())
19 if (!filters.isEmpty()) {
20 if(theProperty!=null && !value.isEmpty()) {
Java and J2SE are trademarks or registered trademarks of Sun Microsystems, Inc. in the United States and other Countries.