Uses of Class
org.cicirello.search.representations.BitVector.BitIterator
Package
Description
This package includes classes related to representing solutions to optimization problems.
-
Uses of BitVector.BitIterator in org.cicirello.search.representations
Modifier and TypeMethodDescriptionBitVector.bitIterator()
Creates a BitIterator to iterate over the bits of this BitVector, one bit at a time.BitVector.bitIterator
(int k) Creates a BitIterator to iterate over the bits of this BitVector.