public static class AnalysisProcessableDocument.MetaIterator
extends java.lang.Object
Constructor and Description |
---|
MetaIterator(com.exalead.ndoc.Document ndoc,
java.util.Set<java.lang.String> keptContexts) |
Modifier and Type | Method and Description |
---|---|
void |
close() |
boolean |
hasNext()
check that there is a next element and fetch the next if necessary
|
T |
next() |
void |
remove() |
protected Meta |
toElement(com.exalead.ndoc.DocumentChunk dc) |
public MetaIterator(com.exalead.ndoc.Document ndoc, java.util.Set<java.lang.String> keptContexts)
protected Meta toElement(com.exalead.ndoc.DocumentChunk dc)
public void close()
close
in interface java.io.Closeable
close
in interface java.lang.AutoCloseable
public boolean hasNext()
hasNext
in interface java.util.Iterator<T>
public final T next()
next
in interface java.util.Iterator<T>
public void remove()
remove
in interface java.util.Iterator<T>
Copyright © 2013 Dassault Systèmes, All Rights Reserved.