| Package | Description |
|---|---|
| net.automatalib.commons.util |
| Modifier and Type | Method and Description |
|---|---|
static <T1,T2,T3> Triple<T1,T2,T3> |
Triple.of(T1 first,
T2 second,
T3 third)
Convenience function for creating a triple, allowing the user to omit the type parameters.
|
Copyright © 2019. All rights reserved.