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