protected class UnifiedMap.ValuesCollection extends AbstractMutableMap.ValuesCollectionCommon<V> implements java.io.Serializable, BatchIterable<V>
| Modifier | Constructor and Description |
|---|---|
protected |
UnifiedMap.ValuesCollection() |
| Modifier and Type | Method and Description |
|---|---|
void |
batchForEach(com.gs.collections.api.block.procedure.Procedure<? super V> procedure,
int sectionIndex,
int sectionCount) |
void |
clear() |
boolean |
contains(java.lang.Object o) |
boolean |
containsAll(java.util.Collection<?> collection) |
protected void |
copyValues(java.lang.Object[] result) |
void |
forEach(com.gs.collections.api.block.procedure.Procedure<? super V> procedure) |
int |
getBatchCount(int batchSize) |
boolean |
isEmpty() |
java.util.Iterator<V> |
iterator() |
boolean |
remove(java.lang.Object o) |
boolean |
removeAll(java.util.Collection<?> collection) |
boolean |
retainAll(java.util.Collection<?> collection) |
int |
size() |
java.lang.Object[] |
toArray() |
<T> T[] |
toArray(T[] result) |
java.lang.String |
toString() |
protected java.lang.Object |
writeReplace() |
add, addAllpublic void clear()
clear in interface java.util.Collection<V>public boolean contains(java.lang.Object o)
contains in interface java.util.Collection<V>public boolean containsAll(java.util.Collection<?> collection)
containsAll in interface java.util.Collection<V>public boolean isEmpty()
isEmpty in interface java.util.Collection<V>public java.util.Iterator<V> iterator()
public boolean remove(java.lang.Object o)
remove in interface java.util.Collection<V>public boolean removeAll(java.util.Collection<?> collection)
removeAll in interface java.util.Collection<V>public boolean retainAll(java.util.Collection<?> collection)
retainAll in interface java.util.Collection<V>public int size()
size in interface BatchIterable<V>size in interface java.util.Collection<V>public void forEach(com.gs.collections.api.block.procedure.Procedure<? super V> procedure)
forEach in interface BatchIterable<V>public int getBatchCount(int batchSize)
getBatchCount in interface BatchIterable<V>public void batchForEach(com.gs.collections.api.block.procedure.Procedure<? super V> procedure, int sectionIndex, int sectionCount)
batchForEach in interface BatchIterable<V>protected void copyValues(java.lang.Object[] result)
public java.lang.Object[] toArray()
toArray in interface java.util.Collection<V>public <T> T[] toArray(T[] result)
toArray in interface java.util.Collection<V>protected java.lang.Object writeReplace()
public java.lang.String toString()
toString in class java.lang.Object