Constructor and Description |
---|
PartitionMap(Map<K,V> map,
int size) |
Modifier and Type | Method and Description |
---|---|
static <K,V> PartitionMap<K,V> |
create(Map<K,V> map,
int size) |
boolean |
hasNext() |
boolean |
isEmpty() |
Iterator<Map<K,V>> |
iterator() |
Map<K,V> |
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
Copyright © 2024. All rights reserved.