S - Represents the implementation type of this AXML interface.T - Represents the child component type.public interface AXML<S extends AXML<S,T>,T> extends java.lang.Iterable<T>, AXMLBase<S,T>
java.util.Iterable interface.LazyAXMLAXMLBase.Builder<S>, AXMLBase.Publisher<T>| Modifier and Type | Method and Description |
|---|---|
AXMLBase.Builder<S> |
builder()
Create a builder for new AXML component cloned from
this object, but
with empty children. |
java.util.Iterator<? extends T> |
getIterator() |
default java.util.Iterator<T> |
iterator() |
copy, getAcl, getGroupID, getUrlAXMLBase.Builder<S> builder()
this object, but
with empty children.java.util.Iterator<? extends T> getIterator()