Generated by
JDiff

Class com.google.common.collect.Collections2

Added Methods
Collection<List<E>> orderedPermutations(Iterable<E>) Returns a Collection of all the permutations of the specified Iterable.
Collection<List<E>> orderedPermutations(Iterable<E>, Comparator<?, super, E>) Returns a Collection of all the permutations of the specified Iterable using the specified Comparator for establishing the lexicographical ordering.
Collection<List<E>> permutations(Collection<E>) Returns a Collection of all the permutations of the specified Collection.