All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class COM.objectspace.jgl.voyager.algorithms.VComparing

java.lang.Object
   |
   +----COM.objectspace.voyager.VObject
           |
           +----COM.objectspace.jgl.voyager.algorithms.VComparing

public class VComparing
extends VObject
VComparing is the virtual class of Comparing.


Constructor Index

 o VComparing()
Construct a VComparing that is not associated with an object.
 o VComparing(VSubspace)
Construct a VComparing and connect it to the specified object.

Method Index

 o equal(Container, Container, Messenger, String)
 o equal(Container, Container, Messenger, String, long)
 o equal(Container, Container, String)
 o equal(Container, Container, String, long)
 o equal(InputIterator, InputIterator, InputIterator, Messenger, String)
 o equal(InputIterator, InputIterator, InputIterator, Messenger, String, long)
 o equal(InputIterator, InputIterator, InputIterator, String)
 o equal(InputIterator, InputIterator, InputIterator, String, long)
 o getOriginalClassName()
 o lexicographicalCompare(Container, Container, BinaryPredicate, Messenger, String)
 o lexicographicalCompare(Container, Container, BinaryPredicate, Messenger, String, long)
 o lexicographicalCompare(Container, Container, BinaryPredicate, String)
 o lexicographicalCompare(Container, Container, BinaryPredicate, String, long)
 o lexicographicalCompare(Container, Container, Messenger, String)
 o lexicographicalCompare(Container, Container, Messenger, String, long)
 o lexicographicalCompare(Container, Container, String)
 o lexicographicalCompare(Container, Container, String, long)
 o lexicographicalCompare(InputIterator, InputIterator, InputIterator, InputIterator, BinaryPredicate, Messenger, String)
 o lexicographicalCompare(InputIterator, InputIterator, InputIterator, InputIterator, BinaryPredicate, Messenger, String, long)
 o lexicographicalCompare(InputIterator, InputIterator, InputIterator, InputIterator, BinaryPredicate, String)
 o lexicographicalCompare(InputIterator, InputIterator, InputIterator, InputIterator, BinaryPredicate, String, long)
 o lexicographicalCompare(InputIterator, InputIterator, InputIterator, InputIterator, Messenger, String)
 o lexicographicalCompare(InputIterator, InputIterator, InputIterator, InputIterator, Messenger, String, long)
 o lexicographicalCompare(InputIterator, InputIterator, InputIterator, InputIterator, String)
 o lexicographicalCompare(InputIterator, InputIterator, InputIterator, InputIterator, String, long)
 o median(Object, Object, Object, BinaryPredicate, Messenger, String)
 o median(Object, Object, Object, BinaryPredicate, Messenger, String, long)
 o median(Object, Object, Object, BinaryPredicate, String)
 o median(Object, Object, Object, BinaryPredicate, String, long)
 o mismatch(Container, Container, BinaryPredicate, Messenger, String)
 o mismatch(Container, Container, BinaryPredicate, Messenger, String, long)
 o mismatch(Container, Container, BinaryPredicate, String)
 o mismatch(Container, Container, BinaryPredicate, String, long)
 o mismatch(Container, Container, Messenger, String)
 o mismatch(Container, Container, Messenger, String, long)
 o mismatch(Container, Container, String)
 o mismatch(Container, Container, String, long)
 o mismatch(InputIterator, InputIterator, InputIterator, BinaryPredicate, Messenger, String)
 o mismatch(InputIterator, InputIterator, InputIterator, BinaryPredicate, Messenger, String, long)
 o mismatch(InputIterator, InputIterator, InputIterator, BinaryPredicate, String)
 o mismatch(InputIterator, InputIterator, InputIterator, BinaryPredicate, String, long)
 o mismatch(InputIterator, InputIterator, InputIterator, Messenger, String)
 o mismatch(InputIterator, InputIterator, InputIterator, Messenger, String, long)
 o mismatch(InputIterator, InputIterator, InputIterator, String)
 o mismatch(InputIterator, InputIterator, InputIterator, String, long)
 o originalIsInterface()

Constructors

 o VComparing
 public VComparing()
