All Packages Class Hierarchy This Package Previous Next Index
Class COM.objectspace.jgl.voyager.VSList
java.lang.Object
|
+----COM.objectspace.voyager.VObject
|
+----COM.objectspace.jgl.voyager.VSList
- public class VSList
- extends VObject
- implements Sequence
VSList is the virtual class of SList.
-
VSList()
- Construct a VSList that is not associated with an object.
-
VSList(int, Object, String)
-
-
VSList(int, Object, String, long)
-
-
VSList(int, String)
-
-
VSList(int, String, long)
-
-
VSList(SList, String)
-
-
VSList(SList, String, long)
-
-
VSList(String)
-
-
VSList(String, long)
-
-
VSList(VSubspace)
- Construct a VSList and connect it to the specified object.
-
add(Object)
-
-
add(Object, Messenger)
-
-
at(int)
-
-
at(int, Messenger)
-
-
back()
-
-
back(Messenger)
-
-
begin()
-
-
begin(Messenger)
-
-
clear()
-
-
clear(Messenger)
-
-
clone()
-
-
clone(Messenger)
-
-
contains(Object)
-
-
contains(Object, Messenger)
-
-
copy(SList)
-
-
copy(SList, Messenger)
-
-
count(int, int, Object)
-
-
count(int, int, Object, Messenger)
-
-
count(Object)
-
-
count(Object, Messenger)
-
-
count(SListIterator, SListIterator, Object)
-
-
count(SListIterator, SListIterator, Object, Messenger)
-
-
elements()
-
-
elements(Messenger)
-
-
end()
-
-
end(Messenger)
-
-
equals(SList)
-
-
equals(SList, Messenger)
-
-
find(Object)
-
-
find(Object, Messenger)
-
-
find(SListIterator, SListIterator, Object)
-
-
find(SListIterator, SListIterator, Object, Messenger)
-
-
finish()
-
-
finish(Messenger)
-
-
front()
-
-
front(Messenger)
-
-
getOriginalClassName()
-
-
indexOf(int, int, Object)
-
-
indexOf(int, int, Object, Messenger)
-
-
indexOf(Object)
-
-
indexOf(Object, Messenger)
-
-
insert(int, int, Object)
-
-
insert(int, int, Object, Messenger)
-
-
insert(int, Object)
-
-
insert(int, Object, Messenger)
-
-
insert(SListIterator, InputIterator, InputIterator)
-
-
insert(SListIterator, InputIterator, InputIterator, Messenger)
-
-
insert(SListIterator, int, Object)
-
-
insert(SListIterator, int, Object, Messenger)
-
-
insert(SListIterator, Object)
-
-
insert(SListIterator, Object, Messenger)
-
-
isEmpty()
-
-
isEmpty(Messenger)
-
-
maxSize()
-
-
maxSize(Messenger)
-
-
originalIsInterface()
-
-
popBack()
-
-
popBack(Messenger)
-
-
popFront()
-
-
popFront(Messenger)
-
-
pushBack(Object)
-
-
pushBack(Object, Messenger)
-
-
pushFront(Object)
-
-
pushFront(Object, Messenger)
-
-
put(int, Object)
-
-
put(int, Object, Messenger)
-
-
remove(Enumeration)
-
-
remove(Enumeration, Enumeration)
-
-
remove(Enumeration, Enumeration, Messenger)
-
-
remove(Enumeration, Enumeration, Object)
-
-
remove(Enumeration, Enumeration, Object, Messenger)
-
-
remove(Enumeration, Messenger)
-
-
remove(int)
-
-
remove(int, int)
-
-
remove(int, int, Messenger)
-
-
remove(int, int, Object)
-
-
remove(int, int, Object, Messenger)
-
-
remove(int, Messenger)
-
-
remove(Object)
-
-
remove(Object, int)
-
-
remove(Object, int, Messenger)
-
-
remove(Object, Messenger)
-
-
replace(int, int, Object, Object)
-
-
replace(int, int, Object, Object, Messenger)
-
-
replace(Object, Object)
-
-
replace(Object, Object, Messenger)
-
-
replace(SListIterator, SListIterator, Object, Object)
-
-
replace(SListIterator, SListIterator, Object, Object, Messenger)
-
-
size()
-
-
size(Messenger)
-
-
splice(int, SList)
-
-
splice(int, SList, int)
-
-
splice(int, SList, int, int)
-
-
splice(int, SList, int, int, Messenger)
-
-
splice(int, SList, int, Messenger)
-
-
splice(int, SList, Messenger)
-
-
splice(SListIterator, SList)
-
-
splice(SListIterator, SList, Messenger)
-
-
splice(SListIterator, SList, SListIterator)
-
-
splice(SListIterator, SList, SListIterator, Messenger)
-
-
splice(SListIterator, SList, SListIterator, SListIterator)
-
-
splice(SListIterator, SList, SListIterator, SListIterator, Messenger)
-
-
start()
-
-
start(Messenger)
-
-
swap(SList)
-
-
swap(SList, Messenger)
-
-
toString()
-
-
toString(Messenger)
-
VSList
public VSList()
- Construct a VSList 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.
VSList
public VSList(VSubspace reference) throws VoyagerException
- Construct a VSList and connect it to the specified object.
- Parameters:
- reference - A reference to the object to connect to.
- Throws: VoyagerException
- A voyager-related exception occurred.
VSList
public VSList(String __address,
long __timeout) throws VoyagerException
- Parameters:
- __address - The address of the program where the instantiation should occur.
- __timeout - The timeout value in milliseconds.
- Throws: VoyagerException
- A voyager-related exception occurred.
VSList
public VSList(String __address) throws VoyagerException
- Parameters:
- __address - The address of the program where the instantiation should occur.
- Throws: VoyagerException
- A voyager-related exception occurred.
VSList
public VSList(int arg1,
String __address,
long __timeout) throws VoyagerException
- Parameters:
- __address - The address of the program where the instantiation should occur.
- __timeout - The timeout value in milliseconds.
- Throws: VoyagerException
- A voyager-related exception occurred.
VSList
public VSList(int arg1,
String __address) throws VoyagerException
- Parameters:
- __address - The address of the program where the instantiation should occur.
- Throws: VoyagerException
- A voyager-related exception occurred.
VSList
public VSList(int arg1,
Object arg2,
String __address,
long __timeout) throws VoyagerException
- Parameters:
- __address - The address of the program where the instantiation should occur.
- __timeout - The timeout value in milliseconds.
- Throws: VoyagerException
- A voyager-related exception occurred.
VSList
public VSList(int arg1,
Object arg2,
String __address) throws VoyagerException
- Parameters:
- __address - The address of the program where the instantiation should occur.
- Throws: VoyagerException
- A voyager-related exception occurred.
VSList
public VSList(SList arg1,
String __address,
long __timeout) throws VoyagerException
- Parameters:
- __address - The address of the program where the instantiation should occur.
- __timeout - The timeout value in milliseconds.
- Throws: VoyagerException
- A voyager-related exception occurred.
VSList
public VSList(SList arg1,
String __address) throws VoyagerException
- Parameters:
- __address - The address of the program where the instantiation should occur.
- 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
clone
public Result clone(Messenger __messenger)
- Parameters:
- __messenger - The messenger that should be used to invoke the method
clone
public Object clone()
- Overrides:
- clone in class Object
equals
public Result equals(SList arg1,
Messenger __messenger)
- Parameters:
- __messenger - The messenger that should be used to invoke the method
equals
public boolean equals(SList arg1) throws VoyagerException
- Throws: VoyagerException
- A voyager-related exception occurred.
toString
public Result toString(Messenger __messenger)
- Parameters:
- __messenger - The messenger that should be used to invoke the method
- Overrides:
- toString in class VObject
toString
public String toString()
- Overrides:
- toString in class VObject
begin
public Result begin(Messenger __messenger)
- Parameters:
- __messenger - The messenger that should be used to invoke the method
begin
public SListIterator begin() throws VoyagerException
- Throws: VoyagerException
- A voyager-related exception occurred.
end
public Result end(Messenger __messenger)
- Parameters:
- __messenger - The messenger that should be used to invoke the method
end
public SListIterator end() throws VoyagerException
- Throws: VoyagerException
- A voyager-related exception occurred.
elements
public Result elements(Messenger __messenger)
- Parameters:
- __messenger - The messenger that should be used to invoke the method
elements
public Enumeration elements()
start
public Result start(Messenger __messenger)
- Parameters:
- __messenger - The messenger that should be used to invoke the method
start
public ForwardIterator start()
finish
public Result finish(Messenger __messenger)
- Parameters:
- __messenger - The messenger that should be used to invoke the method
finish
public ForwardIterator finish()
copy
public Result copy(SList arg1,
Messenger __messenger)
- Parameters:
- __messenger - The messenger that should be used to invoke the method
copy
public void copy(SList arg1) throws VoyagerException
- Throws: VoyagerException
- A voyager-related exception occurred.
isEmpty
public Result isEmpty(Messenger __messenger)
- Parameters:
- __messenger - The messenger that should be used to invoke the method
isEmpty
public boolean isEmpty()
size
public Result size(Messenger __messenger)
- Parameters:
- __messenger - The messenger that should be used to invoke the method
size
public int size()
maxSize
public Result maxSize(Messenger __messenger)
- Parameters:
- __messenger - The messenger that should be used to invoke the method
maxSize
public int maxSize()
at
public Result at(int arg1,
Messenger __messenger)
- Parameters:
- __messenger - The messenger that should be used to invoke the method
at
public Object at(int arg1)
put
public Result put(int arg1,
Object arg2,
Messenger __messenger)
- Parameters:
- __messenger - The messenger that should be used to invoke the method
put
public void put(int arg1,
Object arg2)
insert
public Result insert(SListIterator arg1,
Object arg2,
Messenger __messenger)
- Parameters:
- __messenger - The messenger that should be used to invoke the method
insert
public SListIterator insert(SListIterator arg1,
Object arg2) throws VoyagerException
- Throws: VoyagerException
- A voyager-related exception occurred.
insert
public Result insert(int arg1,
Object arg2,
Messenger __messenger)
- Parameters:
- __messenger - The messenger that should be used to invoke the method
insert
public void insert(int arg1,
Object arg2) throws VoyagerException
- Throws: VoyagerException
- A voyager-related exception occurred.
insert
public Result insert(SListIterator arg1,
int arg2,
Object arg3,
Messenger __messenger)
- Parameters:
- __messenger - The messenger that should be used to invoke the method
insert
public void insert(SListIterator arg1,
int arg2,
Object arg3) throws VoyagerException
- Throws: VoyagerException
- A voyager-related exception occurred.
insert
public Result insert(int arg1,
int arg2,
Object arg3,
Messenger __messenger)
- Parameters:
- __messenger - The messenger that should be used to invoke the method
insert
public void insert(int arg1,
int arg2,
Object arg3) throws VoyagerException
- Throws: VoyagerException
- A voyager-related exception occurred.
insert
public Result insert(SListIterator arg1,
InputIterator arg2,
InputIterator arg3,
Messenger __messenger)
- Parameters:
- __messenger - The messenger that should be used to invoke the method
insert
public void insert(SListIterator arg1,
InputIterator arg2,
InputIterator arg3) throws VoyagerException
- Throws: VoyagerException
- A voyager-related exception occurred.
back
public Result back(Messenger __messenger)
- Parameters:
- __messenger - The messenger that should be used to invoke the method
back
public Object back()
front
public Result front(Messenger __messenger)
- Parameters:
- __messenger - The messenger that should be used to invoke the method
front
public Object front()
clear
public Result clear(Messenger __messenger)
- Parameters:
- __messenger - The messenger that should be used to invoke the method
clear
public void clear()
popBack
public Result popBack(Messenger __messenger)
- Parameters:
- __messenger - The messenger that should be used to invoke the method
popBack
public Object popBack()
pushFront
public Result pushFront(Object arg1,
Messenger __messenger)
- Parameters:
- __messenger - The messenger that should be used to invoke the method
pushFront
public void pushFront(Object arg1)
popFront
public Result popFront(Messenger __messenger)
- Parameters:
- __messenger - The messenger that should be used to invoke the method
popFront
public Object popFront()
add
public Result add(Object arg1,
Messenger __messenger)
- Parameters:
- __messenger - The messenger that should be used to invoke the method
add
public Object add(Object arg1)
pushBack
public Result pushBack(Object arg1,
Messenger __messenger)
- Parameters:
- __messenger - The messenger that should be used to invoke the method
pushBack
public void pushBack(Object arg1)
swap
public Result swap(SList arg1,
Messenger __messenger)
- Parameters:
- __messenger - The messenger that should be used to invoke the method
swap
public void swap(SList arg1) throws VoyagerException
- Throws: VoyagerException
- A voyager-related exception occurred.
remove
public Result remove(Object arg1,
Messenger __messenger)
- Parameters:
- __messenger - The messenger that should be used to invoke the method
remove
public int remove(Object arg1)
remove
public Result remove(Object arg1,
int arg2,
Messenger __messenger)
- Parameters:
- __messenger - The messenger that should be used to invoke the method
remove
public int remove(Object arg1,
int arg2)
remove
public Result remove(Enumeration arg1,
Enumeration arg2,
Object arg3,
Messenger __messenger)
- Parameters:
- __messenger - The messenger that should be used to invoke the method
remove
public int remove(Enumeration arg1,
Enumeration arg2,
Object arg3) throws VoyagerException
- Throws: VoyagerException
- A voyager-related exception occurred.
remove
public Result remove(int arg1,
int arg2,
Object arg3,
Messenger __messenger)
- Parameters:
- __messenger - The messenger that should be used to invoke the method
remove
public int remove(int arg1,
int arg2,
Object arg3)
replace
public Result replace(Object arg1,
Object arg2,
Messenger __messenger)
- Parameters:
- __messenger - The messenger that should be used to invoke the method
replace
public int replace(Object arg1,
Object arg2)
replace
public Result replace(SListIterator arg1,
SListIterator arg2,
Object arg3,
Object arg4,
Messenger __messenger)
- Parameters:
- __messenger - The messenger that should be used to invoke the method
replace
public int replace(SListIterator arg1,
SListIterator arg2,
Object arg3,
Object arg4) throws VoyagerException
- Throws: VoyagerException
- A voyager-related exception occurred.
replace
public Result replace(int arg1,
int arg2,
Object arg3,
Object arg4,
Messenger __messenger)
- Parameters:
- __messenger - The messenger that should be used to invoke the method
replace
public int replace(int arg1,
int arg2,
Object arg3,
Object arg4)
count
public Result count(Object arg1,
Messenger __messenger)
- Parameters:
- __messenger - The messenger that should be used to invoke the method
count
public int count(Object arg1)
count
public Result count(SListIterator arg1,
SListIterator arg2,
Object arg3,
Messenger __messenger)
- Parameters:
- __messenger - The messenger that should be used to invoke the method
count
public int count(SListIterator arg1,
SListIterator arg2,
Object arg3) throws VoyagerException
- Throws: VoyagerException
- A voyager-related exception occurred.
count
public Result count(int arg1,
int arg2,
Object arg3,
Messenger __messenger)
- Parameters:
- __messenger - The messenger that should be used to invoke the method
count
public int count(int arg1,
int arg2,
Object arg3)
find
public Result find(Object arg1,
Messenger __messenger)
- Parameters:
- __messenger - The messenger that should be used to invoke the method
find
public SListIterator find(Object arg1) throws VoyagerException
- Throws: VoyagerException
- A voyager-related exception occurred.
indexOf
public Result indexOf(Object arg1,
Messenger __messenger)
- Parameters:
- __messenger - The messenger that should be used to invoke the method
indexOf
public int indexOf(Object arg1)
find
public Result find(SListIterator arg1,
SListIterator arg2,
Object arg3,
Messenger __messenger)
- Parameters:
- __messenger - The messenger that should be used to invoke the method
find
public SListIterator find(SListIterator arg1,
SListIterator arg2,
Object arg3) throws VoyagerException
- Throws: VoyagerException
- A voyager-related exception occurred.
indexOf
public Result indexOf(int arg1,
int arg2,
Object arg3,
Messenger __messenger)
- Parameters:
- __messenger - The messenger that should be used to invoke the method
indexOf
public int indexOf(int arg1,
int arg2,
Object arg3)
contains
public Result contains(Object arg1,
Messenger __messenger)
- Parameters:
- __messenger - The messenger that should be used to invoke the method
contains
public boolean contains(Object arg1)
remove
public Result remove(Enumeration arg1,
Messenger __messenger)
- Parameters:
- __messenger - The messenger that should be used to invoke the method
remove
public Object remove(Enumeration arg1)
remove
public Result remove(int arg1,
Messenger __messenger)
- Parameters:
- __messenger - The messenger that should be used to invoke the method
remove
public Object remove(int arg1) throws VoyagerException
- Throws: VoyagerException
- A voyager-related exception occurred.
remove
public Result remove(Enumeration arg1,
Enumeration arg2,
Messenger __messenger)
- Parameters:
- __messenger - The messenger that should be used to invoke the method
remove
public int remove(Enumeration arg1,
Enumeration arg2)
remove
public Result remove(int arg1,
int arg2,
Messenger __messenger)
- Parameters:
- __messenger - The messenger that should be used to invoke the method
remove
public int remove(int arg1,
int arg2) throws VoyagerException
- Throws: VoyagerException
- A voyager-related exception occurred.
splice
public Result splice(SListIterator arg1,
SList arg2,
Messenger __messenger)
- Parameters:
- __messenger - The messenger that should be used to invoke the method
splice
public void splice(SListIterator arg1,
SList arg2) throws VoyagerException
- Throws: VoyagerException
- A voyager-related exception occurred.
splice
public Result splice(int arg1,
SList arg2,
Messenger __messenger)
- Parameters:
- __messenger - The messenger that should be used to invoke the method
splice
public void splice(int arg1,
SList arg2) throws VoyagerException
- Throws: VoyagerException
- A voyager-related exception occurred.
splice
public Result splice(SListIterator arg1,
SList arg2,
SListIterator arg3,
Messenger __messenger)
- Parameters:
- __messenger - The messenger that should be used to invoke the method
splice
public void splice(SListIterator arg1,
SList arg2,
SListIterator arg3) throws VoyagerException
- Throws: VoyagerException
- A voyager-related exception occurred.
splice
public Result splice(int arg1,
SList arg2,
int arg3,
Messenger __messenger)
- Parameters:
- __messenger - The messenger that should be used to invoke the method
splice
public void splice(int arg1,
SList arg2,
int arg3) throws VoyagerException
- Throws: VoyagerException
- A voyager-related exception occurred.
splice
public Result splice(SListIterator arg1,
SList arg2,
SListIterator arg3,
SListIterator arg4,
Messenger __messenger)
- Parameters:
- __messenger - The messenger that should be used to invoke the method
splice
public void splice(SListIterator arg1,
SList arg2,
SListIterator arg3,
SListIterator arg4) throws VoyagerException
- Throws: VoyagerException
- A voyager-related exception occurred.
splice
public Result splice(int arg1,
SList arg2,
int arg3,
int arg4,
Messenger __messenger)
- Parameters:
- __messenger - The messenger that should be used to invoke the method
splice
public void splice(int arg1,
SList arg2,
int arg3,
int arg4) throws VoyagerException
- Throws: VoyagerException
- A voyager-related exception occurred.
All Packages Class Hierarchy This Package Previous Next Index