tmlab/majortom

Additional methods for literal index

Opened this issue · 6 comments

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 Sven.Kro...@googlemail.com on 15 Sep 2010 at 8:17

Issue 46 has been merged into this issue.

Original comment by Sven.Kro...@googlemail.com on 15 Sep 2010 at 8:35

Feature will be discussed for version 1.3

Original comment by Sven.Kro...@googlemail.com on 1 Nov 2010 at 2:35

  • Added labels: Priority-Low
  • Removed labels: Priority-Medium

Original comment by Sven.Kro...@googlemail.com on 18 Feb 2011 at 6:13

  • Added labels: Milestone-1.2.0
  • Removed labels: Database

Original comment by Sven.Kro...@googlemail.com on 18 Feb 2011 at 6:13

  • Added labels: Milestone-2.0.0
  • Removed labels: Milestone-1.2.0

Original comment by Sven.Kro...@googlemail.com on 4 Apr 2011 at 10:47

Original comment by Sven.Kro...@googlemail.com on 4 Apr 2011 at 10:48

  • Changed state: Accepted