All Packages Class Hierarchy This Package Previous Next Index
Class COM.objectspace.jgl.voyager.VHashMap
java.lang.Object
|
+----COM.objectspace.voyager.VObject
|
+----COM.objectspace.jgl.voyager.VDictionary
|
+----COM.objectspace.jgl.voyager.VMap
|
+----COM.objectspace.jgl.voyager.VHashMap
- public class VHashMap
- extends VMap
VHashMap is the virtual class of HashMap.
-
VHashMap()
- Construct a VHashMap that is not associated with an object.
-
VHashMap(BinaryPredicate, boolean, int, float, String)
-
-
VHashMap(BinaryPredicate, boolean, int, float, String, long)
-
-
VHashMap(BinaryPredicate, boolean, String)
-
-
VHashMap(BinaryPredicate, boolean, String, long)
-
-
VHashMap(BinaryPredicate, int, float, String)
-
-
VHashMap(BinaryPredicate, int, float, String, long)
-
-
VHashMap(BinaryPredicate, String)
-
-
VHashMap(BinaryPredicate, String, long)
-
-
VHashMap(boolean, String)
-
-
VHashMap(boolean, String, long)
-
-
VHashMap(HashMap, String)
-
-
VHashMap(HashMap, String, long)
-
-
VHashMap(String)
-
-
VHashMap(String, long)
-
-
VHashMap(VSubspace)
- Construct a VHashMap and connect it to the specified object.
-
add(Object)
-
-
add(Object, Messenger)
-
-
add(Object, Object)
-
-
add(Object, Object, Messenger)
-
-
allowExpansion(boolean)
-
-
allowExpansion(boolean, Messenger)
-
-
allowsDuplicates()
-
-
allowsDuplicates(Messenger)
-
-
begin()
-
-
begin(Messenger)
-
-
clear()
-
-
clear(Messenger)
-
-
clone()
-
-
clone(Messenger)
-
-
copy(HashMap)
-
-
copy(HashMap, Messenger)
-
-
count(Object)
-
-
count(Object, Messenger)
-
-
countValues(Object)
-
-
countValues(Object, Messenger)
-
-
elements()
-
-
elements(Messenger)
-
-
end()
-
-
end(Messenger)
-
-
equalRange(Object)
-
-
equalRange(Object, Messenger)
-
-
equals(HashMap)
-
-
equals(HashMap, Messenger)
-
-
expansionAllowed()
-
-
expansionAllowed(Messenger)
-
-
find(Object)
-
-
find(Object, Messenger)
-
-
finish()
-
-
finish(Messenger)
-
-
get(Object)
-
-
get(Object, Messenger)
-
-
getComparator()
-
-
getComparator(Messenger)
-
-
getLoadRatio()
-
-
getLoadRatio(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(HashMap)
-
-
swap(HashMap, Messenger)
-
-
toString()
-
-
toString(Messenger)
-
-
upperBound(Object)
-
-
upperBound(Object, Messenger)
-
-
values(Object)
-
-
values(Object, Messenger)
-
VHashMap
public VHashMap()
- Construct a VHashMap 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.
VHashMap
public VHashMap(VSubspace reference) throws VoyagerException
- Construct a VHashMap and connect it to the specified object.
- Parameters:
- reference - A reference to the object to connect to.
- Throws: VoyagerException
- A voyager-related exception occurred.
VHashMap
public VHashMap(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.
VHashMap
public VHashMap(String __address) throws VoyagerException
- Parameters:
- __address - The address of the program where the instantiation should occur.
- Throws: VoyagerException
- A voyager-related exception occurred.
VHashMap
public VHashMap(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.
VHashMap
public VHashMap(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.
VHashMap
public VHashMap(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.
VHashMap
public VHashMap(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.
VHashMap
public VHashMap(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.
VHashMap
public VHashMap(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.
VHashMap
public VHashMap(BinaryPredicate arg1,
int arg2,
float arg3,
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.
VHashMap
public VHashMap(BinaryPredicate arg1,
int arg2,
float arg3,
String __address) throws VoyagerException
- Parameters:
- __address - The address of the program where the instantiation should occur.
- Throws: VoyagerException
- A voyager-related exception occurred.
VHashMap
public VHashMap(BinaryPredicate arg1,
boolean arg2,
int arg3,
float arg4,
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.
VHashMap
public VHashMap(BinaryPredicate arg1,
boolean arg2,
int arg3,
float arg4,
String __address) throws VoyagerException
- Parameters:
- __address - The address of the program where the instantiation should occur.
- Throws: VoyagerException
- A voyager-related exception occurred.
VHashMap
public VHashMap(HashMap 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.
VHashMap
public VHashMap(HashMap 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.
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.
getLoadRatio
public Result getLoadRatio(Messenger __messenger)
- Parameters:
- __messenger - The messenger that should be used to invoke the method
getLoadRatio
public float getLoadRatio() 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(HashMap arg1,
Messenger __messenger)
- Parameters:
- __messenger - The messenger that should be used to invoke the method
copy
public void copy(HashMap 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 HashMapIterator 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 HashMapIterator 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(HashMap arg1,
Messenger __messenger)
- Parameters:
- __messenger - The messenger that should be used to invoke the method
equals
public boolean equals(HashMap arg1) throws VoyagerException
- Throws: VoyagerException
- A voyager-related exception occurred.
swap
public Result swap(HashMap arg1,
Messenger __messenger)
- Parameters:
- __messenger - The messenger that should be used to invoke the method
swap
public void swap(HashMap 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 HashMapIterator 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
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
lowerBound
public Result lowerBound(Object arg1,
Messenger __messenger)
- Parameters:
- __messenger - The messenger that should be used to invoke the method
lowerBound
public HashMapIterator 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 HashMapIterator 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.
expansionAllowed
public Result expansionAllowed(Messenger __messenger)
- Parameters:
- __messenger - The messenger that should be used to invoke the method
expansionAllowed
public boolean expansionAllowed() throws VoyagerException
- Throws: VoyagerException
- A voyager-related exception occurred.
allowExpansion
public Result allowExpansion(boolean arg1,
Messenger __messenger)
- Parameters:
- __messenger - The messenger that should be used to invoke the method
allowExpansion
public void allowExpansion(boolean arg1) throws VoyagerException
- Throws: VoyagerException
- A voyager-related exception occurred.
All Packages Class Hierarchy This Package Previous Next Index