| JGL - The Generic Collection Library for Java |
All Packages Class Hierarchy This Package Previous Next Index
Class com.objectspace.jgl.voyager.algorithms.VSorting
java.lang.Object
|
+----com.objectspace.voyager.VObject
|
+----com.objectspace.jgl.voyager.algorithms.VSorting
- public class VSorting
- extends VObject
-
VSorting()
- Construct a VSorting that is not associated with an object.
-
VSorting(VSubspace)
- Construct a VSorting and connect it to the specified object.
-
iterSort(Container, BinaryPredicate, Messenger, String)
-
-
iterSort(Container, BinaryPredicate, Messenger, String, long)
-
-
iterSort(Container, BinaryPredicate, String)
-
-
iterSort(Container, BinaryPredicate, String, long)
-
-
iterSort(Container, Messenger, String)
-
-
iterSort(Container, Messenger, String, long)
-
-
iterSort(Container, String)
-
-
iterSort(Container, String, long)
-
-
iterSort(ForwardIterator, ForwardIterator, BinaryPredicate, Messenger, String)
-
-
iterSort(ForwardIterator, ForwardIterator, BinaryPredicate, Messenger, String, long)
-
-
iterSort(ForwardIterator, ForwardIterator, BinaryPredicate, String)
-
-
iterSort(ForwardIterator, ForwardIterator, BinaryPredicate, String, long)
-
-
iterSort(ForwardIterator, ForwardIterator, Messenger, String)
-
-
iterSort(ForwardIterator, ForwardIterator, Messenger, String, long)
-
-
iterSort(ForwardIterator, ForwardIterator, String)
-
-
iterSort(ForwardIterator, ForwardIterator, String, long)
-
-
sort(ForwardIterator, ForwardIterator, BinaryPredicate, Messenger, String)
-
-
sort(ForwardIterator, ForwardIterator, BinaryPredicate, Messenger, String, long)
-
-
sort(ForwardIterator, ForwardIterator, BinaryPredicate, String)
-
-
sort(ForwardIterator, ForwardIterator, BinaryPredicate, String, long)
-
-
sort(ForwardIterator, ForwardIterator, Messenger, String)
-
-
sort(ForwardIterator, ForwardIterator, Messenger, String, long)
-
-
sort(ForwardIterator, ForwardIterator, String)
-
-
sort(ForwardIterator, ForwardIterator, String, long)
-
-
sort(Sequence, BinaryPredicate, Messenger, String)
-
-
sort(Sequence, BinaryPredicate, Messenger, String, long)
-
-
sort(Sequence, BinaryPredicate, String)
-
-
sort(Sequence, BinaryPredicate, String, long)
-
-
sort(Sequence, Messenger, String)
-
-
sort(Sequence, Messenger, String, long)
-
-
sort(Sequence, String)
-
-
sort(Sequence, String, long)
-
VSorting
public VSorting()
- Construct a VSorting 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.
VSorting
public VSorting(VSubspace reference) throws VoyagerException
- Construct a VSorting and connect it to the specified object.
- Parameters:
- reference - A reference to the object to connect to.
- Throws: VoyagerException
- A voyager-related exception occurred.
sort
public static Result sort(ForwardIterator arg1,
ForwardIterator 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.
sort
public static Result sort(ForwardIterator arg1,
ForwardIterator 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.
sort
public static void sort(ForwardIterator arg1,
ForwardIterator 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.
sort
public static void sort(ForwardIterator arg1,
ForwardIterator arg2,
String __address) throws VoyagerException
- Parameters:
- __address - The address of the program that contains the class.
- Throws: VoyagerException
- A voyager-related exception occurred.
sort
public static Result sort(ForwardIterator arg1,
ForwardIterator 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.
sort
public static Result sort(ForwardIterator arg1,
ForwardIterator 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.
sort
public static void sort(ForwardIterator arg1,
ForwardIterator 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.
sort
public static void sort(ForwardIterator arg1,
ForwardIterator 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.
sort
public static Result sort(Sequence arg1,
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.
sort
public static Result sort(Sequence arg1,
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.
sort
public static void sort(Sequence arg1,
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.
sort
public static void sort(Sequence arg1,
String __address) throws VoyagerException
- Parameters:
- __address - The address of the program that contains the class.
- Throws: VoyagerException
- A voyager-related exception occurred.
sort
public static Result sort(Sequence arg1,
BinaryPredicate 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.
sort
public static Result sort(Sequence arg1,
BinaryPredicate 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.
sort
public static void sort(Sequence arg1,
BinaryPredicate 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.
sort
public static void sort(Sequence arg1,
BinaryPredicate arg2,
String __address) throws VoyagerException
- Parameters:
- __address - The address of the program that contains the class.
- Throws: VoyagerException
- A voyager-related exception occurred.
iterSort
public static Result iterSort(Container arg1,
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.
iterSort
public static Result iterSort(Container arg1,
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.
iterSort
public static Range iterSort(Container arg1,
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.
iterSort
public static Range iterSort(Container arg1,
String __address) throws VoyagerException
- Parameters:
- __address - The address of the program that contains the class.
- Throws: VoyagerException
- A voyager-related exception occurred.
iterSort
public static Result iterSort(Container arg1,
BinaryPredicate 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.
iterSort
public static Result iterSort(Container arg1,
BinaryPredicate 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.
iterSort
public static Range iterSort(Container arg1,
BinaryPredicate 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.
iterSort
public static Range iterSort(Container arg1,
BinaryPredicate arg2,
String __address) throws VoyagerException
- Parameters:
- __address - The address of the program that contains the class.
- Throws: VoyagerException
- A voyager-related exception occurred.
iterSort
public static Result iterSort(ForwardIterator arg1,
ForwardIterator 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.
iterSort
public static Result iterSort(ForwardIterator arg1,
ForwardIterator 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.
iterSort
public static Range iterSort(ForwardIterator arg1,
ForwardIterator 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.
iterSort
public static Range iterSort(ForwardIterator arg1,
ForwardIterator arg2,
String __address) throws VoyagerException
- Parameters:
- __address - The address of the program that contains the class.
- Throws: VoyagerException
- A voyager-related exception occurred.
iterSort
public static Result iterSort(ForwardIterator arg1,
ForwardIterator 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.
iterSort
public static Result iterSort(ForwardIterator arg1,
ForwardIterator 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.
iterSort
public static Range iterSort(ForwardIterator arg1,
ForwardIterator 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.
iterSort
public static Range iterSort(ForwardIterator arg1,
ForwardIterator 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