| 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, removeAlladd, addAll, clear, contains, containsAll, remove, retainAll, toArray, toArray, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitforEachRemaining, removeadd, addAll, clear, contains, containsAll, remove, retainAll, spliterator, toArray, toArrayparallelStream, removeIf, streampublic static <E> PartitionSet<E> create(Set<E> set, int size)
public int size()
public boolean isEmpty()
Copyright © 2025. All rights reserved.