Construct a VComparing that is not associated with an object. This function is used internally by Voyager and should not be invoked by user code. Any attempt to send a message to a reference created using this default constructor will cause a NullPointerException to be thrown.

 o VComparing
 public VComparing(VSubspace reference) throws VoyagerException
Construct a VComparing and connect it to the specified object.

Parameters:
reference - A reference to the object to connect to.
Throws: VoyagerException
A voyager-related exception occurred.

Methods

 o getOriginalClassName
 public String getOriginalClassName()
Overrides:
getOriginalClassName in class VObject
 o originalIsInterface
 public boolean originalIsInterface()
Overrides:
originalIsInterface in class VObject
 o median
 public static Result median(Object arg1,
                             Object arg2,
                             Object arg3,
                             BinaryPredicate arg4,
                             Messenger __messenger,
                             String __address,
                             long __timeout) throws VoyagerException
Parameters:
__messenger - The messenger that should be used to invoke the method.
__address - The address of the program that contains the class.
__timeout - The timeout valie in milliseconds.
Throws: VoyagerException
A voyager-related exception occurred.
 o median
 public static Result median(Object arg1,
                             Object arg2,
                             Object arg3,
                             BinaryPredicate arg4,
                             Messenger __messenger,
                             String __address) throws VoyagerException
Parameters:
__messenger - The messenger that should be used to invoke the method.
__address - The address of the program that contains the class.
Throws: VoyagerException
A voyager-related exception occurred.
 o median
 public static Object median(Object arg1,
                             Object arg2,
                             Object arg3,
                             BinaryPredicate arg4,
                             String __address,
                             long __timeout) throws VoyagerException
Parameters:
__address - The address of the program that contains the class.
__timeout - The timeout valie in milliseconds.
Throws: VoyagerException
A voyager-related exception occurred.
 o median
 public static Object median(Object arg1,
                             Object arg2,
                             Object arg3,
                             BinaryPredicate arg4,
                             String __address) throws VoyagerException
Parameters:
__address - The address of the program that contains the class.
Throws: VoyagerException
A voyager-related exception occurred.
 o mismatch
 public static Result mismatch(InputIterator arg1,
                               InputIterator arg2,
                               InputIterator arg3,
                               Messenger __messenger,
                               String __address,
                               long __timeout) throws VoyagerException
Parameters:
__messenger - The messenger that should be used to invoke the method.
__address - The address of the program that contains the class.
__timeout - The timeout valie in milliseconds.
Throws: VoyagerException
A voyager-related exception occurred.
 o mismatch
 public static Result mismatch(InputIterator arg1,
                               InputIterator arg2,
                               InputIterator arg3,
                               Messenger __messenger,
                               String __address) throws VoyagerException
Parameters:
__messenger - The messenger that should be used to invoke the method.
__address - The address of the program that contains the class.
Throws: VoyagerException
A voyager-related exception occurred.
 o mismatch
 public static Pair mismatch(InputIterator arg1,
                             InputIterator arg2,
                             InputIterator arg3,
                             String __address,
                             long __timeout) throws VoyagerException
Parameters:
__address - The address of the program that contains the class.
__timeout - The timeout valie in milliseconds.
Throws: VoyagerException
A voyager-related exception occurred.
 o mismatch
 public static Pair mismatch(InputIterator arg1,
                             InputIterator arg2,
                             InputIterator arg3,
                             String __address) throws VoyagerException
Parameters:
__address - The address of the program that contains the class.
Throws: VoyagerException
A voyager-related exception occurred.
 o mismatch
 public static Result mismatch(Container arg1,
                               Container arg2,
                               Messenger __messenger,
                               String __address,
                               long __timeout) throws VoyagerException
Parameters:
__messenger - The messenger that should be used to invoke the method.
__address - The address of the program that contains the class.
__timeout - The timeout valie in milliseconds.
Throws: VoyagerException
A voyager-related exception occurred.
 o mismatch
 public static Result mismatch(Container arg1,
                               Container arg2,
                               Messenger __messenger,
                               String __address) throws VoyagerException
Parameters:
__messenger - The messenger that should be used to invoke the method.
__address - The address of the program that contains the class.
Throws: VoyagerException
A voyager-related exception occurred.
 o mismatch
 public static Pair mismatch(Container arg1,
                             Container arg2,
                             String __address,
                             long __timeout) throws VoyagerException
