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 is the virtual class of Sorting.


Constructor Index

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

Method Index

 o getOriginalClassName()
 o iterSort(Container, BinaryPredicate, Messenger, String)
 o iterSort(Container, BinaryPredicate, Messenger, String, long)
 o iterSort(Container, BinaryPredicate, String)
 o iterSort(Container, BinaryPredicate, String, long)
 o iterSort(Container, Messenger, String)
 o iterSort(Container, Messenger, String, long)
 o iterSort(Container, String)
 o iterSort(Container, String, long)
 o iterSort(ForwardIterator, ForwardIterator, BinaryPredicate, Messenger, String)
 o iterSort(ForwardIterator, ForwardIterator, BinaryPredicate, Messenger, String, long)
 o iterSort(ForwardIterator, ForwardIterator, BinaryPredicate, String)
 o iterSort(ForwardIterator, ForwardIterator, BinaryPredicate, String, long)
 o iterSort(ForwardIterator, ForwardIterator, Messenger, String)
 o iterSort(ForwardIterator, ForwardIterator, Messenger, String, long)
 o iterSort(ForwardIterator, ForwardIterator, String)
 o iterSort(ForwardIterator, ForwardIterator, String, long)
 o originalIsInterface()
 o sort(ForwardIterator, ForwardIterator, BinaryPredicate, Messenger, String)
 o sort(ForwardIterator, ForwardIterator, BinaryPredicate, Messenger, String, long)
 o sort(ForwardIterator, ForwardIterator, BinaryPredicate, String)
 o sort(ForwardIterator, ForwardIterator, BinaryPredicate, String, long)
 o sort(ForwardIterator, ForwardIterator, Messenger, String)
 o sort(ForwardIterator, ForwardIterator, Messenger, String, long)
 o sort(ForwardIterator, ForwardIterator, String)
 o sort(ForwardIterator, ForwardIterator, String, long)
 o sort(Sequence, BinaryPredicate, Messenger, String)
 o sort(Sequence, BinaryPredicate, Messenger, String, long)
 o sort(Sequence, BinaryPredicate, String)
 o sort(Sequence, BinaryPredicate, String, long)
 o sort(Sequence, Messenger, String)
 o sort(Sequence, Messenger, String, long)
 o sort(Sequence, String)
 o sort(Sequence, String, long)

Constructors

 o 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.

 o 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.

Methods

 o getOriginalClassName
 public String getOriginalClassName()
Overrides:
getOriginalClassName in class VObject
 o originalIsInterface
 public boolean originalIsInterface()
Overrides:
originalIsInterface in class VObject
 o 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.
 o 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.
 o 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.
 o 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.
 o 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.
 o 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.
 o 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.
 o 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.
 o 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.
 o 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.
 o 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.
 o 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.
 o 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.
 o 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.
 o 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.
 o 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.
 o 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.
 o 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.
 o 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.
 o 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.
 o 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.
 o 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.
 o 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.
 o 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.
 o 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.
 o 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.
 o 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.
 o 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.
 o 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.
 o 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.
 o 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.
 o 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