ObjectSpace Homepage

JGL - The Generic Collection Library for Java
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class com.objectspace.jgl.voyager.VMap

java.lang.Object
   |
   +----com.objectspace.voyager.VObject
           |
           +----com.objectspace.jgl.voyager.VDictionary
                   |
                   +----com.objectspace.jgl.voyager.VMap

public class VMap
extends VDictionary
implements Container
super class of:
VHashMap, VOrderedMap

Constructor Index

 o VMap()
Construct a VMap that is not associated with an object.
 o VMap(VSubspace)
Construct a VMap and connect it to the specified object.

Method Index

 o add(Object)
 o add(Object, Messenger)
 o clear()
 o clear(Messenger)
 o clone()
 o clone(Messenger)
 o count(Object)
 o count(Object, Messenger)
 o countValues(Object)
 o countValues(Object, Messenger)
 o elements()
 o elements(Messenger)
 o finish()
 o finish(Messenger)
 o isEmpty()
 o isEmpty(Messenger)
 o keys(Object)
 o keys(Object, Messenger)
 o maxSize()
 o maxSize(Messenger)
 o remove(Enumeration)
 o remove(Enumeration, Enumeration)
 o remove(Enumeration, Enumeration, Messenger)
 o remove(Enumeration, Messenger)
 o size()
 o size(Messenger)
 o start()
 o start(Messenger)
 o toString()
 o toString(Messenger)
 o values(Object)
 o values(Object, Messenger)

Constructors

 o VMap
 public VMap()
Construct a VMap 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 VMap
 public VMap(VSubspace reference) throws VoyagerException
Construct a VMap and connect it to the specified object.

Parameters:
reference - A reference to the object to connect to.
Throws: VoyagerException
A voyager-related exception occurred.

Methods

 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) throws VoyagerException
Throws: VoyagerException
A voyager-related exception occurred.
 o countValues
 public Result countValues(Object arg1,
                           Messenger __messenger)
Parameters:
__messenger - The messenger that should be used to invoke the method
 o countValues
 public int countValues(Object arg1) throws VoyagerException
Throws: VoyagerException
A voyager-related exception occurred.
 o keys
 public Result keys(Object arg1,
                    Messenger __messenger)
Parameters:
__messenger - The messenger that should be used to invoke the method
 o keys
 public Enumeration keys(Object arg1) throws VoyagerException
Throws: VoyagerException
A voyager-related exception occurred.
 o values
 public Result values(Object arg1,
                      Messenger __messenger)
Parameters:
__messenger - The messenger that should be used to invoke the method
 o values
 public Enumeration values(Object arg1) throws VoyagerException
Throws: VoyagerException
A voyager-related exception occurred.
 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 toString
 public Result toString(Messenger __messenger)
Parameters:
__messenger - The messenger that should be used to invoke the method
 o toString
 public String toString()
Overrides:
toString in class Object
 o size
 public Result size(Messenger __messenger)
Parameters:
__messenger - The messenger that should be used to invoke the method
Overrides:
size in class VDictionary
 o size
 public int size()
Overrides:
size in class VDictionary
 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 isEmpty
 public Result isEmpty(Messenger __messenger)
Parameters:
__messenger - The messenger that should be used to invoke the method
Overrides:
isEmpty in class VDictionary
 o isEmpty
 public boolean isEmpty()
Overrides:
isEmpty in class VDictionary
 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 elements
 public Result elements(Messenger __messenger)
Parameters:
__messenger - The messenger that should be used to invoke the method
Overrides:
elements in class VDictionary
 o elements
 public Enumeration elements()
Overrides:
elements in class VDictionary
 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 finish
 public Result finish(Messenger __messenger)
Parameters:
__messenger - The messenger that should be used to invoke the method
 o finish
 public ForwardIterator finish()
 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 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 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)

All Packages  Class Hierarchy  This Package  Previous  Next  Index