Package com.graphhopper.util
Class SimpleIntDeque
java.lang.Object
com.graphhopper.util.SimpleIntDeque
push to end, pop from beginning
- Author:
- Peter Karich
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
SimpleIntDeque
public SimpleIntDeque() -
SimpleIntDeque
public SimpleIntDeque(int initSize) -
SimpleIntDeque
public SimpleIntDeque(int initSize, float growFactor)
-
-
Method Details