| Package | Description |
|---|---|
| net.automatalib.commons.util |
| Modifier and Type | Method and Description |
|---|---|
Pair<T1,Pair<T2,T3>> |
Triple.asPair1()
Deprecated.
|
Pair<Pair<T1,T2>,T3> |
Triple.asPair2()
Deprecated.
|
static <T1,T2> Pair<T1,T2> |
Pair.make(T1 first,
T2 second)
Convenience function for creating a pair, allowing the user to omit
the type parameters.
|
| Modifier and Type | Method and Description |
|---|---|
Pair<T1,Pair<T2,T3>> |
Triple.asPair1()
Deprecated.
|
Pair<Pair<T1,T2>,T3> |
Triple.asPair2()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
static <T1,T2,T3> Triple<T1,T2,T3> |
Triple.fromPair1(Pair<T1,Pair<T2,T3>> pair)
Deprecated.
|
static <T1,T2,T3> Triple<T1,T2,T3> |
Triple.fromPair2(Pair<Pair<T1,T2>,T3> pair)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
static <T1,T2,T3> Triple<T1,T2,T3> |
Triple.fromPair1(Pair<T1,Pair<T2,T3>> pair)
Deprecated.
|
static <T1,T2,T3> Triple<T1,T2,T3> |
Triple.fromPair2(Pair<Pair<T1,T2>,T3> pair)
Deprecated.
|
Copyright © 2015. All Rights Reserved.