Uses of Class
org.cicirello.search.representations.BitVector.BitIterator
Packages that use BitVector.BitIterator
Package
Description
This package includes classes related to representing solutions to optimization problems.
-
Uses of BitVector.BitIterator in org.cicirello.search.representations
Methods in org.cicirello.search.representations that return BitVector.BitIteratorModifier 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.