|
CS 1705 Library | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use LogEntry | |
|---|---|
| cs1705.weblog | This package provides all of the course-specific classes based on the web log analyzer example from Chapter 4 of Objects First with Java by Michael Kolling and David Barnes. |
| Uses of LogEntry in cs1705.weblog |
|---|
| Methods in cs1705.weblog that return LogEntry | |
|---|---|
LogEntry |
LogScanner.next()
Analyze the next line from the log file and make it available via a LogEntry object. |
LogEntry |
LogReader.nextEntry()
Analyze the next line from the log file and make it available via a LogEntry object. |
LogEntry |
LogScanner.nextEntry()
A synonym for LogScanner.hasNext() provided for backward
compatibility with the older Java 1.4-style LogReader
class. |
| Methods in cs1705.weblog that return types with arguments of type LogEntry | |
|---|---|
Iterator<LogEntry> |
LogScanner.iterator()
Return this object, unchanged, to provide support for foreach-style loops. |
|
Last updated: Wed, Apr 1, 2009 12:29 AM EDT | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||