|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.util.AbstractCollection<E>
java.util.AbstractQueue<E>
java.util.PriorityQueue<T>
utils.VSPriorityQueue<T>
public final class VSPriorityQueue<T>
The class VSPriorityQueue. This class is the same like the standard VSPriorityQueue of the Java API. It only overrides the get(int) method.
| Constructor Summary | |
|---|---|
VSPriorityQueue()
|
|
| Method Summary | |
|---|---|
T |
get(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 |
|---|
public VSPriorityQueue()
| Method Detail |
|---|
public T get(int index)
index - the index
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||