Class FilterTest.LessThan

java.lang.Object
org.biojava.bio.search.FilterTest.LessThan
All Implemented Interfaces:
FilterTest
Enclosing interface:
FilterTest

public static class FilterTest.LessThan extends Object implements FilterTest
Tests that the value associated with the specified key is less than the specified threshold. The test assumes that value is a String representing a real number. If not, the test will return null.
  • Constructor Details

    • LessThan

      public LessThan(double threshold)
  • Method Details