| Constructor and Description |
|---|
CombinationIterator(int combSize,
BitSet items) |
CombinationIterator(int combSize,
BitSet items,
int offset) |
CombinationIterator(int combSize,
int itemsSize) |
CombinationIterator(int combSize,
Set<Integer> items) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasNext() |
Iterator<Set<Integer>> |
iterator() |
Set<Integer> |
next() |
BitSet |
nextBitSet() |
void |
remove() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEach, spliteratorforEachRemainingpublic CombinationIterator(int combSize,
int itemsSize)
public CombinationIterator(int combSize,
BitSet items)
public CombinationIterator(int combSize,
BitSet items,
int offset)
Copyright © 2020 Centre de Recherche en Informatique de Lens (CRIL). All rights reserved.