public class FeedInfoFile
extends java.lang.Object
Constructor | Description |
---|---|
FeedInfoFile() |
Minimum Constructor
|
FeedInfoFile(java.lang.String fileName) |
Constructor with File name
|
Modifier and Type | Method | Description |
---|---|---|
FeedInfoRecord |
get(java.lang.String key) |
Determines the FeedInfo for the key.
|
java.util.List<java.lang.String> |
getCikNumbers() |
Determines the set of all different existing CIK numbers which have
filings
|
java.util.Collection<FeedInfoRecord> |
getFeedInfo() |
Returns all filings
|
java.util.Collection<FeedInfoRecord> |
getFeedInfoByCikNumber(java.lang.String number) |
Returns all the filings for the indicated CIK number
|
java.io.File |
getFile() |
Returns the file with the index
|
void |
put(java.lang.String key,
FeedInfoRecord value) |
Adds an entry into the index
|
int |
size() |
Determines the size of the index
|
public FeedInfoFile() throws java.io.IOException
java.io.IOException
public FeedInfoFile(java.lang.String fileName) throws java.io.IOException
fileName
- java.io.IOException
public java.io.File getFile()
public FeedInfoRecord get(java.lang.String key)
key
- public void put(java.lang.String key, FeedInfoRecord value)
key
- value
- public int size()
public java.util.List<java.lang.String> getCikNumbers()
public java.util.Collection<FeedInfoRecord> getFeedInfoByCikNumber(java.lang.String number)
number
- public java.util.Collection<FeedInfoRecord> getFeedInfo()