| Package | Description |
|---|---|
| javatools.database | |
| javatools.datatypes | |
| javatools.filehandlers | |
| javatools.parsers |
| Modifier and Type | Class and Description |
|---|---|
class |
ResultIterator<T>
Copyright 2016 Fabian M.
|
| Modifier and Type | Class and Description |
|---|---|
class |
FilteredIterator<T>
Copyright 2016 Fabian M.
|
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<Object> |
PeekIterator.EMPTY
An empty PeekIterator
|
| Modifier and Type | Method and Description |
|---|---|
static <K> PeekIterator<K> |
PeekIterator.emptyIterator()
returns a constant empty iterator
|
PeekIterator<Map.Entry<CharSequence,V>> |
TrieMap.entriesIn(CharSequence text)
Returns all entries found in 'text'
|
PeekIterator<CharSequence> |
Trie.iterator() |
PeekIterator<Integer> |
BitVector.iterator() |
PeekIterator<Integer> |
IntSet.iterator() |
PeekIterator<E> |
PQRTree.iterator()
Iterates over the leaves in the right order
|
PeekIterator<Integer> |
IntKeyMap.keys()
Returns keys.
|
PeekIterator<K> |
IntHashMap.keys()
Returns keys.
|
PeekIterator<K> |
DoubleHashMap.keys()
Returns keys.
|
PeekIterator<CharSequence> |
Trie.wordsIn(CharSequence text)
Returns all words found
|
PeekIterator<CharSequence> |
TrieMap.wordsIn(CharSequence text)
Returns all words found in 'text'
|
| Modifier and Type | Class and Description |
|---|---|
class |
ByteFileLines
Copyright 2016 Fabian M.
|
class |
ByteMatchReader
Copyright 2016 Fabian M.
|
class |
CSVLines
Copyright 2016 Fabian M.
|
class |
DeepFileSet
Copyright 2016 Fabian M.
|
class |
FileLines
Copyright 2016 Fabian M.
|
class |
MatchReader
Copyright 2016 Fabian M.
|
| Modifier and Type | Method and Description |
|---|---|
PeekIterator<List<String>> |
RegularExpression.iterator()
Returns an iterator over incarnations of the expression
|
Copyright © 2018. All rights reserved.