protected class UnifiedMapWithHashingStrategy.EntrySet extends java.lang.Object implements java.util.Set<java.util.Map.Entry<K,V>>, java.io.Serializable, BatchIterable<java.util.Map.Entry<K,V>>
| Modifier | Constructor and Description |
|---|---|
protected |
UnifiedMapWithHashingStrategy.EntrySet() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
add(java.util.Map.Entry<K,V> entry) |
boolean |
addAll(java.util.Collection<? extends java.util.Map.Entry<K,V>> collection) |
void |
batchForEach(com.gs.collections.api.block.procedure.Procedure<? super java.util.Map.Entry<K,V>> procedure,
int sectionIndex,
int sectionCount) |
void |
clear() |
boolean |
contains(java.lang.Object o) |
boolean |
containsAll(java.util.Collection<?> collection) |
boolean |
containsEntry(java.util.Map.Entry<?,?> entry) |
protected void |
copyEntries(java.lang.Object[] result) |
boolean |
equals(java.lang.Object obj) |
void |
forEach(com.gs.collections.api.block.procedure.Procedure<? super java.util.Map.Entry<K,V>> procedure) |
int |
getBatchCount(int batchSize) |
int |
hashCode() |
boolean |
isEmpty() |
java.util.Iterator<java.util.Map.Entry<K,V>> |
iterator() |
boolean |
remove(java.lang.Object e) |
boolean |
removeAll(java.util.Collection<?> collection) |
boolean |
retainAll(java.util.Collection<?> collection) |
int |
size() |
java.lang.Object[] |
toArray() |
<T> T[] |
toArray(T[] result) |
protected UnifiedMapWithHashingStrategy.EntrySet()
public void clear()
public boolean containsEntry(java.util.Map.Entry<?,?> entry)
public boolean contains(java.lang.Object o)
public boolean containsAll(java.util.Collection<?> collection)
public boolean isEmpty()
public boolean remove(java.lang.Object e)
public boolean removeAll(java.util.Collection<?> collection)
public boolean retainAll(java.util.Collection<?> collection)
public int size()
public void forEach(com.gs.collections.api.block.procedure.Procedure<? super java.util.Map.Entry<K,V>> procedure)
forEach in interface BatchIterable<java.util.Map.Entry<K,V>>public int getBatchCount(int batchSize)
getBatchCount in interface BatchIterable<java.util.Map.Entry<K,V>>public void batchForEach(com.gs.collections.api.block.procedure.Procedure<? super java.util.Map.Entry<K,V>> procedure, int sectionIndex, int sectionCount)
batchForEach in interface BatchIterable<java.util.Map.Entry<K,V>>protected void copyEntries(java.lang.Object[] result)
public java.lang.Object[] toArray()
public <T> T[] toArray(T[] result)
public boolean equals(java.lang.Object obj)