All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class COM.objectspace.jgl.voyager.algorithms.VHeap

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

public class VHeap
extends VObject
VHeap is the virtual class of Heap.


Constructor Index

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

Method Index

 o getOriginalClassName()
 o makeHeap(BidirectionalIterator, BidirectionalIterator, BinaryPredicate, Messenger, String)
 o makeHeap(BidirectionalIterator, BidirectionalIterator, BinaryPredicate, Messenger, String, long)
 o makeHeap(BidirectionalIterator, BidirectionalIterator, BinaryPredicate, String)
 o makeHeap(BidirectionalIterator, BidirectionalIterator, BinaryPredicate, String, long)
 o makeHeap(BidirectionalIterator, BidirectionalIterator, Messenger, String)
 o makeHeap(BidirectionalIterator, BidirectionalIterator, Messenger, String, long)
 o makeHeap(BidirectionalIterator, BidirectionalIterator, String)
 o makeHeap(BidirectionalIterator, BidirectionalIterator, String, long)
 o originalIsInterface()
 o popHeap(BidirectionalIterator, BidirectionalIterator, BinaryPredicate, Messenger, String)
 o popHeap(BidirectionalIterator, BidirectionalIterator, BinaryPredicate, Messenger, String, long)
 o popHeap(BidirectionalIterator, BidirectionalIterator, BinaryPredicate, String)
 o popHeap(BidirectionalIterator, BidirectionalIterator, BinaryPredicate, String, long)
 o popHeap(BidirectionalIterator, BidirectionalIterator, Messenger, String)
 o popHeap(BidirectionalIterator, BidirectionalIterator, Messenger, String, long)
 o popHeap(BidirectionalIterator, BidirectionalIterator, String)
 o popHeap(BidirectionalIterator, BidirectionalIterator, String, long)
 o pushHeap(BidirectionalIterator, BidirectionalIterator, BinaryPredicate, Messenger, String)
 o pushHeap(BidirectionalIterator, BidirectionalIterator, BinaryPredicate, Messenger, String, long)
 o pushHeap(BidirectionalIterator, BidirectionalIterator, BinaryPredicate, String)
 o pushHeap(BidirectionalIterator, BidirectionalIterator, BinaryPredicate, String, long)
 o pushHeap(BidirectionalIterator, BidirectionalIterator, Messenger, String)
 o pushHeap(BidirectionalIterator, BidirectionalIterator, Messenger, String, long)
 o pushHeap(BidirectionalIterator, BidirectionalIterator, String)
 o pushHeap(BidirectionalIterator, BidirectionalIterator, String, long)
 o sortHeap(BidirectionalIterator, BidirectionalIterator, BinaryPredicate, Messenger, String)
 o sortHeap(BidirectionalIterator, BidirectionalIterator, BinaryPredicate, Messenger, String, long)
 o sortHeap(BidirectionalIterator, BidirectionalIterator, BinaryPredicate, String)
 o sortHeap(BidirectionalIterator, BidirectionalIterator, BinaryPredicate, String, long)
 o sortHeap(BidirectionalIterator, BidirectionalIterator, Messenger, String)
 o sortHeap(BidirectionalIterator, BidirectionalIterator, Messenger, String, long)
 o sortHeap(BidirectionalIterator, BidirectionalIterator, String)
 o sortHeap(BidirectionalIterator, BidirectionalIterator, String, long)

Constructors

 o VHeap
 public VHeap()
Construct a VHeap 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 VHeap
 public VHeap(VSubspace reference) throws VoyagerException
Construct a VHeap 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 pushHeap
 public static Result pushHeap(BidirectionalIterator arg1,
                               BidirectionalIterator 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 pushHeap
 public static Result pushHeap(BidirectionalIterator arg1,
                               BidirectionalIterator 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 pushHeap
 public static void pushHeap(BidirectionalIterator arg1,
                             BidirectionalIterator 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 pushHeap
 public static void pushHeap(BidirectionalIterator arg1,
                             BidirectionalIterator arg2,
                             String __address) throws VoyagerException
Parameters:
__address - The address of the program that contains the class.
Throws: VoyagerException
A voyager-related exception occurred.
 o pushHeap
 public static Result pushHeap(BidirectionalIterator arg1,
                               BidirectionalIterator 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 pushHeap
 public static Result pushHeap(BidirectionalIterator arg1,
                               BidirectionalIterator 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 pushHeap
 public static void pushHeap(BidirectionalIterator arg1,
                             BidirectionalIterator 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 pushHeap
 public static void pushHeap(BidirectionalIterator arg1,
                             BidirectionalIterator 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 popHeap
 public static Result popHeap(BidirectionalIterator arg1,
                              BidirectionalIterator 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 popHeap
 public static Result popHeap(BidirectionalIterator arg1,
                              BidirectionalIterator 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 popHeap
 public static void popHeap(BidirectionalIterator arg1,
                            BidirectionalIterator 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 popHeap
 public static void popHeap(BidirectionalIterator arg1,
                            BidirectionalIterator arg2,
                            String __address) throws VoyagerException
Parameters:
__address - The address of the program that contains the class.
Throws: VoyagerException
A voyager-related exception occurred.
 o popHeap
 public static Result popHeap(BidirectionalIterator arg1,
                              BidirectionalIterator 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 popHeap
 public static Result popHeap(BidirectionalIterator arg1,
                              BidirectionalIterator 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 popHeap
 public static void popHeap(BidirectionalIterator arg1,
                            BidirectionalIterator 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 popHeap
 public static void popHeap(BidirectionalIterator arg1,
                            BidirectionalIterator 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 makeHeap
 public static Result makeHeap(BidirectionalIterator arg1,
                               BidirectionalIterator 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 makeHeap
 public static Result makeHeap(BidirectionalIterator arg1,
                               BidirectionalIterator 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 makeHeap
 public static void makeHeap(BidirectionalIterator arg1,
                             BidirectionalIterator 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 makeHeap
 public static void makeHeap(BidirectionalIterator arg1,
                             BidirectionalIterator arg2,
                             String __address) throws VoyagerException
Parameters:
__address - The address of the program that contains the class.
Throws: VoyagerException
A voyager-related exception occurred.
 o makeHeap
 public static Result makeHeap(BidirectionalIterator arg1,
                               BidirectionalIterator 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 makeHeap
 public static Result makeHeap(BidirectionalIterator arg1,
                               BidirectionalIterator 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 makeHeap
 public static void makeHeap(BidirectionalIterator arg1,
                             BidirectionalIterator 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 makeHeap
 public static void makeHeap(BidirectionalIterator arg1,
                             BidirectionalIterator 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 sortHeap
 public static Result sortHeap(BidirectionalIterator arg1,
                               BidirectionalIterator 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 sortHeap
 public static Result sortHeap(BidirectionalIterator arg1,
                               BidirectionalIterator 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 sortHeap
 public static void sortHeap(BidirectionalIterator arg1,
                             BidirectionalIterator 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 sortHeap
 public static void sortHeap(BidirectionalIterator arg1,
                             BidirectionalIterator arg2,
                             String __address) throws VoyagerException
Parameters:
__address - The address of the program that contains the class.
Throws: VoyagerException
A voyager-related exception occurred.
 o sortHeap
 public static Result sortHeap(BidirectionalIterator arg1,
                               BidirectionalIterator 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 sortHeap
 public static Result sortHeap(BidirectionalIterator arg1,
                               BidirectionalIterator 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 sortHeap
 public static void sortHeap(BidirectionalIterator arg1,
                             BidirectionalIterator 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 sortHeap
 public static void sortHeap(BidirectionalIterator arg1,
                             BidirectionalIterator 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