org.jgrapht.experimental.permutation
Interface ArrayPermutationsIter

All Known Implementing Classes:
CompoundPermutationIter, IntegerPermutationIter

public interface ArrayPermutationsIter

An interface to iterate over array permutations. Similiar to Iterator, but with specific return types and without the remove() method.

Since:
Jul 29, 2005
Author:
Assaf

Method Summary
 boolean hasNextPermutaions()
           
 int[] nextPermutation()
           
 

Method Detail

nextPermutation

int[] nextPermutation()

hasNextPermutaions

boolean hasNextPermutaions()


Copyright © 2013. All rights reserved.