Uses of Class
org.aoju.bus.core.lang.tuple.ImmutableTriple
Packages that use ImmutableTriple
-
Uses of ImmutableTriple in org.aoju.bus.core.lang.tuple
Methods in org.aoju.bus.core.lang.tuple that return ImmutableTripleModifier and TypeMethodDescriptionstatic <L,M, R> ImmutableTriple <L, M, R> ImmutableTriple.nullTriple()Returns an immutable triple of nulls.static <L,M, R> ImmutableTriple <L, M, R> ImmutableTriple.of(L left, M middle, R right) Obtains an immutable triple of three objects inferring the generic types.