| Package | Description |
|---|---|
| javatools.database | |
| javatools.datatypes | |
| javatools.filehandlers | |
| javatools.parsers |
| Modifier and Type | Class and Description |
|---|---|
class |
ResultIterator<T>
This class is part of the Java Tools (see http://mpii.de/yago-naga/javatools).
|
| Modifier and Type | Class and Description |
|---|---|
class |
FilteredIterator<T>
This class is part of the Java Tools (see http://mpii.de/yago-naga/javatools).
|
static class |
FilteredIterator.IgnoreErrors<T>
Wraps an iterator and skips elements that produce an exception
|
static class |
PeekIterator.ElementaryPeekIterator<T>
A Peek iterator with one single element
|
static class |
PeekIterator.SimplePeekIterator<T>
A PeekIterator that can iterate over another iterator or over a list of elements
|
| Modifier and Type | Field and Description |
|---|---|
protected static PeekIterator<java.lang.Object> |
PeekIterator.EMPTY
An empty PeekIterator
|
| Modifier and Type | Method and Description |
|---|---|
static <K> PeekIterator<K> |
PeekIterator.emptyIterator()
returns a constant empty iterator
|
PeekIterator<java.lang.CharSequence> |
Trie.iterator() |
PeekIterator<java.lang.Integer> |
IntSet.iterator() |
PeekIterator<E> |
PQRTree.iterator()
Iterates over the leaves in the right order
|
PeekIterator<java.lang.Integer> |
BitVector.iterator() |
PeekIterator<K> |
IntHashMap.keys()
Returns keys.
|
PeekIterator<java.lang.Integer> |
IntKeyMap.keys()
Returns keys.
|
PeekIterator<K> |
DoubleHashMap.keys()
Returns keys.
|
PeekIterator<java.lang.CharSequence> |
Trie.wordsIn(java.lang.CharSequence text)
Returns all words found
|
| Modifier and Type | Class and Description |
|---|---|
class |
ByteFileLines
This class is part of the Java Tools (see http://mpii.de/yago-naga/javatools).
|
class |
ByteMatchReader
This class is part of the Java Tools (see http://mpii.de/yago-naga/javatools).
|
class |
CSVLines
This class is part of the Java Tools (see http://mpii.de/yago-naga/javatools).
|
class |
DeepFileSet
This class is part of the Java Tools (see http://mpii.de/yago-naga/javatools).
|
class |
FileLines
This class is part of the Java Tools (see
http://mpii.de/yago-naga/javatools).
|
class |
MatchReader
This class is part of the Java Tools (see http://mpii.de/yago-naga/javatools).
|
| Modifier and Type | Method and Description |
|---|---|
PeekIterator<java.util.List<java.lang.String>> |
RegularExpression.iterator()
Returns an iterator over incarnations of the expression
|