Uses of Class
org.cicirello.search.representations.BitVector.BitIterator
-
Packages that use BitVector.BitIterator Package Description org.cicirello.search.representations 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.BitIterator Modifier and Type Method Description BitVector.BitIterator
BitVector. bitIterator()
Creates a BitIterator to iterate over the bits of this BitVector, one bit at a time.BitVector.BitIterator
BitVector. bitIterator(int k)
Creates a BitIterator to iterate over the bits of this BitVector.
-