All Packages Class Hierarchy This Package Previous Next Index
Class COM.objectspace.jgl.voyager.VHashSet
java.lang.Object
|
+----COM.objectspace.voyager.VObject
|
+----COM.objectspace.jgl.voyager.VHashSet
- public class VHashSet
- extends VObject
- implements Set
VHashSet is the virtual class of HashSet.
-
VHashSet()
- Construct a VHashSet that is not associated with an object.
-
VHashSet(BinaryPredicate, boolean, int, float, String)
-
-
VHashSet(BinaryPredicate, boolean, int, float, String, long)
-
-
VHashSet(BinaryPredicate, boolean, String)
-
-
VHashSet(BinaryPredicate, boolean, String, long)
-
-
VHashSet(BinaryPredicate, int, float, String)
-
-
VHashSet(BinaryPredicate, int, float, String, long)
-
-
VHashSet(BinaryPredicate, String)
-
-
VHashSet(BinaryPredicate, String, long)
-
-
VHashSet(boolean, String)
-
-
VHashSet(boolean, String, long)
-
-
VHashSet(HashSet, String)
-
-
VHashSet(HashSet, String, long)
-
-
VHashSet(String)
-
-
VHashSet(String, long)
-
-
VHashSet(VSubspace)
- Construct a VHashSet and connect it to the specified object.
-
add(Object)
-
-
add(Object, Messenger)
-
-
allowExpansion(boolean)
-
-
allowExpansion(boolean, Messenger)
-
-
allowsDuplicates()
-
-
allowsDuplicates(Messenger)
-
-
begin()
-
-
begin(Messenger)
-
-
clear()
-
-
clear(Messenger)
-
-
clone()
-
-
clone(Messenger)
-
-
copy(HashSet)
-
-
copy(HashSet, Messenger)
-
-
count(Object)
-
-
count(Object, Messenger)
-
-
difference(HashSet)
-
-
difference(HashSet, Messenger)
-
-
elements()
-
-
elements(Messenger)
-
-
end()
-
-
end(Messenger)
-
-
equalRange(Object)
-
-
equalRange(Object, Messenger)
-
-
equals(HashSet)
-
-
equals(HashSet, Messenger)
-
-
expansionAllowed()
-
-
expansionAllowed(Messenger)
-
-
find(Object)
-
-
find(Object, Messenger)
-
-
finish()
-
-
finish(Messenger)
-
-
get(Object)
-
-
get(Object, Messenger)
-
-
getComparator()
-
-
getComparator(Messenger)
-
-
getLoadRatio()
-
-
getLoadRatio(Messenger)
-
-
getOriginalClassName()
-
-
intersection(HashSet)
-
-
intersection(HashSet, Messenger)
-
-
isEmpty()
-
-
isEmpty(Messenger)
-
-
lowerBound(Object)
-
-
lowerBound(Object, Messenger)
-
-
maxSize()
-
-
maxSize(Messenger)
-
-
originalIsInterface()
-
-
properSubsetOf(HashSet)
-
-
properSubsetOf(HashSet, Messenger)
-
-
put(Object)
-
-
put(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)
-
-
subsetOf(HashSet)
-
-
subsetOf(HashSet, Messenger)
-
-
swap(HashSet)
-
-
swap(HashSet, Messenger)
-
-
symmetricDifference(HashSet)
-
-
symmetricDifference(HashSet, Messenger)
-
-
toString()
-
-
toString(Messenger)
-
-
union(HashSet)
-
-
union(HashSet, Messenger)
-
-
upperBound(Object)
-
-
upperBound(Object, Messenger)
-
VHashSet
public VHashSet()
- Construct a VHashSet 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.
VHashSet
public VHashSet(VSubspace reference) throws VoyagerException
- Construct a VHashSet and connect it to the specified object.
- Parameters:
- reference - A reference to the object to connect to.
- Throws: VoyagerException
- A voyager-related exception occurred.
VHashSet
public VHashSet(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.
VHashSet
public VHashSet(String __address) throws VoyagerException
- Parameters:
- __address - The address of the program where the instantiation should occur.
- Throws: VoyagerException
- A voyager-related exception occurred.
VHashSet
public VHashSet(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.
VHashSet
public VHashSet(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.
VHashSet
public VHashSet(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.
VHashSet
public VHashSet(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.
VHashSet
public VHashSet(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.
VHashSet
public VHashSet(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.
VHashSet
public VHashSet(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.
VHashSet
public VHashSet(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.
VHashSet
public VHashSet(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.
VHashSet
public VHashSet(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.
VHashSet
public VHashSet(HashSet 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.
VHashSet
public VHashSet(HashSet 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 VObject
originalIsInterface
public boolean originalIsInterface()
- Overrides:
- originalIsInterface in class VObject
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
clone
public Object clone()
- Overrides:
- clone in class Object
copy
public Result copy(HashSet arg1,
Messenger __messenger)
- Parameters:
- __messenger - The messenger that should be used to invoke the method
copy
public void copy(HashSet 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 VObject
toString
public String toString()
- Overrides:
- toString in class VObject
elements
public Result elements(Messenger __messenger)
- Parameters:
- __messenger - The messenger that should be used to invoke the method
elements
public Enumeration elements()
start
public Result start(Messenger __messenger)
- Parameters:
- __messenger - The messenger that should be used to invoke the method
start
public ForwardIterator start()
finish
public Result finish(Messenger __messenger)
- Parameters:
- __messenger - The messenger that should be used to invoke the method
finish
public ForwardIterator finish()
begin
public Result begin(Messenger __messenger)
- Parameters:
- __messenger - The messenger that should be used to invoke the method
begin
public HashSetIterator 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 HashSetIterator 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
isEmpty
public boolean isEmpty()
size
public Result size(Messenger __messenger)
- Parameters:
- __messenger - The messenger that should be used to invoke the method
size
public int size()
maxSize
public Result maxSize(Messenger __messenger)
- Parameters:
- __messenger - The messenger that should be used to invoke the method
maxSize
public int maxSize()
equals
public Result equals(HashSet arg1,
Messenger __messenger)
- Parameters:
- __messenger - The messenger that should be used to invoke the method
equals
public boolean equals(HashSet arg1) throws VoyagerException
- Throws: VoyagerException
- A voyager-related exception occurred.
swap
public Result swap(HashSet arg1,
Messenger __messenger)
- Parameters:
- __messenger - The messenger that should be used to invoke the method
swap
public void swap(HashSet 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
clear
public void clear()
remove
public Result remove(Object arg1,
Messenger __messenger)
- Parameters:
- __messenger - The messenger that should be used to invoke the method
remove
public int remove(Object arg1)
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)
remove
public Result remove(Enumeration arg1,
Messenger __messenger)
- Parameters:
- __messenger - The messenger that should be used to invoke the method
remove
public Object remove(Enumeration arg1)
remove
public Result remove(Enumeration arg1,
Enumeration arg2,
Messenger __messenger)
- Parameters:
- __messenger - The messenger that should be used to invoke the method
remove
public int remove(Enumeration arg1,
Enumeration arg2)
find
public Result find(Object arg1,
Messenger __messenger)
- Parameters:
- __messenger - The messenger that should be used to invoke the method
find
public HashSetIterator 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
count
public int count(Object arg1)
add
public Result add(Object arg1,
Messenger __messenger)
- Parameters:
- __messenger - The messenger that should be used to invoke the method
add
public Object add(Object arg1)
get
public Result get(Object arg1,
Messenger __messenger)
- Parameters:
- __messenger - The messenger that should be used to invoke the method
get
public Object get(Object arg1)
put
public Result put(Object arg1,
Messenger __messenger)
- Parameters:
- __messenger - The messenger that should be used to invoke the method
put
public Object put(Object arg1)
union
public Result union(HashSet arg1,
Messenger __messenger)
- Parameters:
- __messenger - The messenger that should be used to invoke the method
union
public HashSet union(HashSet arg1) throws VoyagerException
- Throws: VoyagerException
- A voyager-related exception occurred.
intersection
public Result intersection(HashSet arg1,
Messenger __messenger)
- Parameters:
- __messenger - The messenger that should be used to invoke the method
intersection
public HashSet intersection(HashSet arg1) throws VoyagerException
- Throws: VoyagerException
- A voyager-related exception occurred.
difference
public Result difference(HashSet arg1,
Messenger __messenger)
- Parameters:
- __messenger - The messenger that should be used to invoke the method
difference
public HashSet difference(HashSet arg1) throws VoyagerException
- Throws: VoyagerException
- A voyager-related exception occurred.
symmetricDifference
public Result symmetricDifference(HashSet arg1,
Messenger __messenger)
- Parameters:
- __messenger - The messenger that should be used to invoke the method
symmetricDifference
public HashSet symmetricDifference(HashSet arg1) throws VoyagerException
- Throws: VoyagerException
- A voyager-related exception occurred.
subsetOf
public Result subsetOf(HashSet arg1,
Messenger __messenger)
- Parameters:
- __messenger - The messenger that should be used to invoke the method
subsetOf
public boolean subsetOf(HashSet arg1) throws VoyagerException
- Throws: VoyagerException
- A voyager-related exception occurred.
properSubsetOf
public Result properSubsetOf(HashSet arg1,
Messenger __messenger)
- Parameters:
- __messenger - The messenger that should be used to invoke the method
properSubsetOf
public boolean properSubsetOf(HashSet arg1) throws VoyagerException
- Throws: VoyagerException
- A voyager-related exception occurred.
lowerBound
public Result lowerBound(Object arg1,
Messenger __messenger)
- Parameters:
- __messenger - The messenger that should be used to invoke the method
lowerBound
public HashSetIterator 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 HashSetIterator 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