|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.openstreetmap.josm.actions.search.SearchCompiler.Match
org.openstreetmap.josm.actions.search.SearchCompiler.CountRange
org.openstreetmap.josm.actions.search.SearchCompiler.TimestampRange
private static class SearchCompiler.TimestampRange
Matches objects with a timestamp in given range
Constructor Summary | |
---|---|
SearchCompiler.TimestampRange(long minCount,
long maxCount)
|
Method Summary | |
---|---|
protected java.lang.Long |
getCount(OsmPrimitive osm)
|
protected java.lang.String |
getCountString()
|
Methods inherited from class org.openstreetmap.josm.actions.search.SearchCompiler.CountRange |
---|
match, toString |
Methods inherited from class org.openstreetmap.josm.actions.search.SearchCompiler.Match |
---|
existsMatch, forallMatch |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public SearchCompiler.TimestampRange(long minCount, long maxCount)
Method Detail |
---|
protected java.lang.Long getCount(OsmPrimitive osm)
getCount
in class SearchCompiler.CountRange
protected java.lang.String getCountString()
getCountString
in class SearchCompiler.CountRange
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |