Class BinarySearch

java.lang.Object
llnl.gnem.core.polygon.BinarySearch

public class BinarySearch extends Object
User: dodge1 Date: Jul 26, 2005 Time: 12:02:27 PM
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static int[]
    bounds(double[] array, double value)
     
    static int[]
    bounds(float[] array, float value)
     
    static int[]
    range(double[] array, double floor, double ceiling)
     
    static int[]
    range(float[] array, float floor, float ceiling)
     

    Methods inherited from class java.lang.Object

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

    • BinarySearch

      public BinarySearch()
  • Method Details

    • bounds

      public static int[] bounds(double[] array, double value)
    • bounds

      public static int[] bounds(float[] array, float value)
    • range

      public static int[] range(double[] array, double floor, double ceiling)
    • range

      public static int[] range(float[] array, float floor, float ceiling)