Package org.jheaps.array
Class BinaryArrayIntegerValueHeap.Elem<V>
java.lang.Object
org.jheaps.array.BinaryArrayIntegerValueHeap.Elem<V>
- All Implemented Interfaces:
Serializable
- Enclosing class:
BinaryArrayIntegerValueHeap<V>
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) int
private static final long
(package private) V
-
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
key
int key -
value
V value
-
-
Constructor Details
-
Elem
-