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