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 is the virtual class of OrderedSet.


Constructor Index

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

Method Index

 o add(Object)
 o add(Object, Messenger)
 o allowsDuplicates()
 o allowsDuplicates(Messenger)
 o begin()
 o begin(Messenger)
 o clear()
 o clear(Messenger)
 o clone()
 o clone(Messenger)
 o copy(OrderedSet)
 o copy(OrderedSet, Messenger)
 o count(Object)
 o count(Object, Messenger)
 o difference(OrderedSet)
 o difference(OrderedSet, Messenger)
 o elements()
 o elements(Messenger)
 o end()
 o end(Messenger)
 o equalRange(Object)
 o equalRange(Object, Messenger)
 o equals(OrderedSet)
 o equals(OrderedSet, 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 intersection(OrderedSet)
 o intersection(OrderedSet, Messenger)
 o isEmpty()
 o isEmpty(Messenger)
 o lowerBound(Object)
 o lowerBound(Object, Messenger)
 o maxSize()
 o maxSize(Messenger)
 o originalIsInterface()
 o properSubsetOf(OrderedSet)
 o properSubsetOf(OrderedSet, Messenger)
 o put(Object)
 o put(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 subsetOf(OrderedSet)
 o subsetOf(OrderedSet, Messenger)
 o swap(OrderedSet)
 o swap(OrderedSet, Messenger)
 o symmetricDifference(OrderedSet)
 o symmetricDifference(OrderedSet, Messenger)
 o toString()
 o toString(Messenger)
 o union(OrderedSet)
 o union(OrderedSet, Messenger)
 o upperBound(Object)
 o upperBound(Object, Messenger)

Constructors

 o 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.

 o 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.
 o 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.
 o 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.
 o 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.
 o 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.
 o 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.
 o 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.
 o 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.
 o 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.
 o 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.
 o 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.

Methods

 o getOriginalClassName
 public String getOriginalClassName()
Overrides:
getOriginalClassName in class VObject
 o originalIsInterface
 public boolean originalIsInterface()
Overrides:
originalIsInterface in class VObject
 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
 o clone
 public Object clone()
Overrides:
clone in class Object
 o copy
 public Result copy(OrderedSet arg1,
                    Messenger __messenger)
Parameters:
__messenger - The messenger that should be used to invoke the method
 o copy
 public void copy(OrderedSet 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 VObject
 o toString
 public String toString()
Overrides:
toString in class VObject
 o elements
 public Result elements(Messenger __messenger)
Parameters:
__messenger - The messenger that should be used to invoke the method
 o elements
 public Enumeration elements()
 o start
 public Result start(Messenger __messenger)
Parameters:
__messenger - The messenger that should be used to invoke the method
 o start
 public ForwardIterator start()
 o finish
 public Result finish(Messenger __messenger)
Parameters:
__messenger - The messenger that should be used to invoke the method
 o finish
 public ForwardIterator finish()
 o begin
 public Result begin(Messenger __messenger)
Parameters:
__messenger - The messenger that should be used to invoke the method
 o begin
 public OrderedSetIterator 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 OrderedSetIterator 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
 o isEmpty
 public boolean isEmpty()
 o size
 public Result size(Messenger __messenger)
Parameters:
__messenger - The messenger that should be used to invoke the method
 o size
 public int size()
 o maxSize
 public Result maxSize(Messenger __messenger)
Parameters:
__messenger - The messenger that should be used to invoke the method
 o maxSize
 public int maxSize()
 o equals
 public Result equals(OrderedSet arg1,
                      Messenger __messenger)
Parameters:
__messenger - The messenger that should be used to invoke the method
 o equals
 public boolean equals(OrderedSet arg1) throws VoyagerException
Throws: VoyagerException
A voyager-related exception occurred.
 o swap
 public Result swap(OrderedSet arg1,
                    Messenger __messenger)
Parameters:
__messenger - The messenger that should be used to invoke the method
 o swap
 public void swap(OrderedSet 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
 o clear
 public void clear()
 o remove
 public Result remove(Object arg1,
                      Messenger __messenger)
Parameters:
__messenger - The messenger that should be used to invoke the method
 o remove
 public int remove(Object arg1)
 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)
 o remove
 public Result remove(Enumeration arg1,
                      Messenger __messenger)
Parameters:
__messenger - The messenger that should be used to invoke the method
 o remove
 public Object remove(Enumeration arg1)
 o remove
 public Result remove(Enumeration arg1,
                      Enumeration arg2,
                      Messenger __messenger)
Parameters:
__messenger - The messenger that should be used to invoke the method
 o remove
 public int remove(Enumeration arg1,
                   Enumeration arg2)
 o find
 public Result find(Object arg1,
                    Messenger __messenger)
Parameters:
__messenger - The messenger that should be used to invoke the method
 o find
 public OrderedSetIterator 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
 o count
 public int count(Object arg1)
 o lowerBound
 public Result lowerBound(Object arg1,
                          Messenger __messenger)
Parameters:
__messenger - The messenger that should be used to invoke the method
 o lowerBound
 public OrderedSetIterator 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 OrderedSetIterator 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 add
 public Result add(Object arg1,
                   Messenger __messenger)
Parameters:
__messenger - The messenger that should be used to invoke the method
 o add
 public Object add(Object arg1)
 o get
 public Result get(Object arg1,
                   Messenger __messenger)
Parameters:
__messenger - The messenger that should be used to invoke the method
 o get
 public Object get(Object arg1)
 o put
 public Result put(Object arg1,
                   Messenger __messenger)
Parameters:
__messenger - The messenger that should be used to invoke the method
 o put
 public Object put(Object arg1)
 o union
 public Result union(OrderedSet arg1,
                     Messenger __messenger)
Parameters:
__messenger - The messenger that should be used to invoke the method
 o union
 public OrderedSet union(OrderedSet arg1) throws VoyagerException
Throws: VoyagerException
A voyager-related exception occurred.
 o intersection
 public Result intersection(OrderedSet arg1,
                            Messenger __messenger)
Parameters:
__messenger - The messenger that should be used to invoke the method
 o intersection
 public OrderedSet intersection(OrderedSet arg1) throws VoyagerException
Throws: VoyagerException
A voyager-related exception occurred.
 o difference
 public Result difference(OrderedSet arg1,
                          Messenger __messenger)
Parameters:
__messenger - The messenger that should be used to invoke the method
 o difference
 public OrderedSet difference(OrderedSet arg1) throws VoyagerException
Throws: VoyagerException
A voyager-related exception occurred.
 o symmetricDifference
 public Result symmetricDifference(OrderedSet arg1,
                                   Messenger __messenger)
Parameters:
__messenger - The messenger that should be used to invoke the method
 o symmetricDifference
 public OrderedSet symmetricDifference(OrderedSet arg1) throws VoyagerException
Throws: VoyagerException
A voyager-related exception occurred.
 o subsetOf
 public Result subsetOf(OrderedSet arg1,
                        Messenger __messenger)
Parameters:
__messenger - The messenger that should be used to invoke the method
 o subsetOf
 public boolean subsetOf(OrderedSet arg1) throws VoyagerException
Throws: VoyagerException
A voyager-related exception occurred.
 o properSubsetOf
 public Result properSubsetOf(OrderedSet arg1,
                              Messenger __messenger)
Parameters:
__messenger - The messenger that should be used to invoke the method
 o properSubsetOf
 public boolean properSubsetOf(OrderedSet arg1) throws VoyagerException
Throws: VoyagerException
A voyager-related exception occurred.

All Packages  Class Hierarchy  This Package  Previous  Next  Index