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