From afed274c10a93957f82a009824cafe8d83aa68a8 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Fri, 15 Aug 2008 04:09:42 +0000 Subject: new branches --- VS-Sim-Javadoc/utils/VSPriorityQueue.html | 305 ++++++++++++++++++++++++++++++ 1 file changed, 305 insertions(+) create mode 100644 VS-Sim-Javadoc/utils/VSPriorityQueue.html (limited to 'VS-Sim-Javadoc/utils/VSPriorityQueue.html') diff --git a/VS-Sim-Javadoc/utils/VSPriorityQueue.html b/VS-Sim-Javadoc/utils/VSPriorityQueue.html new file mode 100644 index 0000000..f97de52 --- /dev/null +++ b/VS-Sim-Javadoc/utils/VSPriorityQueue.html @@ -0,0 +1,305 @@ + + + + + + +VSPriorityQueue + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +utils +
+Class VSPriorityQueue<T>

+
+java.lang.Object
+  extended by java.util.AbstractCollection<E>
+      extended by java.util.AbstractQueue<E>
+          extended by java.util.PriorityQueue<T>
+              extended by utils.VSPriorityQueue<T>
+
+
+
All Implemented Interfaces:
java.io.Serializable, java.lang.Iterable<T>, java.util.Collection<T>, java.util.Queue<T>
+
+
+
+
public final class VSPriorityQueue<T>
extends java.util.PriorityQueue<T>
+ + +

+The class VSPriorityQueue. This class is the same like the standard + VSPriorityQueue of the Java API. It only overrides the get(int) method. +

+ +

+

+
Author:
+
Paul C. Buetow
+
See Also:
Serialized Form
+
+ +

+ + + + + + + + + + + +
+Constructor Summary
VSPriorityQueue() + +
+           
+  + + + + + + + + + + + +
+Method Summary
+ Tget(int index) + +
+          Gets the specific element.
+ + + + + + + +
Methods inherited from class java.util.PriorityQueue
add, clear, comparator, contains, iterator, offer, peek, poll, remove, size, toArray, toArray
+ + + + + + + +
Methods inherited from class java.util.AbstractQueue
addAll, element, remove
+ + + + + + + +
Methods inherited from class java.util.AbstractCollection
containsAll, isEmpty, removeAll, retainAll, toString
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
+ + + + + + + +
Methods inherited from interface java.util.Collection
containsAll, equals, hashCode, isEmpty, removeAll, retainAll
+  +

+ + + + + + + + +
+Constructor Detail
+ +

+VSPriorityQueue

+
+public VSPriorityQueue()
+
+
+ + + + + + + + +
+Method Detail
+ +

+get

+
+public T get(int index)
+
+
Gets the specific element. If the index is out of bounds, it will return + null. +

+

+
Parameters:
index - the index +
Returns:
the element, or null, if out of bounds
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + -- cgit v1.2.3