P - Q - R - public abstract static class AbstractDomain.Ternary<T,P,Q,R> extends AbstractDomain<T> implements Domain<T>
AbstractDomain.Binary<T,L,R>, AbstractDomain.Nary<T,S>, AbstractDomain.Ternary<T,P,Q,R>, AbstractDomain.Unary<T,S>| Constructor and Description |
|---|
Ternary(Domain<P> first,
Domain<Q> second,
Domain<R> third) |
| Modifier and Type | Method and Description |
|---|---|
T |
get(long index)
Get a given value from the domain determined by its index.
|
abstract T |
get(P first,
Q second,
R third) |
long |
size()
Determine how many objects this generator can produce
|
sliceCopyright © 2019. All rights reserved.