All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class COM.objectspace.jgl.voyager.VOrderedMap

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

public class VOrderedMap
extends VMap
VOrderedMap is the virtual class of OrderedMap.


Constructor Index

 o VOrderedMap()
Construct a VOrderedMap that is not associated with an object.
 o VOrderedMap(BinaryPredicate, boolean, String)
 o VOrderedMap(BinaryPredicate, boolean, String, long)
 o VOrderedMap(BinaryPredicate, String)
 o VOrderedMap(BinaryPredicate, String, long)
 o VOrderedMap(boolean, String)
 o VOrderedMap(boolean, String, long)
 o VOrderedMap(OrderedMap, String)
 o VOrderedMap(OrderedMap, String, long)
 o VOrderedMap(String)
 o VOrderedMap(String, long)
 o VOrderedMap(VSubspace)
Construct a VOrderedMap and connect it to the specified object.

Method Index

 o add(Object)
 o add(Object, Messenger)
 o add(Object, Object)
 o add(Object, Object, Messenger)
 o allowsDuplicates()
 o allowsDuplicates(Messenger)
 o begin()
 o begin(Messenger)
 o clear()
 o clear(Messenger)
 o clone()
 o clone(Messenger)
 o copy(OrderedMap)
 o copy(OrderedMap, Messenger)
 o count(Object)
 o count(Object, Messenger)
 o countValues(Object)
 o countValues(Object, Messenger)
 o elements()
 o elements(Messenger)
 o end()
 o end(Messenger)
 o equalRange(Object)
 o equalRange(Object, Messenger)
 o equals(OrderedMap)
 o equals(OrderedMap, Messenger)
 o find(Object)
 o find(Object, Messenger)
 o finish()
 o finish(Messenger)
 o get(Object)
 o get(Object, Messenger)
 o getComparator()
 o getComparator(Messenger)
 o getOriginalClassName()
 o isEmpty()
 o isEmpty(Messenger)
 o keys()
 o keys(Messenger)
 o keys(Object)
 o keys(Object, Messenger)
 o lowerBound(Object)
 o lowerBound(Object, Messenger)
 o maxSize()
 o maxSize(Messenger)
 o originalIsInterface()
 o put(Object, Object)
 o put(Object, Object, Messenger)
 o remove(Enumeration)
 o remove(Enumeration, Enumeration)
 o remove(Enumeration, Enumeration, Messenger)
 o remove(Enumeration, Messenger)
 o remove(Object)
 o remove(Object, int)
 o remove(Object, int, Messenger)
 o remove(Object, Messenger)
 o size()
 o size(Messenger)
 o start()
 o start(Messenger)
 o swap(OrderedMap)
 o swap(OrderedMap, Messenger)
 o toString()
 o toString(Messenger)
 o upperBound(Object)
 o upperBound(Object, Messenger)
 o values(Object)
 o values(Object, Messenger)

Constructors

 o VOrderedMap
 public VOrderedMap()
Construct a VOrderedMap 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 VOrderedMap
 public VOrderedMap(VSubspace reference) throws VoyagerException
