Package org.jheaps.tree
Class BinaryTreeSoftHeap.SoftHandle<K>
- java.lang.Object
-
- org.jheaps.tree.BinaryTreeSoftHeap.SoftHandle<K>
-
- All Implemented Interfaces:
java.io.Serializable
- Enclosing class:
- BinaryTreeSoftHeap<K>
static class BinaryTreeSoftHeap.SoftHandle<K> extends java.lang.Object implements java.io.Serializable
-
-
Field Summary
Fields Modifier and Type Field Description (package private) K
key
(package private) BinaryTreeSoftHeap.SoftHandle<K>
next
private static long
serialVersionUID
-
Constructor Summary
Constructors Constructor Description SoftHandle(K key)
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
-
key
K key
-
next
BinaryTreeSoftHeap.SoftHandle<K> next
-
-
Constructor Detail
-
SoftHandle
SoftHandle(K key)
-
-