public abstract static class AbstractFloat2LongMap.BasicEntrySet extends AbstractObjectSet<Float2LongMap.Entry>
| Constructor and Description |
|---|
BasicEntrySet(Float2LongMap map) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
contains(java.lang.Object o) |
boolean |
remove(java.lang.Object o) |
int |
size() |
equals, hashCode, iteratortoStringadd, addAll, clear, containsAll, isEmpty, removeAll, retainAll, toArray, toArraypublic BasicEntrySet(Float2LongMap map)
public boolean contains(java.lang.Object o)
contains in interface java.util.Collection<Float2LongMap.Entry>contains in interface java.util.Set<Float2LongMap.Entry>contains in class java.util.AbstractCollection<Float2LongMap.Entry>public boolean remove(java.lang.Object o)
remove in interface java.util.Collection<Float2LongMap.Entry>remove in interface java.util.Set<Float2LongMap.Entry>remove in class java.util.AbstractCollection<Float2LongMap.Entry>public int size()
size in interface java.util.Collection<Float2LongMap.Entry>size in interface java.util.Set<Float2LongMap.Entry>size in class java.util.AbstractCollection<Float2LongMap.Entry>