Class MetacardIterator
java.lang.Object
ddf.catalog.transformer.csv.common.MetacardIterator
- All Implemented Interfaces:
Iterator<Serializable>
An implementation of java.util.Iterator which iterates over Metacard attribute values.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionMetacardIterator(ddf.catalog.data.Metacard metacard, List<ddf.catalog.data.AttributeDescriptor> attributeDescriptorList) -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.util.Iterator
forEachRemaining, remove
-
Constructor Details
-
MetacardIterator
public MetacardIterator(ddf.catalog.data.Metacard metacard, List<ddf.catalog.data.AttributeDescriptor> attributeDescriptorList) - Parameters:
metacard- the metacard to be iterated over.attributeDescriptorList- the list of attributeDescriptors used to determine which metacard attributes to return.
-
-
Method Details
-
hasNext
public boolean hasNext()- Specified by:
hasNextin interfaceIterator<Serializable>
-
next
- Specified by:
nextin interfaceIterator<Serializable>
-