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