
org.gnome.Mutter.Quadruple Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of desktop Show documentation
Show all versions of desktop Show documentation
java desktop class extender. has all user specific folders
The newest version!
package org.gnome.Mutter;
import org.freedesktop.dbus.Tuple;
public class Quadruple extends Tuple {
public final A a;
public final B b;
public final C c;
public final D d;
public Quadruple(A a, B b, C c, D d) {
this.a = a;
this.b = b;
this.c = c;
this.d = d;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy