All Classes
-
All Classes Class Summary Exception Summary Class Description ArrayDimensionException ArrayWrapper Utility class to deal with arraysArrayWrapper_Test Test suite for ArrayWrapperDummyPoint FlatException Generated when one attemps to flatten an array that is not rectangularNotAnArrayException Exception indicating that an object is not a java arrayNotComparableException Exception generated when two objects cannot be compared Such cases happen when an object does not implement the Comparable interface or when the comparison produces a ClassCastExceptionObjectArrayException Generated when one tries to access an array of primitive values as an array of ObjectsPrimitiveArrayException Generated when one tries to convert an arrays into a primitive array of the wrong typeRectangularArrayBuilder Builds rectangular java arraysRectangularArrayBuilder_Test Test suite for RectangularArrayBuilderRectangularArrayExamples Utility class that makes example rectangular java arrays of 2 and 3 dimensions for all primitive types, String and Point (as an example of array of non primitive object)RectangularArraySummary Utility class to extract something from a rectangular arrayRJavaArrayIterator RJavaArrayTools RJavaArrayTools_Test RJavaArrayTools.ArrayDimensionMismatchException RJavaClassLoader Class loader used internally by rJava The class manages the class paths and the native libraries (jri, ...)RJavaComparator Utility class to compare two objects in the sense of the java.lang.Comparable interfaceRJavaImport Utilities to manage java packages and how they are "imported" to R databases.RJavaTools Tools used internally by rJava.RJavaTools_Test RJavaTools_Test.TestException TestException Generated as part of testing rjava internal java tools