Parameters:
__address - The address of the program that contains the class.
__timeout - The timeout valie in milliseconds.
Throws: VoyagerException
A voyager-related exception occurred.
 o mismatch
 public static Pair mismatch(Container arg1,
                             Container arg2,
                             String __address) throws VoyagerException
Parameters:
__address - The address of the program that contains the class.
Throws: VoyagerException
A voyager-related exception occurred.
 o mismatch
 public static Result mismatch(InputIterator arg1,
                               InputIterator arg2,
                               InputIterator arg3,
                               BinaryPredicate arg4,
                               Messenger __messenger,
                               String __address,
                               long __timeout) throws VoyagerException
Parameters:
__messenger - The messenger that should be used to invoke the method.
__address - The address of the program that contains the class.
__timeout - The timeout valie in milliseconds.
Throws: VoyagerException
A voyager-related exception occurred.
 o mismatch
 public static Result mismatch(InputIterator arg1,
                               InputIterator arg2,
                               InputIterator arg3,
                               BinaryPredicate arg4,
                               Messenger __messenger,
                               String __address) throws VoyagerException
Parameters:
__messenger - The messenger that should be used to invoke the method.
__address - The address of the program that contains the class.
Throws: VoyagerException
A voyager-related exception occurred.
 o mismatch
 public static Pair mismatch(InputIterator arg1,
                             InputIterator arg2,
                             InputIterator arg3,
                             BinaryPredicate arg4,
                             String __address,
                             long __timeout) throws VoyagerException
Parameters:
__address - The address of the program that contains the class.
__timeout - The timeout valie in milliseconds.
Throws: VoyagerException
A voyager-related exception occurred.
 o mismatch
 public static Pair mismatch(InputIterator arg1,
                             InputIterator arg2,
                             InputIterator arg3,
                             BinaryPredicate arg4,
                             String __address) throws VoyagerException
Parameters:
__address - The address of the program that contains the class.
Throws: VoyagerException
A voyager-related exception occurred.
 o mismatch
 public static Result mismatch(Container arg1,
                               Container arg2,
                               BinaryPredicate arg3,
                               Messenger __messenger,
                               String __address,
                               long __timeout) throws VoyagerException
Parameters:
__messenger - The messenger that should be used to invoke the method.
__address - The address of the program that contains the class.
__timeout - The timeout valie in milliseconds.
Throws: VoyagerException
A voyager-related exception occurred.
 o mismatch
 public static Result mismatch(Container arg1,
                               Container arg2,
                               BinaryPredicate arg3,
                               Messenger __messenger,
                               String __address) throws VoyagerException
Parameters:
__messenger - The messenger that should be used to invoke the method.
__address - The address of the program that contains the class.
Throws: VoyagerException
A voyager-related exception occurred.
 o mismatch
 public static Pair mismatch(Container arg1,
                             Container arg2,
                             BinaryPredicate arg3,
                             String __address,
                             long __timeout) throws VoyagerException
Parameters:
__address - The address of the program that contains the class.
__timeout - The timeout valie in milliseconds.
Throws: VoyagerException
A voyager-related exception occurred.
 o mismatch
 public static Pair mismatch(Container arg1,
                             Container arg2,
                             BinaryPredicate arg3,
                             String __address) throws VoyagerException
Parameters:
__address - The address of the program that contains the class.
Throws: VoyagerException
A voyager-related exception occurred.
 o equal
 public static Result equal(InputIterator arg1,
                            InputIterator arg2,
                            InputIterator arg3,
                            Messenger __messenger,
                            String __address,
                            long __timeout) throws VoyagerException
Parameters:
__messenger - The messenger that should be used to invoke the method.
__address - The address of the program that contains the class.
__timeout - The timeout valie in milliseconds.
Throws: VoyagerException
A voyager-related exception occurred.
 o equal
 public static Result equal(InputIterator arg1,
                            InputIterator arg2,
                            InputIterator arg3,
                            Messenger __messenger,
                            String __address) throws VoyagerException
