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