-
Interface Summary
Interface |
Description |
DoubleTriFunction<R> |
A functional interface for a function that takes three doubles and returns an object of type R.
|
-
Class Summary
Class |
Description |
CompleteWeightedGraph<V,W extends java.lang.Comparable<W>> |
This class represents a complete weighted graph and provides an interface to add vertices and extract the edge with
minimal weight.
|
EfficientIterator<T> |
Provides a framework to implement iterators without having to worry about executing hasNext() twice per iteration.
|