Uses of Class
org.drasyl.util.Pair

Packages that use Pair
Package
Description
Utility classes used across multiple packages.
  • Uses of Pair in org.drasyl.util

    Methods in org.drasyl.util that return Pair
    Modifier and Type
    Method
    Description
    static <A, B> Pair<A,B>
    Pair.of(A first, B second)
    Obtains a tuple of two elements inferring the generic types.