Package | Description |
---|---|
lib.easyjava.graph.directed | |
lib.easyjava.graph.undirected | |
lib.easyjava.net.rest | |
lib.easyjava.type |
Constructor and Description |
---|
WeightedDirectedGraph(MultiMap<T,Pair<T,java.lang.Double>> connections)
Creates a new weighted undirected graph with the connections described by
a multimap.
|
Constructor and Description |
---|
WeightedUndirectedGraph(MultiMap<T,Pair<T,java.lang.Double>> connections)
Creates a new weighted undirected graph with the connections described by
a multimap.
|
Constructor and Description |
---|
MultiRateLimiter(RateLimiter.Type type,
java.util.List<Pair<java.lang.Integer,java.lang.Long>> limits) |
Modifier and Type | Class and Description |
---|---|
class |
UnmodifiablePair<T1,T2>
An unmodifiable Pair
|
Modifier and Type | Method and Description |
---|---|
int |
Pair.compareTo(Pair<T1,T2> other) |
Constructor and Description |
---|
Pair(Pair<T1,T2> pair) |
UnmodifiablePair(Pair<T1,T2> pair) |