T - S - public abstract static class AbstractDomain.Binary<T,L,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 |
|---|
Binary(Domain<L> left,
Domain<R> right) |
| Modifier and Type | Method and Description |
|---|---|
T |
get(long index)
Get a given value from the domain determined by its index.
|
abstract T |
get(L left,
R right) |
long |
size()
Determine how many objects this generator can produce
|
sliceCopyright © 2019. All rights reserved.