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:
it.unimi.dsi.fastutil.objects.ObjectCollection<Float2DoubleMap.Entry>, it.unimi.dsi.fastutil.objects.ObjectIterable<Float2DoubleMap.Entry>, it.unimi.dsi.fastutil.objects.ObjectSet<Float2DoubleMap.Entry>, java.lang.Cloneable, java.lang.Iterable<Float2DoubleMap.Entry>, java.util.Collection<Float2DoubleMap.Entry>, java.util.Set<Float2DoubleMap.Entry>
Enclosing class:
AbstractFloat2DoubleMap

public abstract static class AbstractFloat2DoubleMap.BasicEntrySet
extends it.unimi.dsi.fastutil.objects.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

    Modifier and Type Method Description
    boolean contains​(java.lang.Object o)  
    boolean remove​(java.lang.Object o)  
    int size()  
    it.unimi.dsi.fastutil.objects.ObjectSpliterator<Float2DoubleMap.Entry> spliterator()  

    Methods inherited from class it.unimi.dsi.fastutil.objects.AbstractObjectSet

    equals, hashCode, iterator

    Methods inherited from class it.unimi.dsi.fastutil.objects.AbstractObjectCollection

    toString

    Methods inherited from class java.util.AbstractCollection

    add, addAll, clear, containsAll, isEmpty, removeAll, retainAll, toArray, toArray

    Methods inherited from class java.lang.Object

    getClass, notify, notifyAll, wait, wait, wait

    Methods inherited from interface java.util.Collection

    parallelStream, removeIf, stream, toArray

    Methods inherited from interface java.lang.Iterable

    forEach

    Methods inherited from interface java.util.Set

    add, addAll, clear, containsAll, isEmpty, removeAll, retainAll, toArray, toArray