Uses of Class
com.strobel.core.Triple
-
Packages that use Triple Package Description com.strobel.core -
-
Uses of Triple in com.strobel.core
Methods in com.strobel.core that return Triple Modifier and Type Method Description static <TFirst,TSecond,TThird>
Triple<TFirst,TSecond,TThird>Triple. create(TFirst first, TSecond second, TThird third)
Methods in com.strobel.core with parameters of type Triple Modifier and Type Method Description int
Triple. compareTo(Triple<TFirst,TSecond,TThird> o)
boolean
Triple. equals(Triple<? extends TFirst,? extends TSecond,? extends TThird> other)
-