Parameters:
__messenger - The messenger that should be used to invoke the method.
__address - The address of the program that contains the class.
Throws: VoyagerException
A voyager-related exception occurred.
 o equal
 public static boolean equal(InputIterator arg1,
                             InputIterator arg2,
                             InputIterator arg3,
                             String __address,
                             long __timeout) throws VoyagerException
Parameters:
__address - The address of the program that contains the class.
__timeout - The timeout valie in milliseconds.
Throws: VoyagerException
A voyager-related exception occurred.
 o equal
 public static boolean equal(InputIterator arg1,
                             InputIterator arg2,
                             InputIterator arg3,
                             String __address) throws VoyagerException
Parameters:
__address - The address of the program that contains the class.
Throws: VoyagerException
A voyager-related exception occurred.
 o equal
 public static Result equal(Container arg1,
                            Container arg2,
                            Messenger __messenger,
                            String __address,
                            long __timeout) throws VoyagerException
Parameters:
__messenger - The messenger that should be used to invoke the method.
__address - The address of the program that contains the class.
__timeout - The timeout valie in milliseconds.
Throws: VoyagerException
A voyager-related exception occurred.
 o equal
 public static Result equal(Container arg1,
                            Container arg2,
                            Messenger __messenger,
                            String __address) throws VoyagerException
Parameters:
__messenger - The messenger that should be used to invoke the method.
__address - The address of the program that contains the class.
Throws: VoyagerException
A voyager-related exception occurred.
 o equal
 public static boolean equal(Container arg1,
                             Container arg2,
                             String __address,
                             long __timeout) throws VoyagerException
Parameters:
__address - The address of the program that contains the class.
__timeout - The timeout valie in milliseconds.
Throws: VoyagerException
A voyager-related exception occurred.
 o equal
 public static boolean equal(Container arg1,
                             Container arg2,
                             String __address) throws VoyagerException
Parameters:
__address - The address of the program that contains the class.
Throws: VoyagerException
A voyager-related exception occurred.
 o lexicographicalCompare
 public static Result lexicographicalCompare(InputIterator arg1,
                                             InputIterator arg2,
                                             InputIterator arg3,
                                             InputIterator arg4,
                                             Messenger __messenger,
                                             String __address,
                                             long __timeout) throws VoyagerException
Parameters:
__messenger - The messenger that should be used to invoke the method.
__address - The address of the program that contains the class.
__timeout - The timeout valie in milliseconds.
Throws: VoyagerException
A voyager-related exception occurred.
 o lexicographicalCompare
 public static Result lexicographicalCompare(InputIterator arg1,
                                             InputIterator arg2,
                                             InputIterator arg3,
                                             InputIterator arg4,
                                             Messenger __messenger,
                                             String __address) throws VoyagerException
Parameters:
__messenger - The messenger that should be used to invoke the method.
__address - The address of the program that contains the class.
Throws: VoyagerException
A voyager-related exception occurred.
 o lexicographicalCompare
 public static boolean lexicographicalCompare(InputIterator arg1,
                                              InputIterator arg2,
                                              InputIterator arg3,
                                              InputIterator arg4,
                                              String __address,
                                              long __timeout) throws VoyagerException
Parameters:
__address - The address of the program that contains the class.
__timeout - The timeout valie in milliseconds.
Throws: VoyagerException
A voyager-related exception occurred.
 o lexicographicalCompare
 public static boolean lexicographicalCompare(InputIterator arg1,
                                              InputIterator arg2,
                                              InputIterator arg3,
                                              InputIterator arg4,
                                              String __address) throws VoyagerException
Parameters:
__address - The address of the program that contains the class.
Throws: VoyagerException
A voyager-related exception occurred.
 o lexicographicalCompare
 public static Result lexicographicalCompare(Container arg1,
                                             Container arg2,
                                             Messenger __messenger,
                                             String __address,
                                             long __timeout) throws VoyagerException
Parameters:
__messenger - The messenger that should be used to invoke the method.
__address - The address of the program that contains the class.
__timeout - The timeout valie in milliseconds.
Throws: VoyagerException
A voyager-related exception occurred.
 o lexicographicalCompare
 public static Result lexicographicalCompare(Container arg1,
                                             Container arg2,
                                             Messenger __messenger,
                                             String __address) throws VoyagerException
