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