Class BinaryArrayIntegerValueHeap.Elem<V>

java.lang.Object
org.jheaps.array.BinaryArrayIntegerValueHeap.Elem<V>
All Implemented Interfaces:
Serializable
Enclosing class:
BinaryArrayIntegerValueHeap<V>

private static class BinaryArrayIntegerValueHeap.Elem<V> extends Object implements Serializable
  • Field Details

    • serialVersionUID

      private static final long serialVersionUID
      See Also:
    • key

      int key
    • value

      V value
  • Constructor Details

    • Elem

      public Elem(Integer key, V value)