Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Additional methods for literal index #54

Open
GoogleCodeExporter opened this issue Jun 1, 2015 · 6 comments
Open

Additional methods for literal index #54

GoogleCodeExporter opened this issue Jun 1, 2015 · 6 comments

Comments

@GoogleCodeExporter
Copy link

the literal index should have additional methods to select all occurrences, 
variants:

- with a numeric value in a defined range 
   getLongs(long from, long to)
   getIntegers(int from, int to)
   getFloats(float from, float to)
   getDoubles(double from, double to)
- with a time or date value in a defined range
   getDateTimes(Calendar from, Calendar to)

Original issue reported on code.google.com by [email protected] on 15 Sep 2010 at 8:17

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant