Class ApBetweennessCentrality.WeightedQueue
java.lang.Object
org.jgrapht.alg.scoring.ApBetweennessCentrality.WeightedQueue
- All Implemented Interfaces:
ApBetweennessCentrality.MyQueue<V,Double>
- Enclosing class:
ApBetweennessCentrality<V,E>
private class ApBetweennessCentrality.WeightedQueue
extends Object
implements ApBetweennessCentrality.MyQueue<V,Double>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
delegate
-
seen
-
-
Constructor Details
-
WeightedQueue
private WeightedQueue()
-
-
Method Details
-
insert
-
update
-
remove
- Specified by:
removein interfaceApBetweennessCentrality.MyQueue<V,Double>
-
isEmpty
public boolean isEmpty()- Specified by:
isEmptyin interfaceApBetweennessCentrality.MyQueue<V,Double>
-