A B C D E F G H I J K L M N O P Q R S T U V W X Y 

B

BACKWARD - Static variable in class org.sharedx.fftw.Plan
Complex-to-complex backward (IFFT).
bars - Static variable in class org.shared.stat.plot.DataStyle
The default style for DataStyle.DataStyleType.BARS.
base64ToBytes(String) - Static method in class org.shared.codec.Codecs
Converts the given base 64 string into a byte array.
base64ToDoubles(String, ByteOrder) - Static method in class org.shared.codec.Codecs
Converts the given base 64 string into a double array.
base64ToDoubles(String) - Static method in class org.shared.codec.Codecs
Converts the given base 64 string into a double array.
base64ToInts(String, ByteOrder) - Static method in class org.shared.codec.Codecs
Converts the given base 64 string into an int array.
base64ToInts(String) - Static method in class org.shared.codec.Codecs
Converts the given base 64 string into an int array.
base64ToLongs(String, ByteOrder) - Static method in class org.shared.codec.Codecs
Converts the given base 64 string into a long array.
base64ToLongs(String) - Static method in class org.shared.codec.Codecs
Converts the given base 64 string into a long array.
BaseOobEvent - Class in org.shared.net.filter
A minimal implementation of OobEvent that can be subclassed into user-defined events.
BaseOobEvent(OobEvent.OobEventType, Source<OobEvent, SourceType>) - Constructor for class org.shared.net.filter.BaseOobEvent
Default constructor.
beginEnvironment() - Static method in class org.shared.util.IoBase
Begins building the mapping of environment variables for Thread.currentThread().
BenchmarkJava - Class in org.sharedx.test
A collection of Java performance benchmarks.
BenchmarkJava() - Constructor for class org.sharedx.test.BenchmarkJava
Default constructor.
BenchmarkNative - Class in org.sharedx.test
A collection of native performance benchmarks.
BenchmarkNative() - Constructor for class org.sharedx.test.BenchmarkNative
Default constructor.
BenchmarkSpecification - Interface in org.sharedx.test
A specification ascribed to by Java and native performance benchmarks.
binarySearchNearest(int[], int, int, int, RoundingMode) - Static method in class org.shared.util.Arrays
A variant of Arrays.binarySearch(int[], int, int, int) that finds the array index with value nearest to the given key, as determined by the provided RoundingMode.
binarySearchNearest(int[], int, int, int) - Static method in class org.shared.util.Arrays
binarySearchNearest(int[], int, RoundingMode) - Static method in class org.shared.util.Arrays
binarySearchNearest(int[], int) - Static method in class org.shared.util.Arrays
binarySearchNearest(double[], int, int, double, RoundingMode) - Static method in class org.shared.util.Arrays
A variant of Arrays.binarySearch(double[], int, int, double) that finds the array index with value nearest to the given key, as determined by the provided RoundingMode.
binarySearchNearest(double[], int, int, double) - Static method in class org.shared.util.Arrays
binarySearchNearest(double[], double, RoundingMode) - Static method in class org.shared.util.Arrays
binarySearchNearest(double[], double) - Static method in class org.shared.util.Arrays
binarySearchNearest(T[], int, int, T, RoundingMode) - Static method in class org.shared.util.Arrays
A variant of Arrays.binarySearch(Object[], int, int, Object) that finds the array index with value nearest to the given key, as determined by the provided RoundingMode.
binarySearchNearest(T[], int, int, T) - Static method in class org.shared.util.Arrays
binarySearchNearest(T[], T, RoundingMode) - Static method in class org.shared.util.Arrays
binarySearchNearest(T[], T) - Static method in class org.shared.util.Arrays
binarySearchNearest(T[], T, Comparator<? super T>, RoundingMode) - Static method in class org.shared.util.Arrays
A variant of Arrays.binarySearch(Object[], Object, Comparator) that finds the array index with value nearest to the given key, as determined by the provided RoundingMode.
binarySearchNearest(T[], T, Comparator<? super T>) - Static method in class org.shared.util.Arrays
binarySearchNearest(List<? extends T>, T, RoundingMode) - Static method in class org.shared.util.Arrays
A variant of Collections.binarySearch(List, Object) that finds the array index with value nearest to the given key, as determined by the provided RoundingMode.
binarySearchNearest(List<? extends T>, T) - Static method in class org.shared.util.Arrays
binarySearchNearest(List<? extends T>, T, Comparator<? super T>, RoundingMode) - Static method in class org.shared.util.Arrays
A variant of Collections.binarySearch(List, Object, Comparator) that finds the array index with value nearest to the given key, as determined by the provided RoundingMode.
binarySearchNearest(List<? extends T>, T, Comparator<? super T>) - Static method in class org.shared.util.Arrays
box(double[]) - Static method in class org.shared.util.Arrays
Boxes the given array of doubles.
box(int[]) - Static method in class org.shared.util.Arrays
Boxes the given array of ints.
bufferedHandler - Variable in class org.shared.net.nio.NioConnection
A NioConnection.WriteHandler used when writes are deferred.
Buffers - Class in org.shared.net
A static utility class for Buffer manipulations.
builderLocal - Static variable in class org.shared.log.Logging
A DocumentBuilder local to the current thread.
builderLocal - Static variable in class org.shared.net.filter.XmlFilterFactory
A DocumentBuilder local to the current thread.
BULK_TRANSFER_SIZE - Static variable in class org.shared.metaclass.MetaclassBase
The bulk transfer size for InputStreams and OutputStreams.
BULK_TRANSFER_SIZE - Static variable in class org.shared.util.IoBase
The bulk transfer size for InputStreams and OutputStreams.
bytesToBase64(byte[]) - Static method in class org.shared.codec.Codecs
Converts the given byte array into a base 64 string.
bytesToHex(byte[]) - Static method in class org.shared.codec.Codecs
Converts the given byte array into a hex string.
bytesToJpeg(byte[]) - Static method in class org.shared.image.IntensityImages
Converts a byte array to a BufferedImage.
byteValue() - Method in class org.shared.array.AbstractComplexArray.Complex
Gets the byte value.
A B C D E F G H I J K L M N O P Q R S T U V W X Y