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 is the virtual class of DList.


Constructor Index

 o VDList()
Construct a VDList that is not associated with an object.
 o VDList(DList, String)
 o VDList(DList, String, long)
 o VDList(int, Object, String)
 o VDList(int, Object, String, long)
 o VDList(int, String)
 o VDList(int, String, long)
 o VDList(String)
 o VDList(String, long)
 o VDList(VSubspace)
Construct a VDList and connect it to the specified object.

Method Index

 o add(Object)
 o add(Object, Messenger)
 o at(int)
 o at(int, Messenger)
 o back()
 o back(Messenger)
 o begin()
 o begin(Messenger)
 o clear()
 o clear(Messenger)
 o clone()
 o clone(Messenger)
 o contains(Object)
 o contains(Object, Messenger)
 o copy(DList)
 o copy(DList, Messenger)
 o count(DListIterator, DListIterator, Object)
 o count(DListIterator, DListIterator, Object, Messenger)
 o count(int, int, Object)
 o count(int, int, Object, Messenger)
 o count(Object)
 o count(Object, Messenger)
 o elements()
 o elements(Messenger)
 o end()
 o end(Messenger)
 o equals(DList)
 o equals(DList, Messenger)
 o find(DListIterator, DListIterator, Object)
 o find(DListIterator, DListIterator, Object, Messenger)
 o find(Object)
 o find(Object, Messenger)
 o finish()
 o finish(Messenger)
 o front()
 o front(Messenger)
 o getOriginalClassName()
 o indexOf(int, int, Object)
 o indexOf(int, int, Object, Messenger)
 o indexOf(Object)
 o indexOf(Object, Messenger)
 o insert(DListIterator, InputIterator, InputIterator)
 o insert(DListIterator, InputIterator, InputIterator, Messenger)
 o insert(DListIterator, int, Object)
 o insert(DListIterator, int, Object, Messenger)
 o insert(DListIterator, Object)
 o insert(DListIterator, Object, Messenger)
 o insert(int, int, Object)
 o insert(int, int, Object, Messenger)
 o insert(int, Object)
 o insert(int, Object, Messenger)
 o isEmpty()
 o isEmpty(Messenger)
 o maxSize()
 o maxSize(Messenger)
 o originalIsInterface()
 o popBack()
 o popBack(Messenger)
 o popFront()
 o popFront(Messenger)
 o pushBack(Object)
 o pushBack(Object, Messenger)
 o pushFront(Object)
 o pushFront(Object, Messenger)
 o put(int, Object)
 o put(int, Object, Messenger)
 o remove(Enumeration)
 o remove(Enumeration, Enumeration)
 o remove(Enumeration, Enumeration, Messenger)
 o remove(Enumeration, Enumeration, Object)
 o remove(Enumeration, Enumeration, Object, Messenger)
 o remove(Enumeration, Messenger)
 o remove(int)
 o remove(int, int)
 o remove(int, int, Messenger)
 o remove(int, int, Object)
 o remove(int, int, Object, Messenger)
 o remove(int, Messenger)
 o remove(Object)
 o remove(Object, int)
 o remove(Object, int, Messenger)
 o remove(Object, Messenger)
 o replace(DListIterator, DListIterator, Object, Object)
 o replace(DListIterator, DListIterator, Object, Object, Messenger)
 o replace(int, int, Object, Object)
 o replace(int, int, Object, Object, Messenger)
 o replace(Object, Object)
 o replace(Object, Object, Messenger)
 o reverse()
 o reverse(Messenger)
 o size()
 o size(Messenger)
 o splice(DListIterator, DList)
 o splice(DListIterator, DList, DListIterator)
 o splice(DListIterator, DList, DListIterator, DListIterator)
 o splice(DListIterator, DList, DListIterator, DListIterator, Messenger)
 o splice(DListIterator, DList, DListIterator, Messenger)
 o splice(DListIterator, DList, Messenger)
 o splice(int, DList)
 o splice(int, DList, int)
 o splice(int, DList, int, int)
 o splice(int, DList, int, int, Messenger)
 o splice(int, DList, int, Messenger)
 o splice(int, DList, Messenger)
 o start()
 o start(Messenger)
 o swap(DList)
 o swap(DList, Messenger)
 o toString()
 o toString(Messenger)
 o unique()
 o unique(Messenger)

Constructors

 o 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.

 o 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.
 o 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.
 o 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.
 o 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.
 o 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.
 o 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.
 o 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.
 o 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.
 o 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.

Methods

 o getOriginalClassName
 public String getOriginalClassName()
