ObjectCollection<Short2ShortMap.Entry>
, ObjectIterable<Short2ShortMap.Entry>
, ObjectSet<Short2ShortMap.Entry>
, java.lang.Cloneable
, java.lang.Iterable<Short2ShortMap.Entry>
, java.util.Collection<Short2ShortMap.Entry>
, java.util.Set<Short2ShortMap.Entry>
public abstract static class AbstractShort2ShortMap.BasicEntrySet extends AbstractObjectSet<Short2ShortMap.Entry>
Constructor | Description |
---|---|
BasicEntrySet(Short2ShortMap map) |
Modifier and Type | Method | Description |
---|---|---|
boolean |
contains(java.lang.Object o) |
|
boolean |
remove(java.lang.Object o) |
|
int |
size() |
add, addAll, clear, containsAll, isEmpty, removeAll, retainAll, toArray, toArray
toString
equals, hashCode, iterator
public BasicEntrySet(Short2ShortMap map)
public boolean contains(java.lang.Object o)
contains
in interface java.util.Collection<Short2ShortMap.Entry>
contains
in interface java.util.Set<Short2ShortMap.Entry>
contains
in class java.util.AbstractCollection<Short2ShortMap.Entry>
public boolean remove(java.lang.Object o)
remove
in interface java.util.Collection<Short2ShortMap.Entry>
remove
in interface java.util.Set<Short2ShortMap.Entry>
remove
in class java.util.AbstractCollection<Short2ShortMap.Entry>
public int size()
size
in interface java.util.Collection<Short2ShortMap.Entry>
size
in interface java.util.Set<Short2ShortMap.Entry>
size
in class java.util.AbstractCollection<Short2ShortMap.Entry>