public class BufferUtils extends Object
Constructor and Description |
---|
BufferUtils() |
Modifier and Type | Method and Description |
---|---|
static int |
binarySearch(DoubleBuffer buf,
int minIndex,
int maxIndex,
double value) |
static int |
binarySearch(FloatBuffer buf,
int minIndex,
int maxIndex,
float value) |
public static int binarySearch(DoubleBuffer buf, int minIndex, int maxIndex, double value)
public static int binarySearch(FloatBuffer buf, int minIndex, int maxIndex, float value)
Copyright © 2011–2015. All rights reserved.