org.aya.util.Pair Maven / Gradle / Ivy
// Copyright (c) 2020-2023 Tesla (Yinsen) Zhang.
// Use of this source code is governed by the MIT license that can be found in the LICENSE.md file.
package org.aya.util;
public record Pair(A component1, B component2) {
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy