public abstract static class AbstractShort2ReferenceMap.BasicEntrySet<V> extends AbstractObjectSet<Short2ReferenceMap.Entry<V>>
Constructor and Description |
---|
BasicEntrySet(Short2ReferenceMap<V> map) |
Modifier and Type | Method and Description |
---|---|
boolean |
contains(java.lang.Object o) |
boolean |
remove(java.lang.Object o) |
int |
size() |
ObjectSpliterator<Short2ReferenceMap.Entry<V>> |
spliterator()
Returns a type-specific spliterator on the elements of this set.
|
equals, hashCode, iterator
toString
add, addAll, clear, containsAll, isEmpty, removeAll, retainAll, toArray, toArray
public BasicEntrySet(Short2ReferenceMap<V> map)
public boolean contains(java.lang.Object o)
contains
in interface java.util.Collection<Short2ReferenceMap.Entry<V>>
contains
in interface java.util.Set<Short2ReferenceMap.Entry<V>>
contains
in class java.util.AbstractCollection<Short2ReferenceMap.Entry<V>>
public boolean remove(java.lang.Object o)
remove
in interface java.util.Collection<Short2ReferenceMap.Entry<V>>
remove
in interface java.util.Set<Short2ReferenceMap.Entry<V>>
remove
in class java.util.AbstractCollection<Short2ReferenceMap.Entry<V>>
public int size()
size
in interface java.util.Collection<Short2ReferenceMap.Entry<V>>
size
in interface java.util.Set<Short2ReferenceMap.Entry<V>>
size
in class java.util.AbstractCollection<Short2ReferenceMap.Entry<V>>
public ObjectSpliterator<Short2ReferenceMap.Entry<V>> spliterator()
ObjectSet
Set spliterators must report at least Spliterator.DISTINCT
.
See Set.spliterator()
for more documentation on the requirements
of the returned spliterator.