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.
-
VComparing()
- Construct a VComparing that is not associated with an object.
-
VComparing(VSubspace)
- Construct a VComparing and connect it to the specified object.
-
equal(Container, Container, Messenger, String)
-
-
equal(Container, Container, Messenger, String, long)
-
-
equal(Container, Container, String)
-
-
equal(Container, Container, String, long)
-
-
equal(InputIterator, InputIterator, InputIterator, Messenger, String)
-
-
equal(InputIterator, InputIterator, InputIterator, Messenger, String, long)
-
-
equal(InputIterator, InputIterator, InputIterator, String)
-
-
equal(InputIterator, InputIterator, InputIterator, String, long)
-
-
getOriginalClassName()
-
-
lexicographicalCompare(Container, Container, BinaryPredicate, Messenger, String)
-
-
lexicographicalCompare(Container, Container, BinaryPredicate, Messenger, String, long)
-
-
lexicographicalCompare(Container, Container, BinaryPredicate, String)
-
-
lexicographicalCompare(Container, Container, BinaryPredicate, String, long)
-
-
lexicographicalCompare(Container, Container, Messenger, String)
-
-
lexicographicalCompare(Container, Container, Messenger, String, long)
-
-
lexicographicalCompare(Container, Container, String)
-
-
lexicographicalCompare(Container, Container, String, long)
-
-
lexicographicalCompare(InputIterator, InputIterator, InputIterator, InputIterator, BinaryPredicate, Messenger, String)
-
-
lexicographicalCompare(InputIterator, InputIterator, InputIterator, InputIterator, BinaryPredicate, Messenger, String, long)
-
-
lexicographicalCompare(InputIterator, InputIterator, InputIterator, InputIterator, BinaryPredicate, String)
-
-
lexicographicalCompare(InputIterator, InputIterator, InputIterator, InputIterator, BinaryPredicate, String, long)
-
-
lexicographicalCompare(InputIterator, InputIterator, InputIterator, InputIterator, Messenger, String)
-
-
lexicographicalCompare(InputIterator, InputIterator, InputIterator, InputIterator, Messenger, String, long)
-
-
lexicographicalCompare(InputIterator, InputIterator, InputIterator, InputIterator, String)
-
-
lexicographicalCompare(InputIterator, InputIterator, InputIterator, InputIterator, String, long)
-
-
median(Object, Object, Object, BinaryPredicate, Messenger, String)
-
-
median(Object, Object, Object, BinaryPredicate, Messenger, String, long)
-
-
median(Object, Object, Object, BinaryPredicate, String)
-
-
median(Object, Object, Object, BinaryPredicate, String, long)
-
-
mismatch(Container, Container, BinaryPredicate, Messenger, String)
-
-
mismatch(Container, Container, BinaryPredicate, Messenger, String, long)
-
-
mismatch(Container, Container, BinaryPredicate, String)
-
-
mismatch(Container, Container, BinaryPredicate, String, long)
-
-
mismatch(Container, Container, Messenger, String)
-
-
mismatch(Container, Container, Messenger, String, long)
-
-
mismatch(Container, Container, String)
-
-
mismatch(Container, Container, String, long)
-
-
mismatch(InputIterator, InputIterator, InputIterator, BinaryPredicate, Messenger, String)
-
-
mismatch(InputIterator, InputIterator, InputIterator, BinaryPredicate, Messenger, String, long)
-
-
mismatch(InputIterator, InputIterator, InputIterator, BinaryPredicate, String)
-
-
mismatch(InputIterator, InputIterator, InputIterator, BinaryPredicate, String, long)
-
-
mismatch(InputIterator, InputIterator, InputIterator, Messenger, String)
-
-
mismatch(InputIterator, InputIterator, InputIterator, Messenger, String, long)
-
-
mismatch(InputIterator, InputIterator, InputIterator, String)
-
-
mismatch(InputIterator, InputIterator, InputIterator, String, long)
-
-
originalIsInterface()
-
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.
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.
getOriginalClassName
public String getOriginalClassName()
- Overrides:
- getOriginalClassName in class VObject
originalIsInterface
public boolean originalIsInterface()
- Overrides:
- originalIsInterface in class VObject
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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