| java.lang.Object org.hsqldb.lib.HsqlArrayHeap
HsqlArrayHeap | public class HsqlArrayHeap implements HsqlHeap(Code) | | An HsqlHeap implementation backed by an array of objects and an
ObjectComparator ObjectComparator . This implementation
is non-blocking, dynamically resizing and thread-safe.
author: boucherb@users version: 1.7.2 since: 1.7.2 |
Constructor Summary | |
public | HsqlArrayHeap(int capacity, ObjectComparator comparator) Creates a new HsqlArrayHeap with the given initial capacity, using
the specified ObjectComparator to maintain the heap invariant. |
count | protected int count(Code) | | |
clear | public synchronized void clear()(Code) | | |
isEmpty | public synchronized boolean isEmpty()(Code) | | |
isFull | public synchronized boolean isFull()(Code) | | |
size | public synchronized int size()(Code) | | |
|
|