com.mxgraph.analysis.mxFibonacciHeap Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of AptSpringProcessor Show documentation
Show all versions of AptSpringProcessor Show documentation
This project contains the apt processor that implements all the checks enumerated in @Verify. It is a self contained, and
shaded jar.
The newest version!
/**
* Copyright (c) 2007-2017, Gaudenz Alder
* Copyright (c) 2007-2017, JGraph Ltd
*/
package com.mxgraph.analysis;
import java.util.Hashtable;
import java.util.Map;
/**
* This class implements a priority queue.
*/
public class mxFibonacciHeap
{
/**
* Maps from elements to nodes
*/
protected Map
© 2015 - 2025 Weber Informatics LLC | Privacy Policy