Overrides:
getOriginalClassName in class VObject
 o originalIsInterface
 public boolean originalIsInterface()
Overrides:
originalIsInterface in class VObject
 o clone
 public Result clone(Messenger __messenger)
Parameters:
__messenger - The messenger that should be used to invoke the method
 o clone
 public Object clone()
Overrides:
clone in class Object
 o equals
 public Result equals(DList arg1,
                      Messenger __messenger)
Parameters:
__messenger - The messenger that should be used to invoke the method
 o equals
 public boolean equals(DList arg1) throws VoyagerException
Throws: VoyagerException
A voyager-related exception occurred.
 o toString
 public Result toString(Messenger __messenger)
Parameters:
__messenger - The messenger that should be used to invoke the method
Overrides:
toString in class VObject
 o toString
 public String toString()
Overrides:
toString in class VObject
 o copy
 public Result copy(DList arg1,
                    Messenger __messenger)
Parameters:
__messenger - The messenger that should be used to invoke the method
 o copy
 public void copy(DList arg1) throws VoyagerException
Throws: VoyagerException
A voyager-related exception occurred.
 o isEmpty
 public Result isEmpty(Messenger __messenger)
Parameters:
__messenger - The messenger that should be used to invoke the method
 o isEmpty
 public boolean isEmpty()
 o size
 public Result size(Messenger __messenger)
Parameters:
__messenger - The messenger that should be used to invoke the method
 o size
 public int size()
 o maxSize
 public Result maxSize(Messenger __messenger)
Parameters:
__messenger - The messenger that should be used to invoke the method
 o maxSize
 public int maxSize()
 o at
 public Result at(int arg1,
                  Messenger __messenger)
Parameters:
__messenger - The messenger that should be used to invoke the method
 o at
 public Object at(int arg1)
 o put
 public Result put(int arg1,
                   Object arg2,
                   Messenger __messenger)
Parameters:
__messenger - The messenger that should be used to invoke the method
 o put
 public void put(int arg1,
                 Object arg2)
 o insert
 public Result insert(DListIterator arg1,
                      Object arg2,
                      Messenger __messenger)
Parameters:
__messenger - The messenger that should be used to invoke the method
 o insert
 public DListIterator insert(DListIterator arg1,
                             Object arg2) throws VoyagerException
Throws: VoyagerException
A voyager-related exception occurred.
 o insert
 public Result insert(int arg1,
                      Object arg2,
                      Messenger __messenger)
Parameters:
__messenger - The messenger that should be used to invoke the method
 o insert
 public void insert(int arg1,
                    Object arg2) throws VoyagerException
Throws: VoyagerException
A voyager-related exception occurred.
 o insert
 public Result insert(DListIterator arg1,
                      int arg2,
                      Object arg3,
                      Messenger __messenger)
Parameters:
__messenger - The messenger that should be used to invoke the method
 o insert
 public void insert(DListIterator arg1,
                    int arg2,
                    Object arg3) throws VoyagerException
Throws: VoyagerException
A voyager-related exception occurred.
 o insert
 public Result insert(int arg1,
                      int arg2,
                      Object arg3,
                      Messenger __messenger)
Parameters:
__messenger - The messenger that should be used to invoke the method
 o insert
 public void insert(int arg1,
                    int arg2,
                    Object arg3) throws VoyagerException
Throws: VoyagerException
A voyager-related exception occurred.
 o insert
 public Result insert(DListIterator arg1,
                      InputIterator arg2,
                      InputIterator arg3,
                      Messenger __messenger)
Parameters:
__messenger - The messenger that should be used to invoke the method
 o insert
 public void insert(DListIterator arg1,
                    InputIterator arg2,
                    InputIterator arg3) throws VoyagerException
Throws: VoyagerException
A voyager-related exception occurred.
 o back
 public Result back(Messenger __messenger)
Parameters:
__messenger - The messenger that should be used to invoke the method
 o back
 public Object back()
 o front
 public Result front(Messenger __messenger)
Parameters:
__messenger - The messenger that should be used to invoke the method
 o front
 public Object front()
 o clear
 public Result clear(Messenger __messenger)
Parameters:
__messenger - The messenger that should be used to invoke the method
 o clear
 public void clear()
 o remove
 public Result remove(int arg1,
                      int arg2,
                      Messenger __messenger)
Parameters:
__messenger - The messenger that should be used to invoke the method
 o remove
 public int remove(int arg1,
                   int arg2) throws VoyagerException
