E
- type of the elementspublic class PermutationsWithReturn<E> extends AbstractPermutations<E>
drawlist, drawlistsize, drawsize
Constructor and Description |
---|
PermutationsWithReturn(ImmutableList<E> list,
int n) |
Modifier and Type | Method and Description |
---|---|
ImmutableList<E> |
get(java.math.BigInteger index)
Returns the element at the specified position in this list.
|
java.math.BigInteger |
size() |
get, iterator, toString
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
get
public PermutationsWithReturn(ImmutableList<E> list, int n)
public ImmutableList<E> get(java.math.BigInteger index)
ImmutableList
index
- index of the element to returnpublic java.math.BigInteger size()