Method isEmpty()
Return type: boolean
Member of:
java.util.Hashtable
[
api documentation
] [
main menu
]
Examples of how the element is used
(one line per example):
[
add your own example
]
1
if (this.mappings == null || this.mappings.isEmpty()) {
2
if (p.isEmpty ()) return;
3
if(prop == null || prop.isEmpty()) return "";
4
assertTrue("empty string means empty properties", p.isEmpty());
5
if(panels.isEmpty())
6
if (p != null && !p.isEmpty()) writeProperties(w, p);
7
chkCustProps.setSelected(p == null || p.isEmpty());
8
if (eventListeners.isEmpty()) {
9
if(!pcpProperties.isEmpty())
10
if (props.isEmpty()) {
11
if (hTypes.isEmpty()) {
12
if (table.isEmpty()) {
13
if (allProblems.isEmpty()) {
14
if (namespaces.isEmpty()) {
15
while (!rxQueue.isEmpty()) {
16
if (kerning != null && !kerning.isEmpty()) {
Java and J2SE are trademarks or registered trademarks of Sun Microsystems, Inc. in the United States and other Countries.