Package it.unimi.dsi.fastutil.ints
Class AbstractInt2DoubleMap.BasicEntrySet
java.lang.Object
java.util.AbstractCollection<K>
it.unimi.dsi.fastutil.objects.AbstractObjectCollection<K>
it.unimi.dsi.fastutil.objects.AbstractObjectSet<Int2DoubleMap.Entry>
it.unimi.dsi.fastutil.ints.AbstractInt2DoubleMap.BasicEntrySet
- All Implemented Interfaces:
ObjectCollection<Int2DoubleMap.Entry>
,ObjectIterable<Int2DoubleMap.Entry>
,ObjectSet<Int2DoubleMap.Entry>
,Cloneable
,Iterable<Int2DoubleMap.Entry>
,Collection<Int2DoubleMap.Entry>
,Set<Int2DoubleMap.Entry>
- Enclosing class:
- AbstractInt2DoubleMap
public abstract static class AbstractInt2DoubleMap.BasicEntrySet extends AbstractObjectSet<Int2DoubleMap.Entry>
This class provides a basic implementation for an Entry set which forwards
some queries to the map.
-
Constructor Summary
Constructors Constructor Description BasicEntrySet(Int2DoubleMap 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<Int2DoubleMap.Entry>
- Specified by:
contains
in interfaceSet<Int2DoubleMap.Entry>
- Overrides:
contains
in classAbstractCollection<Int2DoubleMap.Entry>
-
remove
- Specified by:
remove
in interfaceCollection<Int2DoubleMap.Entry>
- Specified by:
remove
in interfaceSet<Int2DoubleMap.Entry>
- Overrides:
remove
in classAbstractCollection<Int2DoubleMap.Entry>
-
size
public int size()- Specified by:
size
in interfaceCollection<Int2DoubleMap.Entry>
- Specified by:
size
in interfaceSet<Int2DoubleMap.Entry>
- Specified by:
size
in classAbstractCollection<Int2DoubleMap.Entry>
-