From c015d586d22b69078b6da61858e5675793856b0b Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Sun, 25 May 2008 08:10:13 +0000 Subject: JAutoDoc :) --- sources/utils/VSPriorityQueue.java | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) (limited to 'sources/utils/VSPriorityQueue.java') diff --git a/sources/utils/VSPriorityQueue.java b/sources/utils/VSPriorityQueue.java index dd46a6e..7458a54 100644 --- a/sources/utils/VSPriorityQueue.java +++ b/sources/utils/VSPriorityQueue.java @@ -1,8 +1,24 @@ +/* + * VS is (c) 2008 by Paul C. Buetow + * vs@dev.buetow.org + */ package utils; import java.util.PriorityQueue; +// TODO: Auto-generated Javadoc +/** + * The Class VSPriorityQueue. + */ public final class VSPriorityQueue extends PriorityQueue { + + /** + * Gets the. + * + * @param index the index + * + * @return the t + */ public T get(int index) { int i = 0; -- cgit v1.2.3