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