All Packages Class Hierarchy This Package Previous Next Index
Class store.PQueue
java.lang.Object
|
+----store.ArrayStore
|
+----store.PQueue
- public class PQueue
- extends ArrayStore
-
PQueue()
-
-
PQueue(COMPARER)
-
-
add(Object)
-
-
map(FUNCTION)
-
-
toString()
- Returns a String that represents the value of this Object.
PQueue
public PQueue()
PQueue
public PQueue(COMPARER c)
add
public void add(Object o)
- Overrides:
- add in class ArrayStore
toString
public String toString()
- Returns a String that represents the value of this Object.
- Overrides:
- toString in class Object
map
public STORE map(FUNCTION f)
- Overrides:
- map in class ArrayStore
All Packages Class Hierarchy This Package Previous Next Index
Imprint | Data Protection