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.
-
VHeap()
- Construct a VHeap that is not associated with an object.
-
VHeap(VSubspace)
- Construct a VHeap and connect it to the specified object.
-
getOriginalClassName()
-
-
makeHeap(BidirectionalIterator, BidirectionalIterator, BinaryPredicate, Messenger, String)
-
-
makeHeap(BidirectionalIterator, BidirectionalIterator, BinaryPredicate, Messenger, String, long)
-
-
makeHeap(BidirectionalIterator, BidirectionalIterator, BinaryPredicate, String)
-
-
makeHeap(BidirectionalIterator, BidirectionalIterator, BinaryPredicate, String, long)
-
-
makeHeap(BidirectionalIterator, BidirectionalIterator, Messenger, String)
-
-
makeHeap(BidirectionalIterator, BidirectionalIterator, Messenger, String, long)
-
-
makeHeap(BidirectionalIterator, BidirectionalIterator, String)
-
-
makeHeap(BidirectionalIterator, BidirectionalIterator, String, long)
-
-
originalIsInterface()
-
-
popHeap(BidirectionalIterator, BidirectionalIterator, BinaryPredicate, Messenger, String)
-
-
popHeap(BidirectionalIterator, BidirectionalIterator, BinaryPredicate, Messenger, String, long)
-
-
popHeap(BidirectionalIterator, BidirectionalIterator, BinaryPredicate, String)
-
-
popHeap(BidirectionalIterator, BidirectionalIterator, BinaryPredicate, String, long)
-
-
popHeap(BidirectionalIterator, BidirectionalIterator, Messenger, String)
-
-
popHeap(BidirectionalIterator, BidirectionalIterator, Messenger, String, long)
-
-
popHeap(BidirectionalIterator, BidirectionalIterator, String)
-
-
popHeap(BidirectionalIterator, BidirectionalIterator, String, long)
-
-
pushHeap(BidirectionalIterator, BidirectionalIterator, BinaryPredicate, Messenger, String)
-
-
pushHeap(BidirectionalIterator, BidirectionalIterator, BinaryPredicate, Messenger, String, long)
-
-
pushHeap(BidirectionalIterator, BidirectionalIterator, BinaryPredicate, String)
-
-
pushHeap(BidirectionalIterator, BidirectionalIterator, BinaryPredicate, String, long)
-
-
pushHeap(BidirectionalIterator, BidirectionalIterator, Messenger, String)
-
-
pushHeap(BidirectionalIterator, BidirectionalIterator, Messenger, String, long)
-
-
pushHeap(BidirectionalIterator, BidirectionalIterator, String)
-
-
pushHeap(BidirectionalIterator, BidirectionalIterator, String, long)
-
-
sortHeap(BidirectionalIterator, BidirectionalIterator, BinaryPredicate, Messenger, String)
-
-
sortHeap(BidirectionalIterator, BidirectionalIterator, BinaryPredicate, Messenger, String, long)
-
-
sortHeap(BidirectionalIterator, BidirectionalIterator, BinaryPredicate, String)
-
-
sortHeap(BidirectionalIterator, BidirectionalIterator, BinaryPredicate, String, long)
-
-
sortHeap(BidirectionalIterator, BidirectionalIterator, Messenger, String)
-
-
sortHeap(BidirectionalIterator, BidirectionalIterator, Messenger, String, long)
-
-
sortHeap(BidirectionalIterator, BidirectionalIterator, String)
-
-
sortHeap(BidirectionalIterator, BidirectionalIterator, String, long)
-
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.
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.
getOriginalClassName
public String getOriginalClassName()
- Overrides:
- getOriginalClassName in class VObject
originalIsInterface
public boolean originalIsInterface()
- Overrides:
- originalIsInterface in class VObject
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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