public static class AnalysisProcessableDocument.MetaValueIterator
extends java.lang.Object
Constructor and Description |
---|
MetaValueIterator(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 java.lang.String |
toElement(com.exalead.ndoc.DocumentChunk dc) |
public MetaValueIterator(com.exalead.ndoc.Document ndoc, java.util.Set<java.lang.String> keptContexts)
protected java.lang.String toElement(com.exalead.ndoc.DocumentChunk dc)
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>
public void close()
close
in interface java.io.Closeable
close
in interface java.lang.AutoCloseable
Copyright © 2013 Dassault Systèmes, All Rights Reserved.