Serialized Form
-
Package org.jhotdraw8.collection.primitive
-
Class org.jhotdraw8.collection.primitive.LongArrayHeap
- serialVersionUID:
- 1L
-
Serialized Fields
-
array
long[] array
The array used for representing the heap. -
size
int size
Number of elements in the heap.
-
-