protected static class LatestURL.URLTime extends Object
LatestURL.getYoungest(java.util.Collection<java.net.URL>).| Modifier and Type | Field and Description |
|---|---|
private long |
modified
The modification time of the url above or zero for unknown.
|
private URL |
url
The url.
|
| Modifier | Constructor and Description |
|---|---|
protected |
URLTime(URL ref,
long time)
Constructs a new url plus time object from the url and the time.
|
| Modifier and Type | Method and Description |
|---|---|
long |
getModified()
Returns the modification time.
|
URL |
getURL()
Returns the url.
|
private final URL url
private final long modified
protected URLTime(URL ref, long time)
public URL getURL()
public long getModified()