public interface IntCombinatorialPort extends Serializable
| Modifier and Type | Interface and Description |
|---|---|
static class |
IntCombinatorialPort.Iterator |
| Modifier and Type | Method and Description |
|---|---|
int[] |
getReference()
Returns the reference to the current iteration element
|
void |
reset()
Resets the iteration
|
int[] |
take()
Calculates and returns the next combination or null, if no more combinations exist.
|
void reset()
int[] getReference()
int[] take()
Copyright © 2017. All rights reserved.