Constructor and Description |
---|
PartitionSet(Set<E> set,
int size) |
Modifier and Type | Method and Description |
---|---|
static <E> PartitionSet<E> |
create(Set<E> set,
int size) |
boolean |
hasNext() |
boolean |
isEmpty() |
Iterator<Set<E>> |
iterator() |
Set<E> |
next() |
int |
size() |
equals, hashCode, removeAll
add, addAll, clear, contains, containsAll, remove, retainAll, toArray, toArray, toString
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
forEachRemaining, remove
add, addAll, clear, contains, containsAll, remove, retainAll, spliterator, toArray, toArray
parallelStream, removeIf, stream
public static <E> PartitionSet<E> create(Set<E> set, int size)
public int size()
public boolean isEmpty()
Copyright © 2024. All rights reserved.