public class SingleAttributeIterator extends Object implements AttributeIterator
| Constructor and Description |
|---|
SingleAttributeIterator()
Creates a new SingleAttributeIterator object.
|
SingleAttributeIterator(AttributeRestriction restriction,
boolean distinct)
Creates a new SingleAttributeIterator object.
|
SingleAttributeIterator(DefaultMetaTreeNode treeNode)
Creates a new SingleAttributeIterator object.
|
SingleAttributeIterator(DefaultMetaTreeNode treeNode,
AttributeRestriction restriction,
boolean distinct)
Creates a new SingleAttributeIterator object.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasNext()
DOCUMENT ME!
|
boolean |
init(Collection metaAttributes)
public boolean init(Sirius.server.localserver.attribute.Attribute[] attributes) { this.nextElement = null;
this.attributes = null; this.i = 0; this.attributes = attributes; return true; }.
|
boolean |
init(DefaultMetaTreeNode treeNode)
DOCUMENT ME!
|
boolean |
init(Object object)
DOCUMENT ME!
|
boolean |
isDistinct()
DOCUMENT ME!
|
Sirius.server.localserver.attribute.Attribute |
next()
DOCUMENT ME!
|
public SingleAttributeIterator()
public SingleAttributeIterator(DefaultMetaTreeNode treeNode)
treeNode - DOCUMENT ME!public SingleAttributeIterator(AttributeRestriction restriction, boolean distinct)
restriction - DOCUMENT ME!distinct - DOCUMENT ME!public SingleAttributeIterator(DefaultMetaTreeNode treeNode, AttributeRestriction restriction, boolean distinct)
treeNode - DOCUMENT ME!restriction - DOCUMENT ME!distinct - DOCUMENT ME!public boolean init(Object object)
object - DOCUMENT ME!public boolean init(Collection metaAttributes)
metaAttributes - DOCUMENT ME!public boolean init(DefaultMetaTreeNode treeNode)
treeNode - DOCUMENT ME!public boolean hasNext()
AttributeIteratorhasNext in interface AttributeIteratorpublic Sirius.server.localserver.attribute.Attribute next()
throws NoSuchElementException
AttributeIteratornext in interface AttributeIteratorNoSuchElementException - DOCUMENT ME!public boolean isDistinct()
AttributeIteratorisDistinct in interface AttributeIteratorCopyright © 2012–2026 cismet GmbH. All rights reserved.