Package it.unimi.dsi.fastutil.bytes
Class AbstractByte2ObjectMap.BasicEntrySet<V>
java.lang.Object
java.util.AbstractCollection<K>
it.unimi.dsi.fastutil.objects.AbstractObjectCollection<K>
it.unimi.dsi.fastutil.objects.AbstractObjectSet<Byte2ObjectMap.Entry<V>>
it.unimi.dsi.fastutil.bytes.AbstractByte2ObjectMap.BasicEntrySet<V>
- All Implemented Interfaces:
ObjectCollection<Byte2ObjectMap.Entry<V>>
,ObjectIterable<Byte2ObjectMap.Entry<V>>
,ObjectSet<Byte2ObjectMap.Entry<V>>
,Cloneable
,Iterable<Byte2ObjectMap.Entry<V>>
,Collection<Byte2ObjectMap.Entry<V>>
,Set<Byte2ObjectMap.Entry<V>>
- Enclosing class:
- AbstractByte2ObjectMap<V>
public abstract static class AbstractByte2ObjectMap.BasicEntrySet<V> extends AbstractObjectSet<Byte2ObjectMap.Entry<V>>
This class provides a basic implementation for an Entry set which forwards
some queries to the map.
-
Constructor Summary
Constructors Constructor Description BasicEntrySet(Byte2ObjectMap<V> map)
-
Method Summary
Methods inherited from class it.unimi.dsi.fastutil.objects.AbstractObjectSet
equals, hashCode, iterator
Methods inherited from class java.util.AbstractCollection
add, addAll, clear, containsAll, isEmpty, removeAll, retainAll, toArray, toArray
-
Constructor Details
-
Method Details
-
contains
- Specified by:
contains
in interfaceCollection<V>
- Specified by:
contains
in interfaceSet<V>
- Overrides:
contains
in classAbstractCollection<Byte2ObjectMap.Entry<V>>
-
remove
- Specified by:
remove
in interfaceCollection<V>
- Specified by:
remove
in interfaceSet<V>
- Overrides:
remove
in classAbstractCollection<Byte2ObjectMap.Entry<V>>
-
size
public int size()- Specified by:
size
in interfaceCollection<V>
- Specified by:
size
in interfaceSet<V>
- Specified by:
size
in classAbstractCollection<Byte2ObjectMap.Entry<V>>
-