| JGL - The Generic Collection Library for Java |
All Packages Class Hierarchy This Package Previous Next Index
Class com.objectspace.jgl.voyager.VOrderedSet
java.lang.Object
|
+----com.objectspace.voyager.VObject
|
+----com.objectspace.jgl.voyager.VOrderedSet
- public class VOrderedSet
- extends VObject
- implements Set
-
VOrderedSet()
- Construct a VOrderedSet that is not associated with an object.
-
VOrderedSet(BinaryPredicate, boolean, String)
-
-
VOrderedSet(BinaryPredicate, boolean, String, long)
-
-
VOrderedSet(BinaryPredicate, String)
-
-
VOrderedSet(BinaryPredicate, String, long)
-
-
VOrderedSet(boolean, String)
-
-
VOrderedSet(boolean, String, long)
-
-
VOrderedSet(OrderedSet, String)
-
-
VOrderedSet(OrderedSet, String, long)
-
-
VOrderedSet(String)
-
-
VOrderedSet(String, long)
-
-
VOrderedSet(VSubspace)
- Construct a VOrderedSet and connect it to the specified object.
-
add(Object)
-
-
add(Object, Messenger)
-
-
allowsDuplicates()
-
-
allowsDuplicates(Messenger)
-
-
begin()
-
-
begin(Messenger)
-
-
clear()
-
-
clear(Messenger)
-
-
clone()
-
-
clone(Messenger)
-
-
copy(OrderedSet)
-
-
copy(OrderedSet, Messenger)
-
-
count(Object)
-
-
count(Object, Messenger)
-
-
difference(OrderedSet)
-
-
difference(OrderedSet, Messenger)
-
-
elements()
-
-
elements(Messenger)
-
-
end()
-
-
end(Messenger)
-
-
equalRange(Object)
-
-
equalRange(Object, Messenger)
-
-
equals(OrderedSet)
-
-
equals(OrderedSet, Messenger)
-
-
find(Object)
-
-
find(Object, Messenger)
-
-
finish()
-
-
finish(Messenger)
-
-
get(Object)
-
-
get(Object, Messenger)
-
-
getComparator()
-
-
getComparator(Messenger)
-
-
intersection(OrderedSet)
-
-
intersection(OrderedSet, Messenger)
-
-
isEmpty()
-
-
isEmpty(Messenger)
-
-
lowerBound(Object)
-
-
lowerBound(Object, Messenger)
-
-
maxSize()
-
-
maxSize(Messenger)
-
-
properSubsetOf(OrderedSet)
-
-
properSubsetOf(OrderedSet, 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(OrderedSet)
-
-
subsetOf(OrderedSet, Messenger)
-
-
swap(OrderedSet)
-
-
swap(OrderedSet, Messenger)
-
-
symmetricDifference(OrderedSet)
-
-
symmetricDifference(OrderedSet, Messenger)
-
-
toString()
-
-
toString(Messenger)
-
-
union(OrderedSet)
-
-
union(OrderedSet, Messenger)
-
-
upperBound(Object)
-
-
upperBound(Object, Messenger)
-
VOrderedSet
public VOrderedSet()
- Construct a VOrderedSet 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.
VOrderedSet
public VOrderedSet(VSubspace reference) throws VoyagerException
- Construct a VOrderedSet and connect it to the specified object.
- Parameters:
- reference - A reference to the object to connect to.
- Throws: VoyagerException
- A voyager-related exception occurred.
VOrderedSet
public VOrderedSet(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.
VOrderedSet
public VOrderedSet(String __address) throws VoyagerException
- Parameters:
- __address - The address of the program where the instantiation should occur.
- Throws: VoyagerException
- A voyager-related exception occurred.
VOrderedSet
public VOrderedSet(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.
VOrderedSet
public VOrderedSet(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.
VOrderedSet
public VOrderedSet(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.
VOrderedSet
public VOrderedSet(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.
VOrderedSet
public VOrderedSet(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.
VOrderedSet
public VOrderedSet(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.
VOrderedSet
public VOrderedSet(OrderedSet 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.
VOrderedSet
public VOrderedSet(OrderedSet arg1,
String __address) throws VoyagerException
- Parameters:
- __address - The address of the program where the instantiation should occur.
- Throws: VoyagerException
- A voyager-related exception occurred.
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
clone
public Object clone()
- Overrides:
- clone in class Object
copy
public Result copy(OrderedSet arg1,
Messenger __messenger)
- Parameters:
- __messenger - The messenger that should be used to invoke the method
copy
public void copy(OrderedSet 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
toString
public String toString()
- Overrides:
- toString in class Object
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 OrderedSetIterator 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 OrderedSetIterator 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(OrderedSet arg1,
Messenger __messenger)
- Parameters:
- __messenger - The messenger that should be used to invoke the method
equals
public boolean equals(OrderedSet arg1) throws VoyagerException
- Throws: VoyagerException
- A voyager-related exception occurred.
swap
public Result swap(OrderedSet arg1,
Messenger __messenger)
- Parameters:
- __messenger - The messenger that should be used to invoke the method
swap
public void swap(OrderedSet 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 OrderedSetIterator 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)
lowerBound
public Result lowerBound(Object arg1,
Messenger __messenger)
- Parameters:
- __messenger - The messenger that should be used to invoke the method
lowerBound
public OrderedSetIterator 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 OrderedSetIterator 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.
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(OrderedSet arg1,
Messenger __messenger)
- Parameters:
- __messenger - The messenger that should be used to invoke the method
union
public OrderedSet union(OrderedSet arg1) throws VoyagerException
- Throws: VoyagerException
- A voyager-related exception occurred.
intersection
public Result intersection(OrderedSet arg1,
Messenger __messenger)
- Parameters:
- __messenger - The messenger that should be used to invoke the method
intersection
public OrderedSet intersection(OrderedSet arg1) throws VoyagerException
- Throws: VoyagerException
- A voyager-related exception occurred.
difference
public Result difference(OrderedSet arg1,
Messenger __messenger)
- Parameters:
- __messenger - The messenger that should be used to invoke the method
difference
public OrderedSet difference(OrderedSet arg1) throws VoyagerException
- Throws: VoyagerException
- A voyager-related exception occurred.
symmetricDifference
public Result symmetricDifference(OrderedSet arg1,
Messenger __messenger)
- Parameters:
- __messenger - The messenger that should be used to invoke the method
symmetricDifference
public OrderedSet symmetricDifference(OrderedSet arg1) throws VoyagerException
- Throws: VoyagerException
- A voyager-related exception occurred.
subsetOf
public Result subsetOf(OrderedSet arg1,
Messenger __messenger)
- Parameters:
- __messenger - The messenger that should be used to invoke the method
subsetOf
public boolean subsetOf(OrderedSet arg1) throws VoyagerException
- Throws: VoyagerException
- A voyager-related exception occurred.
properSubsetOf
public Result properSubsetOf(OrderedSet arg1,
Messenger __messenger)
- Parameters:
- __messenger - The messenger that should be used to invoke the method
properSubsetOf
public boolean properSubsetOf(OrderedSet arg1) throws VoyagerException
- Throws: VoyagerException
- A voyager-related exception occurred.
All Packages Class Hierarchy This Package Previous Next Index