All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class store.PQueue

java.lang.Object
   |
   +----store.ArrayStore
           |
           +----store.PQueue

public class PQueue
extends ArrayStore

Constructor Index

 o PQueue()
 o PQueue(COMPARER)

Method Index

 o add(Object)
 o map(FUNCTION)
 o toString()
Returns a String that represents the value of this Object.

Constructors

 o PQueue
  public PQueue()
 o PQueue
  public PQueue(COMPARER c)

Methods

 o add
  public void add(Object o)
Overrides:
add in class ArrayStore
 o toString
  public String toString()
Returns a String that represents the value of this Object.

Overrides:
toString in class Object
 o map
  public STORE map(FUNCTION f)
Overrides:
map in class ArrayStore

All Packages  Class Hierarchy  This Package  Previous  Next  Index

Imprint | Data Protection