private static final class Collections2.PermutationCollection<E>
extends java.util.AbstractCollection<java.util.List<E>>
Modifier and Type | Field and Description |
---|---|
(package private) ImmutableList<E> |
inputList |
Constructor and Description |
---|
PermutationCollection(ImmutableList<E> input) |
Modifier and Type | Method and Description |
---|---|
boolean |
contains(java.lang.Object obj) |
boolean |
isEmpty() |
java.util.Iterator<java.util.List<E>> |
iterator() |
int |
size() |
java.lang.String |
toString() |
add, addAll, clear, containsAll, remove, removeAll, retainAll, toArray, toArray
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
final ImmutableList<E> inputList
PermutationCollection(ImmutableList<E> input)
public int size()
public boolean isEmpty()
public java.util.Iterator<java.util.List<E>> iterator()
public boolean contains(java.lang.Object obj)
public java.lang.String toString()
toString
in class java.util.AbstractCollection<java.util.List<E>>