Throws: VoyagerException
A voyager-related exception occurred.
 o remove
 public Result remove(Enumeration arg1,
                      Enumeration arg2,
                      Messenger __messenger)
Parameters:
__messenger - The messenger that should be used to invoke the method
 o remove
 public int remove(Enumeration arg1,
                   Enumeration arg2)
 o remove
 public Result remove(int arg1,
                      Messenger __messenger)
Parameters:
__messenger - The messenger that should be used to invoke the method
 o remove
 public Object remove(int arg1) throws VoyagerException
Throws: VoyagerException
A voyager-related exception occurred.
 o remove
 public Result remove(Enumeration arg1,
                      Messenger __messenger)
Parameters:
__messenger - The messenger that should be used to invoke the method
 o remove
 public Object remove(Enumeration arg1)
 o splice
 public Result splice(int arg1,
                      DList arg2,
                      Messenger __messenger)
Parameters:
__messenger - The messenger that should be used to invoke the method
 o splice
 public void splice(int arg1,
                    DList arg2) throws VoyagerException
Throws: VoyagerException
A voyager-related exception occurred.
 o splice
 public Result splice(DListIterator arg1,
                      DList arg2,
                      Messenger __messenger)
Parameters:
__messenger - The messenger that should be used to invoke the method
 o splice
 public void splice(DListIterator arg1,
                    DList arg2) throws VoyagerException
Throws: VoyagerException
A voyager-related exception occurred.
 o splice
 public Result splice(DListIterator arg1,
                      DList arg2,
                      DListIterator arg3,
                      Messenger __messenger)
Parameters:
__messenger - The messenger that should be used to invoke the method
 o splice
 public void splice(DListIterator arg1,
                    DList arg2,
                    DListIterator arg3) throws VoyagerException
Throws: VoyagerException
A voyager-related exception occurred.
 o splice
 public Result splice(int arg1,
                      DList arg2,
                      int arg3,
                      Messenger __messenger)
Parameters:
__messenger - The messenger that should be used to invoke the method
 o splice
 public void splice(int arg1,
                    DList arg2,
                    int arg3) throws VoyagerException
Throws: VoyagerException
A voyager-related exception occurred.
 o 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
 o splice
 public void splice(DListIterator arg1,
                    DList arg2,
                    DListIterator arg3,
                    DListIterator arg4) throws VoyagerException
Throws: VoyagerException
A voyager-related exception occurred.
 o 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
 o splice
 public void splice(int arg1,
                    DList arg2,
                    int arg3,
                    int arg4) throws VoyagerException
Throws: VoyagerException
A voyager-related exception occurred.
 o unique
 public Result unique(Messenger __messenger)
Parameters:
__messenger - The messenger that should be used to invoke the method
 o unique
 public void unique() throws VoyagerException
Throws: VoyagerException
A voyager-related exception occurred.
 o popBack
 public Result popBack(Messenger __messenger)
Parameters:
__messenger - The messenger that should be used to invoke the method
 o popBack
 public Object popBack()
 o pushFront
 public Result pushFront(Object arg1,
                         Messenger __messenger)
Parameters:
__messenger - The messenger that should be used to invoke the method
 o pushFront
 public void pushFront(Object arg1)
 o popFront
 public Result popFront(Messenger __messenger)
Parameters:
__messenger - The messenger that should be used to invoke the method
 o popFront
 public Object popFront()
 o add
 public Result add(Object arg1,
                   Messenger __messenger)
Parameters:
__messenger - The messenger that should be used to invoke the method
 o add
 public Object add(Object arg1)
 o pushBack
 public Result pushBack(Object arg1,
                        Messenger __messenger)
Parameters:
__messenger - The messenger that should be used to invoke the method
 o pushBack
 public void pushBack(Object arg1)
 o swap
 public Result swap(DList arg1,
                    Messenger __messenger)
Parameters:
__messenger - The messenger that should be used to invoke the method
 o swap
 public void swap(DList arg1) throws VoyagerException
Throws: VoyagerException
A voyager-related exception occurred.
 o remove
 public Result remove(Object arg1,
                      Messenger __messenger)
Parameters:
__messenger - The messenger that should be used to invoke the method
 o remove
 public int remove(Object arg1)
 o remove
 public Result remove(Object arg1,
                      int arg2,
                      Messenger __messenger)
Parameters:
__messenger - The messenger that should be used to invoke the method
 o remove
 public int remove(Object arg1,
                   int arg2)
 o remove
 public Result remove(Enumeration arg1,
                      Enumeration arg2,
                      Object arg3,
                      Messenger __messenger)
