public class Trip<R,G,B> extends Object
Trip(R red, G green, B blue)
B
blue()
boolean
equals(Object obj)
G
green()
int
hashCode()
static <R,G,B> Trip<R,G,B>
of(R red, G green, B blue)
R
red()
List<Object>
toList()
String
toString()
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
public Trip(R red, G green, B blue)
public static <R,G,B> Trip<R,G,B> of(R red, G green, B blue)
public final R red()
public final G green()
public final B blue()
public final List<Object> toList()
public final boolean equals(Object obj)
equals
Object
public final int hashCode()
hashCode
public final String toString()
toString
Copyright © 2023 Andreas Kluge-Kaindl, Bremen (de). All rights reserved.