Class SortedValues


  • public class SortedValues
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      SortedValues()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      int search​(boolean key, int minValue, int maxValue)  
      int search​(double key, int minValue, int maxValue)  
      int search​(java.lang.String key, int minValue, int maxValue)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • SortedValues

        public SortedValues()
    • Method Detail

      • search

        public int search​(double key,
                          int minValue,
                          int maxValue)
      • search

        public int search​(java.lang.String key,
                          int minValue,
                          int maxValue)
      • search

        public int search​(boolean key,
                          int minValue,
                          int maxValue)