| JGL - The Generic Collection Library for Java |
All Packages Class Hierarchy This Package Previous Next Index
Class com.objectspace.jgl.voyager.VPriorityQueue
java.lang.Object
|
+----com.objectspace.voyager.VObject
|
+----com.objectspace.jgl.voyager.VPriorityQueue
- public class VPriorityQueue
- extends VObject
- implements Container
-
VPriorityQueue()
- Construct a VPriorityQueue that is not associated with an object.
-
VPriorityQueue(BinaryPredicate, String)
-
-
VPriorityQueue(BinaryPredicate, String, long)
-
-
VPriorityQueue(PriorityQueue, String)
-
-
VPriorityQueue(PriorityQueue, String, long)
-
-
VPriorityQueue(String)
-
-
VPriorityQueue(String, long)
-
-
VPriorityQueue(VSubspace)
- Construct a VPriorityQueue and connect it to the specified object.
-
add(Object)
-
-
add(Object, Messenger)
-
-
clear()
-
-
clear(Messenger)
-
-
clone()
-
-
clone(Messenger)
-
-
copy(PriorityQueue)
-
-
copy(PriorityQueue, Messenger)
-
-
elements()
-
-
elements(Messenger)
-
-
equals(PriorityQueue)
-
-
equals(PriorityQueue, Messenger)
-
-
finish()
-
-
finish(Messenger)
-
-
getComparator()
-
-
getComparator(Messenger)
-
-
isEmpty()
-
-
isEmpty(Messenger)
-
-
maxSize()
-
-
maxSize(Messenger)
-
-
pop()
-
-
pop(Messenger)
-
-
push(Object)
-
-
push(Object, Messenger)
-
-
remove(Enumeration)
-
-
remove(Enumeration, Enumeration)
-
-
remove(Enumeration, Enumeration, Messenger)
-
-
remove(Enumeration, Messenger)
-
-
size()
-
-
size(Messenger)
-
-
start()
-
-
start(Messenger)
-
-
swap(PriorityQueue)
-
-
swap(PriorityQueue, Messenger)
-
-
top()
-
-
top(Messenger)
-
-
toString()
-
-
toString(Messenger)
-
VPriorityQueue
public VPriorityQueue()
- Construct a VPriorityQueue 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.
VPriorityQueue
public VPriorityQueue(VSubspace reference) throws VoyagerException
- Construct a VPriorityQueue and connect it to the specified object.
- Parameters:
- reference - A reference to the object to connect to.
- Throws: VoyagerException
- A voyager-related exception occurred.
VPriorityQueue
public VPriorityQueue(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.
VPriorityQueue
public VPriorityQueue(String __address) throws VoyagerException
- Parameters:
- __address - The address of the program where the instantiation should occur.
- Throws: VoyagerException
- A voyager-related exception occurred.
VPriorityQueue
public VPriorityQueue(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.
VPriorityQueue
public VPriorityQueue(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.
VPriorityQueue
public VPriorityQueue(PriorityQueue 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.
VPriorityQueue
public VPriorityQueue(PriorityQueue arg1,
String __address) throws VoyagerException
- Parameters:
- __address - The address of the program where the instantiation should occur.
- 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
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(PriorityQueue arg1,
Messenger __messenger)
- Parameters:
- __messenger - The messenger that should be used to invoke the method
copy
public void copy(PriorityQueue arg1) throws VoyagerException
- Throws: VoyagerException
- A voyager-related exception occurred.
equals
public Result equals(PriorityQueue arg1,
Messenger __messenger)
- Parameters:
- __messenger - The messenger that should be used to invoke the method
equals
public boolean equals(PriorityQueue arg1) 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()
clear
public Result clear(Messenger __messenger)
- Parameters:
- __messenger - The messenger that should be used to invoke the method
clear
public void clear()
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.
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()
top
public Result top(Messenger __messenger)
- Parameters:
- __messenger - The messenger that should be used to invoke the method
top
public Object top() 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)
push
public Result push(Object arg1,
Messenger __messenger)
- Parameters:
- __messenger - The messenger that should be used to invoke the method
push
public void push(Object arg1) throws VoyagerException
- Throws: VoyagerException
- A voyager-related exception occurred.
pop
public Result pop(Messenger __messenger)
- Parameters:
- __messenger - The messenger that should be used to invoke the method
pop
public Object pop() throws VoyagerException
- Throws: VoyagerException
- A voyager-related exception occurred.
swap
public Result swap(PriorityQueue arg1,
Messenger __messenger)
- Parameters:
- __messenger - The messenger that should be used to invoke the method
swap
public void swap(PriorityQueue arg1) 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
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)
All Packages Class Hierarchy This Package Previous Next Index