| JGL - The Generic Collection Library for Java |
All Packages Class Hierarchy This Package Previous Next Index
Class com.objectspace.jgl.voyager.VDList
java.lang.Object
|
+----com.objectspace.voyager.VObject
|
+----com.objectspace.jgl.voyager.VDList
- public class VDList
- extends VObject
- implements Sequence
-
VDList()
- Construct a VDList that is not associated with an object.
-
VDList(DList, String)
-
-
VDList(DList, String, long)
-
-
VDList(int, Object, String)
-
-
VDList(int, Object, String, long)
-
-
VDList(int, String)
-
-
VDList(int, String, long)
-
-
VDList(String)
-
-
VDList(String, long)
-
-
VDList(VSubspace)
- Construct a VDList 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(DList)
-
-
copy(DList, Messenger)
-
-
count(DListIterator, DListIterator, Object)
-
-
count(DListIterator, DListIterator, Object, Messenger)
-
-
count(int, int, Object)
-
-
count(int, int, Object, Messenger)
-
-
count(Object)
-
-
count(Object, Messenger)
-
-
elements()
-
-
elements(Messenger)
-
-
end()
-
-
end(Messenger)
-
-
equals(DList)
-
-
equals(DList, Messenger)
-
-
find(DListIterator, DListIterator, Object)
-
-
find(DListIterator, DListIterator, Object, Messenger)
-
-
find(Object)
-
-
find(Object, Messenger)
-
-
finish()
-
-
finish(Messenger)
-
-
front()
-
-
front(Messenger)
-
-
indexOf(int, int, Object)
-
-
indexOf(int, int, Object, Messenger)
-
-
indexOf(Object)
-
-
indexOf(Object, Messenger)
-
-
insert(DListIterator, InputIterator, InputIterator)
-
-
insert(DListIterator, InputIterator, InputIterator, Messenger)
-
-
insert(DListIterator, int, Object)
-
-
insert(DListIterator, int, Object, Messenger)
-
-
insert(DListIterator, Object)
-
-
insert(DListIterator, Object, Messenger)
-
-
insert(int, int, Object)
-
-
insert(int, int, Object, Messenger)
-
-
insert(int, Object)
-
-
insert(int, Object, Messenger)
-
-
isEmpty()
-
-
isEmpty(Messenger)
-
-
maxSize()
-
-
maxSize(Messenger)
-
-
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(DListIterator, DListIterator, Object, Object)
-
-
replace(DListIterator, DListIterator, Object, Object, Messenger)
-
-
replace(int, int, Object, Object)
-
-
replace(int, int, Object, Object, Messenger)
-
-
replace(Object, Object)
-
-
replace(Object, Object, Messenger)
-
-
reverse()
-
-
reverse(Messenger)
-
-
size()
-
-
size(Messenger)
-
-
splice(DListIterator, DList)
-
-
splice(DListIterator, DList, DListIterator)
-
-
splice(DListIterator, DList, DListIterator, DListIterator)
-
-
splice(DListIterator, DList, DListIterator, DListIterator, Messenger)
-
-
splice(DListIterator, DList, DListIterator, Messenger)
-
-
splice(DListIterator, DList, Messenger)
-
-
splice(int, DList)
-
-
splice(int, DList, int)
-
-
splice(int, DList, int, int)
-
-
splice(int, DList, int, int, Messenger)
-
-
splice(int, DList, int, Messenger)
-
-
splice(int, DList, Messenger)
-
-
start()
-
-
start(Messenger)
-
-
swap(DList)
-
-
swap(DList, Messenger)
-
-
toString()
-
-
toString(Messenger)
-
-
unique()
-
-
unique(Messenger)
-
VDList
public VDList()
- Construct a VDList 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.
VDList
public VDList(VSubspace reference) throws VoyagerException
- Construct a VDList and connect it to the specified object.
- Parameters:
- reference - A reference to the object to connect to.
- Throws: VoyagerException
- A voyager-related exception occurred.
VDList
public VDList(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.
VDList
public VDList(String __address) throws VoyagerException
- Parameters:
- __address - The address of the program where the instantiation should occur.
- Throws: VoyagerException
- A voyager-related exception occurred.
VDList
public VDList(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.
VDList
public VDList(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.
VDList
public VDList(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.
VDList
public VDList(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.
VDList
public VDList(DList 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.
VDList
public VDList(DList arg1,
String __address) throws VoyagerException
- Parameters:
- __address - The address of the program where the instantiation should occur.
- Throws: VoyagerException
- A voyager-related exception occurred.
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(DList arg1,
Messenger __messenger)
- Parameters:
- __messenger - The messenger that should be used to invoke the method
equals
public boolean equals(DList 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
toString
public String toString()
- Overrides:
- toString in class Object
copy
public Result copy(DList arg1,
Messenger __messenger)
- Parameters:
- __messenger - The messenger that should be used to invoke the method
copy
public void copy(DList 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(DListIterator arg1,
Object arg2,
Messenger __messenger)
- Parameters:
- __messenger - The messenger that should be used to invoke the method
insert
public DListIterator insert(DListIterator 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(DListIterator arg1,
int arg2,
Object arg3,
Messenger __messenger)
- Parameters:
- __messenger - The messenger that should be used to invoke the method
insert
public void insert(DListIterator 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(DListIterator arg1,
InputIterator arg2,
InputIterator arg3,
Messenger __messenger)
- Parameters:
- __messenger - The messenger that should be used to invoke the method
insert
public void insert(DListIterator 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()
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.
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,
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,
Messenger __messenger)
- Parameters:
- __messenger - The messenger that should be used to invoke the method
remove
public Object remove(Enumeration arg1)
splice
public Result splice(int arg1,
DList arg2,
Messenger __messenger)
- Parameters:
- __messenger - The messenger that should be used to invoke the method
splice
public void splice(int arg1,
DList arg2) throws VoyagerException
- Throws: VoyagerException
- A voyager-related exception occurred.
splice
public Result splice(DListIterator arg1,
DList arg2,
Messenger __messenger)
- Parameters:
- __messenger - The messenger that should be used to invoke the method
splice
public void splice(DListIterator arg1,
DList arg2) throws VoyagerException
- Throws: VoyagerException
- A voyager-related exception occurred.
splice
public Result splice(DListIterator arg1,
DList arg2,
DListIterator arg3,
Messenger __messenger)
- Parameters:
- __messenger - The messenger that should be used to invoke the method
splice
public void splice(DListIterator arg1,
DList arg2,
DListIterator arg3) throws VoyagerException
- Throws: VoyagerException
- A voyager-related exception occurred.
splice
public Result splice(int arg1,
DList arg2,
int arg3,
Messenger __messenger)
- Parameters:
- __messenger - The messenger that should be used to invoke the method
splice
public void splice(int arg1,
DList arg2,
int arg3) throws VoyagerException
- Throws: VoyagerException
- A voyager-related exception occurred.
splice
public Result splice(DListIterator arg1,
DList arg2,
DListIterator arg3,
DListIterator arg4,
Messenger __messenger)
- Parameters:
- __messenger - The messenger that should be used to invoke the method
splice
public void splice(DListIterator arg1,
DList arg2,
DListIterator arg3,
DListIterator arg4) throws VoyagerException
- Throws: VoyagerException
- A voyager-related exception occurred.
splice
public Result splice(int arg1,
DList 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,
DList arg2,
int arg3,
int arg4) throws VoyagerException
- Throws: VoyagerException
- A voyager-related exception occurred.
unique
public Result unique(Messenger __messenger)
- Parameters:
- __messenger - The messenger that should be used to invoke the method
unique
public void unique() throws VoyagerException
- Throws: VoyagerException
- A voyager-related exception occurred.
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(DList arg1,
Messenger __messenger)
- Parameters:
- __messenger - The messenger that should be used to invoke the method
swap
public void swap(DList 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)
begin
public Result begin(Messenger __messenger)
- Parameters:
- __messenger - The messenger that should be used to invoke the method
begin
public DListIterator begin() throws VoyagerException
- Throws: VoyagerException
- A voyager-related exception occurred.
start
public Result start(Messenger __messenger)
- Parameters:
- __messenger - The messenger that should be used to invoke the method
start
public ForwardIterator start()
end
public Result end(Messenger __messenger)
- Parameters:
- __messenger - The messenger that should be used to invoke the method
end
public DListIterator end() throws VoyagerException
- Throws: VoyagerException
- A voyager-related exception occurred.
finish
public Result finish(Messenger __messenger)
- Parameters:
- __messenger - The messenger that should be used to invoke the method
finish
public ForwardIterator finish()
elements
public Result elements(Messenger __messenger)
- Parameters:
- __messenger - The messenger that should be used to invoke the method
elements
public Enumeration elements()
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(DListIterator arg1,
DListIterator arg2,
Object arg3,
Object arg4,
Messenger __messenger)
- Parameters:
- __messenger - The messenger that should be used to invoke the method
replace
public int replace(DListIterator arg1,
DListIterator 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(DListIterator arg1,
DListIterator arg2,
Object arg3,
Messenger __messenger)
- Parameters:
- __messenger - The messenger that should be used to invoke the method
count
public int count(DListIterator arg1,
DListIterator 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 DListIterator 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(DListIterator arg1,
DListIterator arg2,
Object arg3,
Messenger __messenger)
- Parameters:
- __messenger - The messenger that should be used to invoke the method
find
public DListIterator find(DListIterator arg1,
DListIterator 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)
reverse
public Result reverse(Messenger __messenger)
- Parameters:
- __messenger - The messenger that should be used to invoke the method
reverse
public void reverse() throws VoyagerException
- Throws: VoyagerException
- A voyager-related exception occurred.
All Packages Class Hierarchy This Package Previous Next Index