Package org.apache.sis.feature.builder
Class AttributeTypeBuilder.RoleIter
java.lang.Object
org.apache.sis.internal.util.AbstractIterator<AttributeRole>
org.apache.sis.feature.builder.AttributeTypeBuilder.RoleIter
- All Implemented Interfaces:
Iterator<AttributeRole>
- Enclosing class:
- AttributeTypeBuilder<V>
The iterator returned by the
AttributeTypeBuilder.roles() set.-
Field Summary
FieldsFields inherited from class org.apache.sis.internal.util.AbstractIterator
next -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanhasNext()Prepares the nextAttributeRoleon which to iterate and returnstrueif suchAttributeRolehas been found.voidremove()Removes the element returned by the lastAbstractIterator.next()method.Methods inherited from class org.apache.sis.internal.util.AbstractIterator
nextMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.util.Iterator
forEachRemaining
-
Field Details
-
index
private int indexIndex of the nextAttributeRoleto return.
-
-
Constructor Details
-
RoleIter
private RoleIter()
-
-
Method Details
-
hasNext
public boolean hasNext()Prepares the nextAttributeRoleon which to iterate and returnstrueif suchAttributeRolehas been found. -
remove
public void remove()Removes the element returned by the lastAbstractIterator.next()method.
-