public class DictionaryTranslateIteratorBuffer extends Object implements IteratorTripleString
| Constructor and Description |
|---|
DictionaryTranslateIteratorBuffer(IteratorTripleID iteratorTripleID,
FourSectionDictionary dictionary,
CharSequence s,
CharSequence p,
CharSequence o) |
DictionaryTranslateIteratorBuffer(IteratorTripleID iteratorTripleID,
FourSectionDictionary dictionary,
CharSequence s,
CharSequence p,
CharSequence o,
int blockSize) |
| Modifier and Type | Method and Description |
|---|---|
long |
estimatedNumResults() |
static int |
getBlockSize() |
void |
goToStart() |
boolean |
hasNext() |
TripleString |
next() |
ResultEstimationType |
numResultEstimation() |
void |
remove() |
static void |
setBlockSize(int size) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEachRemainingpublic DictionaryTranslateIteratorBuffer(IteratorTripleID iteratorTripleID, FourSectionDictionary dictionary, CharSequence s, CharSequence p, CharSequence o)
public DictionaryTranslateIteratorBuffer(IteratorTripleID iteratorTripleID, FourSectionDictionary dictionary, CharSequence s, CharSequence p, CharSequence o, int blockSize)
public boolean hasNext()
hasNext in interface Iterator<TripleString>public TripleString next()
next in interface Iterator<TripleString>public void remove()
remove in interface Iterator<TripleString>public void goToStart()
goToStart in interface IteratorTripleStringpublic long estimatedNumResults()
estimatedNumResults in interface IteratorTripleStringpublic ResultEstimationType numResultEstimation()
numResultEstimation in interface IteratorTripleStringpublic static void setBlockSize(int size)
public static int getBlockSize()
Copyright © 2018 DataWeb Research. All rights reserved.