Parameters:
__messenger - The messenger that should be used to invoke the method.
__address - The address of the program that contains the class.
Throws: VoyagerException
A voyager-related exception occurred.
 o lexicographicalCompare
 public static boolean lexicographicalCompare(Container arg1,
                                              Container arg2,
                                              String __address,
                                              long __timeout) throws VoyagerException
Parameters:
__address - The address of the program that contains the class.
__timeout - The timeout valie in milliseconds.
Throws: VoyagerException
A voyager-related exception occurred.
 o lexicographicalCompare
 public static boolean lexicographicalCompare(Container arg1,
                                              Container arg2,
                                              String __address) throws VoyagerException
Parameters:
__address - The address of the program that contains the class.
Throws: VoyagerException
A voyager-related exception occurred.
 o lexicographicalCompare
 public static Result lexicographicalCompare(InputIterator arg1,
                                             InputIterator arg2,
                                             InputIterator arg3,
                                             InputIterator arg4,
                                             BinaryPredicate arg5,
                                             Messenger __messenger,
                                             String __address,
                                             long __timeout) throws VoyagerException
Parameters:
__messenger - The messenger that should be used to invoke the method.
__address - The address of the program that contains the class.
__timeout - The timeout valie in milliseconds.
Throws: VoyagerException
A voyager-related exception occurred.
 o lexicographicalCompare
 public static Result lexicographicalCompare(InputIterator arg1,
                                             InputIterator arg2,
                                             InputIterator arg3,
                                             InputIterator arg4,
                                             BinaryPredicate arg5,
                                             Messenger __messenger,
                                             String __address) throws VoyagerException
Parameters:
__messenger - The messenger that should be used to invoke the method.
__address - The address of the program that contains the class.
Throws: VoyagerException
A voyager-related exception occurred.
 o lexicographicalCompare
 public static boolean lexicographicalCompare(InputIterator arg1,
                                              InputIterator arg2,
                                              InputIterator arg3,
                                              InputIterator arg4,
                                              BinaryPredicate arg5,
                                              String __address,
                                              long __timeout) throws VoyagerException
Parameters:
__address - The address of the program that contains the class.
__timeout - The timeout valie in milliseconds.
Throws: VoyagerException
A voyager-related exception occurred.
 o lexicographicalCompare
 public static boolean lexicographicalCompare(InputIterator arg1,
                                              InputIterator arg2,
                                              InputIterator arg3,
                                              InputIterator arg4,
                                              BinaryPredicate arg5,
                                              String __address) throws VoyagerException
Parameters:
__address - The address of the program that contains the class.
Throws: VoyagerException
A voyager-related exception occurred.
 o lexicographicalCompare
 public static Result lexicographicalCompare(Container arg1,
                                             Container arg2,
                                             BinaryPredicate arg3,
                                             Messenger __messenger,
                                             String __address,
                                             long __timeout) throws VoyagerException
Parameters:
__messenger - The messenger that should be used to invoke the method.
__address - The address of the program that contains the class.
__timeout - The timeout valie in milliseconds.
Throws: VoyagerException
A voyager-related exception occurred.
 o lexicographicalCompare
 public static Result lexicographicalCompare(Container arg1,
                                             Container arg2,
                                             BinaryPredicate arg3,
                                             Messenger __messenger,
                                             String __address) throws VoyagerException
Parameters:
__messenger - The messenger that should be used to invoke the method.
__address - The address of the program that contains the class.
Throws: VoyagerException
A voyager-related exception occurred.
 o lexicographicalCompare
 public static boolean lexicographicalCompare(Container arg1,
                                              Container arg2,
                                              BinaryPredicate arg3,
                                              String __address,
                                              long __timeout) throws VoyagerException
Parameters:
__address - The address of the program that contains the class.
__timeout - The timeout valie in milliseconds.
Throws: VoyagerException
A voyager-related exception occurred.
 o lexicographicalCompare
 public static boolean lexicographicalCompare(Container arg1,
                                              Container arg2,
                                              BinaryPredicate arg3,
                                              String __address) throws VoyagerException
Parameters:
__address - The address of the program that contains the class.
Throws: VoyagerException
A voyager-related exception occurred.

All Packages  Class Hierarchy  This Package  Previous  Next  Index