Method isEmpty()
Return type: boolean
Member of:
java.util.HashMap
[
api documentation
] [
main menu
]
Examples of how the element is used
(one line per example):
[
add your own example
]
1
if (parslets.isEmpty()) return null;
2
if (elements.isEmpty()) return null;
3
if (changeMap.isEmpty()) return Empty.enumeration;
4
if (changeMap.isEmpty()) return Collections.EMPTY_SET;
5
if (fMap.isEmpty())
6
if (cookies.isEmpty())
7
if (!inUse.isEmpty()) {
8
if (!lazyCache.isEmpty()) {
9
if (confirmed.isEmpty()) {
10
if (!namespaceMap.isEmpty()) {
Java and J2SE are trademarks or registered trademarks of Sun Microsystems, Inc. in the United States and other Countries.