Construct a VOrderedMap 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 VOrderedMap
 public VOrderedMap(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 VOrderedMap
 public VOrderedMap(String __address) throws VoyagerException
Parameters:
__address - The address of the program where the instantiation should occur.
Throws: VoyagerException
A voyager-related exception occurred.
 o VOrderedMap
 public VOrderedMap(boolean 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 VOrderedMap
 public VOrderedMap(boolean 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 VOrderedMap
 public VOrderedMap(BinaryPredicate 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 VOrderedMap
 public VOrderedMap(BinaryPredicate 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 VOrderedMap
 public VOrderedMap(BinaryPredicate arg1,
                    boolean 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 VOrderedMap
 public VOrderedMap(BinaryPredicate arg1,
                    boolean 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 VOrderedMap
 public VOrderedMap(OrderedMap 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 VOrderedMap
 public VOrderedMap(OrderedMap 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 VMap
 o originalIsInterface
 public boolean originalIsInterface()
Overrides:
originalIsInterface in class VMap
 o allowsDuplicates
 public Result allowsDuplicates(Messenger __messenger)
Parameters:
__messenger - The messenger that should be used to invoke the method
 o allowsDuplicates
 public boolean allowsDuplicates() 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
Overrides:
clone in class VMap
 o clone
 public Object clone()
Overrides:
clone in class VMap
 o copy
 public Result copy(OrderedMap arg1,
                    Messenger __messenger)
Parameters:
__messenger - The messenger that should be used to invoke the method
 o copy
 public void copy(OrderedMap 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 VMap
 o toString
 public String toString()
Overrides:
toString in class VMap
 o elements
 public Result elements(Messenger __messenger)
Parameters:
__messenger - The messenger that should be used to invoke the method
Overrides:
elements in class VMap
 o elements
 public Enumeration elements()
Overrides:
elements in class VMap
 o start
 public Result start(Messenger __messenger)
Parameters:
__messenger - The messenger that should be used to invoke the method
Overrides:
start in class VMap
 o start
 public ForwardIterator start()
Overrides:
start in class VMap
 o finish
 public Result finish(Messenger __messenger)
Parameters:
__messenger - The messenger that should be used to invoke the method
Overrides:
finish in class VMap
 o finish
 public ForwardIterator finish()
Overrides:
finish in class VMap
 o begin
 public Result begin(Messenger __messenger)
Parameters:
__messenger - The messenger that should be used to invoke the method
 o begin
 public OrderedMapIterator begin() throws VoyagerException
Throws: VoyagerException
A voyager-related exception occurred.
 o end
 public Result end(Messenger __messenger)
Parameters:
__messenger - The messenger that should be used to invoke the method
 o end
 public OrderedMapIterator end() 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
Overrides:
isEmpty in class VMap
 o isEmpty
 public boolean isEmpty()
Overrides:
isEmpty in class VMap
 o size
 public Result size(Messenger __messenger)
Parameters:
__messenger - The messenger that should be used to invoke the method
Overrides:
size in class VMap
 o size
 public int size()
Overrides:
size in class VMap
 o maxSize
 public Result maxSize(Messenger __messenger)
Parameters:
__messenger - The messenger that should be used to invoke the method
Overrides:
maxSize in class VMap
 o maxSize
 public int maxSize()
Overrides:
maxSize in class VMap
 o equals
 public Result equals(OrderedMap arg1,
                      Messenger __messenger)
Parameters:
__messenger - The messenger that should be used to invoke the method
 o equals
 public boolean equals(OrderedMap arg1) throws VoyagerException
Throws: VoyagerException
A voyager-related exception occurred.
 o swap
 public Result swap(OrderedMap arg1,
                    Messenger __messenger)
Parameters:
__messenger - The messenger that should be used to invoke the method
 o swap
 public void swap(OrderedMap arg1) throws VoyagerException
Throws: VoyagerException
A voyager-related exception occurred.
 o clear
 public Result clear(Messenger __messenger)
Parameters:
__messenger - The messenger that should be used to invoke the method
Overrides:
clear in class VMap
 o clear
 public void clear()
Overrides:
clear in class VMap
 o remove
 public Result remove(Object arg1,
                      Messenger __messenger)
Parameters:
__messenger - The messenger that should be used to invoke the method
Overrides:
remove in class VDictionary
 o remove
 public Object remove(Object arg1) throws VoyagerException
Throws: VoyagerException
A voyager-related exception occurred.
Overrides:
remove in class VDictionary
 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) 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
Overrides:
remove in class VMap
 o remove
 public Object remove(Enumeration arg1)
Overrides:
remove in class VMap
 o remove
 public Result remove(Enumeration arg1,
                      Enumeration arg2,
                      Messenger __messenger)
Parameters:
__messenger - The messenger that should be used to invoke the method
Overrides:
remove in class VMap
 o remove
 public int remove(Enumeration arg1,
                   Enumeration arg2)
Overrides:
remove in class VMap
 o find
 public Result find(Object arg1,
                    Messenger __messenger)
Parameters:
__messenger - The messenger that should be used to invoke the method
 o find
 public OrderedMapIterator find(Object arg1) throws VoyagerException
Throws: VoyagerException
A voyager-related exception occurred.
 o count
 public Result count(Object arg1,
                     Messenger __messenger)
Parameters:
__messenger - The messenger that should be used to invoke the method
Overrides:
count in class VMap
 o count
 public int count(Object arg1) throws VoyagerException
Throws: VoyagerException
A voyager-related exception occurred.
Overrides:
count in class VMap
 o countValues
 public Result countValues(Object arg1,
                           Messenger __messenger)
Parameters:
__messenger - The messenger that should be used to invoke the method
Overrides:
countValues in class VMap
 o countValues
 public int countValues(Object arg1) throws VoyagerException
Throws: VoyagerException
A voyager-related exception occurred.
Overrides:
countValues in class VMap
 o lowerBound
 public Result lowerBound(Object arg1,
                          Messenger __messenger)
Parameters:
__messenger - The messenger that should be used to invoke the method
 o lowerBound
 public OrderedMapIterator lowerBound(Object arg1) throws VoyagerException
Throws: VoyagerException
A voyager-related exception occurred.
 o upperBound
 public Result upperBound(Object arg1,
                          Messenger __messenger)
Parameters:
__messenger - The messenger that should be used to invoke the method
 o upperBound
 public OrderedMapIterator upperBound(Object arg1) throws VoyagerException
Throws: VoyagerException
A voyager-related exception occurred.
 o equalRange
 public Result equalRange(Object arg1,
                          Messenger __messenger)
Parameters:
__messenger - The messenger that should be used to invoke the method
 o equalRange
 public Range equalRange(Object arg1) throws VoyagerException
Throws: VoyagerException
A voyager-related exception occurred.
 o getComparator
 public Result getComparator(Messenger __messenger)
Parameters:
__messenger - The messenger that should be used to invoke the method
 o getComparator
 public BinaryPredicate getComparator() throws VoyagerException
Throws: VoyagerException
A voyager-related exception occurred.
 o get
 public Result get(Object arg1,
                   Messenger __messenger)
Parameters:
__messenger - The messenger that should be used to invoke the method
Overrides:
get in class VDictionary
 o get
 public Object get(Object arg1) throws VoyagerException
Throws: VoyagerException
A voyager-related exception occurred.
Overrides:
get in class VDictionary
 o put
 public Result put(Object arg1,
                   Object arg2,
                   Messenger __messenger)
Parameters:
__messenger - The messenger that should be used to invoke the method
Overrides:
put in class VDictionary
 o put
 public Object put(Object arg1,
                   Object arg2) throws VoyagerException
Throws: VoyagerException
A voyager-related exception occurred.
Overrides:
put in class VDictionary
 o add
 public Result add(Object arg1,
                   Messenger __messenger)
Parameters:
__messenger - The messenger that should be used to invoke the method
Overrides:
add in class VMap
 o add
 public Object add(Object arg1)
Overrides:
add in class VMap
 o add
 public Result add(Object arg1,
                   Object arg2,
                   Messenger __messenger)
Parameters:
__messenger - The messenger that should be used to invoke the method
 o add
 public Object add(Object arg1,
                   Object arg2) throws VoyagerException
Throws: VoyagerException
A voyager-related exception occurred.
 o keys
 public Result keys(Messenger __messenger)
Parameters:
__messenger - The messenger that should be used to invoke the method
Overrides:
keys in class VDictionary
 o keys
 public Enumeration keys() throws VoyagerException
Throws: VoyagerException
A voyager-related exception occurred.
Overrides:
keys in class VDictionary
 o keys
 public Result keys(Object arg1,
                    Messenger __messenger)
Parameters:
__messenger - The messenger that should be used to invoke the method
Overrides:
keys in class VMap
 o keys
 public Enumeration keys(Object arg1) throws VoyagerException
Throws: VoyagerException
A voyager-related exception occurred.
Overrides:
keys in class VMap
 o values
 public Result values(Object arg1,
                      Messenger __messenger)
Parameters:
__messenger - The messenger that should be used to invoke the method
Overrides:
values in class VMap
 o values
 public Enumeration values(Object arg1) throws VoyagerException
Throws: VoyagerException
A voyager-related exception occurred.
Overrides:
values in class VMap

All Packages  Class Hierarchy  This Package  Previous  Next  Index