public final class Permutations extends Object
Modifier and Type | Class and Description |
---|---|
static class |
Permutations.Swap<T> |
Modifier and Type | Method and Description |
---|---|
static <T> Iterable<Permutations.Swap<T>> |
iterable(List<T> list) |
static <T> Iterator<Permutations.Swap<T>> |
iterator(List<T> list) |
public static <T> Iterable<Permutations.Swap<T>> iterable(List<T> list)
public static <T> Iterator<Permutations.Swap<T>> iterator(List<T> list)
Copyright © 2013–2016. All rights reserved.