|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Tuple3 | |
---|---|
org.codehaus.jparsec | Provides core Parser implementations for parser combinator logic. |
org.codehaus.jparsec.functors | Provides common functor interfaces, such as Map for mapping parser results as well as some common implementations. |
Uses of Tuple3 in org.codehaus.jparsec |
---|
Methods in org.codehaus.jparsec that return types with arguments of type Tuple3 | ||
---|---|---|
static
|
Parsers.tuple(Parser<? extends A> p1,
Parser<? extends B> p2,
Parser<? extends C> p3)
A Parser that sequentially runs 3 parser objects and collects the results in a
Tuple3 object. |
Uses of Tuple3 in org.codehaus.jparsec.functors |
---|
Subclasses of Tuple3 in org.codehaus.jparsec.functors | |
---|---|
class |
Tuple4<A,B,C,D>
Immutable data holder for 4 values. |
class |
Tuple5<A,B,C,D,E>
Immutable data holder for 5 values. |
Methods in org.codehaus.jparsec.functors that return Tuple3 | ||
---|---|---|
static
|
Tuples.tuple(A a,
B b,
C c)
Returns a Tuple3 of 3 objects. |
Methods in org.codehaus.jparsec.functors that return types with arguments of type Tuple3 | ||
---|---|---|
static
|
Maps.toTuple3()
A Map3 object that maps 3 values to a Tuple3 object. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |