Uses of Class
javatools.datatypes.PeekIterator

Packages that use PeekIterator
javatools.database   
javatools.datatypes   
javatools.filehandlers   
javatools.parsers   
 

Uses of PeekIterator in javatools.database
 

Subclasses of PeekIterator in javatools.database
 class ResultIterator<T>
          This class is part of the Java Tools (see http://mpii.de/yago-naga/javatools).
 

Uses of PeekIterator in javatools.datatypes
 

Subclasses of PeekIterator in javatools.datatypes
 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
 

Methods in javatools.datatypes that return PeekIterator
static
<K> PeekIterator<K>
PeekIterator.emptyIterator()
          returns a constant empty iterator
 PeekIterator<java.lang.CharSequence> Trie.iterator()
           
 PeekIterator<E> PQRTree.iterator()
          Iterates over the leaves in the right order
 PeekIterator<java.lang.Integer> BitVector.iterator()
           
 PeekIterator<java.lang.Integer> IntSet.iterator()
           
 PeekIterator<K> IntHashMap.keys()
          Returns keys.
 PeekIterator<K> DoubleHashMap.keys()
          Returns keys.
 PeekIterator<java.lang.CharSequence> Trie.wordsIn(java.lang.CharSequence text)
          Returns all words found
 

Uses of PeekIterator in javatools.filehandlers
 

Subclasses of PeekIterator in javatools.filehandlers
 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).
 

Uses of PeekIterator in javatools.parsers
 

Methods in javatools.parsers that return PeekIterator
 PeekIterator<java.util.List<java.lang.String>> RegularExpression.iterator()
          Returns an iterator over incarnations of the expression