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