Index

A B C D E F G H I J K L M N P Q R S T V W 
All Classes and Interfaces|All Packages|Constant Field Values

I

i() - Method in record class cs2110.IPair
Returns the value of the i record component.
index(Iterable<String>) - Method in class cs2110.DictIndexer
 
index(Iterable<String>) - Method in class cs2110.Indexer
Create an index of the words in the text sources with filenames `sortedSrcNames`.
index(Iterable<String>) - Method in class cs2110.TwoPassIndexer
 
IndexedSeq<T> - Interface in cs2110
A sequence of elements of type `T`, which can be accessed via their 0-based index.
IndexedSeq.Itr<T> - Class in cs2110
An iterator over an indexed sequence of elements of type `T`.
Indexer - Class in cs2110
Represents the capability of creating an index of distinct words found across multiple input sources and the line numbers they occur on.
Indexer() - Constructor for class cs2110.Indexer
 
IndexerApp - Class in cs2110
Indexes words found in text files specified via program arguments, printing the index to `System.out`.
IndexerApp() - Constructor for class cs2110.IndexerApp
 
INITIAL_CAPACITY - Static variable in class cs2110.ProbingStringDict
The initial capacity of the hash table for new instances of `ProbingStringDict`.
ioException() - Method in class cs2110.WordScanner
Return the last IOException thrown by our source Reader, or null if no IOExceptions have been thrown.
IPair - Record Class in cs2110
An ordered pair of integers (`i`, `j`).
IPair(int, int) - Constructor for record class cs2110.IPair
Creates an instance of a IPair record class.
isEmpty() - Method in interface cs2110.IndexedSeq
Return whether this sequence currently contains no elements.
iterator() - Method in interface cs2110.IndexedSeq
 
iterator() - Method in class cs2110.JavaStringDict
 
iterator() - Method in class cs2110.ProbingStringDict
 
Itr(IndexedSeq<T>) - Constructor for class cs2110.IndexedSeq.Itr
Create an iterator over `seq`.
A B C D E F G H I J K L M N P Q R S T V W 
All Classes and Interfaces|All Packages|Constant Field Values