Searched defs:isEmpty (Results 1 - 25 of 176) sorted by relevance

12345678

/openjdk7/jdk/test/java/util/HashMap/
H A DOverrideIsEmpty.java31 * @summary Verify that we do not get exception when we override isEmpty()
58 public boolean isEmpty() { method in class:OverrideIsEmpty.NotEmptyHashMap
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/dtd/
H A DXML11NSDTDValidator.java245 protected void endNamespaceScope(QName element, Augmentations augs, boolean isEmpty) argument
257 if (!isEmpty) {
H A DXMLNSDTDValidator.java253 protected void endNamespaceScope(QName element, Augmentations augs, boolean isEmpty) argument
265 if (!isEmpty) {
/openjdk7/jdk/src/share/classes/sun/awt/
H A DEventListenerAggregate.java177 public synchronized boolean isEmpty() { method in class:EventListenerAggregate
/openjdk7/jdk/src/share/classes/java/util/
H A DDictionary.java67 * for the <tt>isEmpty</tt> method is that the result is true if and only
73 abstract public boolean isEmpty(); method in class:Dictionary
101 * The general contract for the <tt>isEmpty</tt> method is that if this
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/rngom/binary/
H A DAlphabet.java54 boolean isEmpty() { method in class:Alphabet
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/api/message/
H A DAttachmentSet.java56 boolean isEmpty(); method in interface:AttachmentSet
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/message/
H A DAttachmentSetImpl.java70 public boolean isEmpty() { method in class:AttachmentSetImpl
71 return attList.isEmpty();
H A DMimeAttachmentSet.java83 public boolean isEmpty() { method in class:MimeAttachmentSet
84 return atts.size() <= 0 && mpp.getAttachmentParts().isEmpty();
/openjdk7/langtools/src/share/classes/com/sun/tools/doclets/formats/html/
H A DTagletOutputImpl.java73 public boolean isEmpty() { method in class:TagletOutputImpl
74 return (toString().trim().isEmpty());
/openjdk7/langtools/src/share/classes/com/sun/tools/doclets/formats/html/markup/
H A DComment.java76 public boolean isEmpty() { method in class:Comment
77 return commentText.isEmpty();
H A DHtmlDocument.java92 public boolean isEmpty() { method in class:HtmlDocument
93 return (docContent.isEmpty());
H A DRawHtml.java78 public boolean isEmpty() { method in class:RawHtml
79 return rawHtmlContent.isEmpty();
H A DStringContent.java82 public boolean isEmpty() { method in class:StringContent
/openjdk7/jdk/src/share/classes/sun/print/
H A DServiceNotifier.java80 boolean isEmpty() { method in class:ServiceNotifier
81 return (listeners == null || listeners.isEmpty());
129 if (psa != null && !psa.isEmpty()) {
/openjdk7/jdk/src/share/classes/javax/print/attribute/
H A DAttributeSet.java280 public boolean isEmpty(); method in interface:AttributeSet
/openjdk7/jdk/src/share/classes/com/sun/org/apache/xml/internal/security/encryption/
H A DReferenceList.java82 public boolean isEmpty(); method in interface:ReferenceList
/openjdk7/jdk/src/share/classes/com/sun/tools/example/debug/gui/
H A DSearchPath.java57 public boolean isEmpty() { method in class:SearchPath
/openjdk7/langtools/src/share/classes/com/sun/tools/doclets/internal/toolkit/
H A DContent.java73 public abstract boolean isEmpty(); method in class:Content
81 return !isEmpty();
/openjdk7/jdk/src/share/classes/sun/security/x509/
H A DGeneralNames.java92 public boolean isEmpty() { method in class:GeneralNames
93 return names.isEmpty();
115 if (isEmpty()) {
/openjdk7/jdk/src/solaris/demo/jni/Poller/
H A DLinkedQueue.java54 10dec1998 dl added isEmpty
188 public synchronized boolean isEmpty() { method in class:LinkedQueue
/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/serializer/utils/
H A DBoolStack.java186 public boolean isEmpty() method in class:BoolStack
/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/utils/
H A DBoolStack.java177 public boolean isEmpty() method in class:BoolStack
/openjdk7/corba/src/share/classes/com/sun/corba/se/impl/ior/
H A DByteBuffer.java164 public boolean isEmpty() { method in class:ByteBuffer
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/runtime/
H A DStackValueCollection.java39 public boolean isEmpty() { return (size() == 0); } method in class:StackValueCollection

Completed in 128 milliseconds

12345678