Parameters:
__messenger - The messenger that should be used to invoke the method
 o remove
 public int remove(Enumeration arg1,
                   Enumeration arg2,
                   Object arg3) throws VoyagerException
Throws: VoyagerException
A voyager-related exception occurred.
 o remove
 public Result remove(int arg1,
                      int arg2,
                      Object arg3,
                      Messenger __messenger)
Parameters:
__messenger - The messenger that should be used to invoke the method
 o remove
 public int remove(int arg1,
                   int arg2,
                   Object arg3)
 o begin
 public Result begin(Messenger __messenger)
Parameters:
__messenger - The messenger that should be used to invoke the method
 o begin
 public DListIterator begin() throws VoyagerException
Throws: VoyagerException
A voyager-related exception occurred.
 o start
 public Result start(Messenger __messenger)
Parameters:
__messenger - The messenger that should be used to invoke the method
 o start
 public ForwardIterator start()
 o end
 public Result end(Messenger __messenger)
Parameters:
__messenger - The messenger that should be used to invoke the method
 o end
 public DListIterator end() throws VoyagerException
Throws: VoyagerException
A voyager-related exception occurred.
 o finish
 public Result finish(Messenger __messenger)
Parameters:
__messenger - The messenger that should be used to invoke the method
 o finish
 public ForwardIterator finish()
 o elements
 public Result elements(Messenger __messenger)
Parameters:
__messenger - The messenger that should be used to invoke the method
 o elements
 public Enumeration elements()
 o replace
 public Result replace(Object arg1,
                       Object arg2,
                       Messenger __messenger)
Parameters:
__messenger - The messenger that should be used to invoke the method
 o replace
 public int replace(Object arg1,
                    Object arg2)
 o 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
 o replace
 public int replace(DListIterator arg1,
                    DListIterator arg2,
                    Object arg3,
                    Object arg4) throws VoyagerException
Throws: VoyagerException
A voyager-related exception occurred.
 o 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
 o replace
 public int replace(int arg1,
                    int arg2,
                    Object arg3,
                    Object arg4)
 o count
 public Result count(Object arg1,
                     Messenger __messenger)
Parameters:
__messenger - The messenger that should be used to invoke the method
 o count
 public int count(Object arg1)
 o count
 public Result count(DListIterator arg1,
                     DListIterator arg2,
                     Object arg3,
                     Messenger __messenger)
Parameters:
__messenger - The messenger that should be used to invoke the method
 o count
 public int count(DListIterator arg1,
                  DListIterator arg2,
                  Object arg3) throws VoyagerException
Throws: VoyagerException
A voyager-related exception occurred.
 o count
 public Result count(int arg1,
                     int arg2,
                     Object arg3,
                     Messenger __messenger)
Parameters:
__messenger - The messenger that should be used to invoke the method
 o count
 public int count(int arg1,
                  int arg2,
                  Object arg3)
 o find
 public Result find(Object arg1,
                    Messenger __messenger)
Parameters:
__messenger - The messenger that should be used to invoke the method
 o find
 public DListIterator find(Object arg1) throws VoyagerException
Throws: VoyagerException
A voyager-related exception occurred.
 o indexOf
 public Result indexOf(Object arg1,
                       Messenger __messenger)
Parameters:
__messenger - The messenger that should be used to invoke the method
 o indexOf
 public int indexOf(Object arg1)
 o find
 public Result find(DListIterator arg1,
                    DListIterator arg2,
                    Object arg3,
                    Messenger __messenger)
Parameters:
__messenger - The messenger that should be used to invoke the method
 o find
 public DListIterator find(DListIterator arg1,
                           DListIterator arg2,
                           Object arg3) throws VoyagerException
Throws: VoyagerException
A voyager-related exception occurred.
 o indexOf
 public Result indexOf(int arg1,
                       int arg2,
                       Object arg3,
                       Messenger __messenger)
Parameters:
__messenger - The messenger that should be used to invoke the method
 o indexOf
 public int indexOf(int arg1,
                    int arg2,
                    Object arg3)
 o contains
 public Result contains(Object arg1,
                        Messenger __messenger)
Parameters:
__messenger - The messenger that should be used to invoke the method
 o contains
 public boolean contains(Object arg1)
 o reverse
 public Result reverse(Messenger __messenger)
Parameters:
__messenger - The messenger that should be used to invoke the method
 o reverse
 public void reverse() throws VoyagerException
Throws: VoyagerException
A voyager-related exception occurred.

All Packages  Class Hierarchy  This Package  Previous  Next  Index