Uses of Class
org.jparsec.functors.Tuple5
Packages that use Tuple5
Package
Description
Provides core Parser implementations for parser combinator logic.
Provides common functor interfaces, such as Map for mapping parser results
as well as some common implementations.
-
Uses of Tuple5 in org.jparsec
Methods in org.jparsec that return types with arguments of type Tuple5 -
Uses of Tuple5 in org.jparsec.functors
Methods in org.jparsec.functors that return Tuple5Modifier and TypeMethodDescriptionstatic <A,
B, C, D, E>
Tuple5<A, B, C, D, E> Tuples.tuple
(A a, B b, C c, D d, E e) Deprecated.Returns aTuple5
of 5 objects.Methods in org.jparsec.functors that return types with arguments of type Tuple5Methods in org.jparsec.functors with parameters of type Tuple5