| Package | Description |
|---|---|
| net |
| Modifier and Type | Field and Description |
|---|---|
private LatestURL.URLTime |
LatestURL.latest
The youngest URL from the current cache.
|
| Modifier and Type | Method and Description |
|---|---|
protected LatestURL.URLTime |
DateIncludingURL.deduceYoungest(Collection<URL> cc)
The base class only uses the modification time of the url.
|
protected LatestURL.URLTime |
LatestURL.deduceYoungest(Collection<URL> cc)
The base class only uses the modification time of the url.
|
private static LatestURL.URLTime |
LatestURL.getYoungest(Collection<URL> filtered)
Takes a collection of filtered references and returns the newest one.
|