Class AbstractReference2IntMap.BasicEntrySet<K>

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean contains​(java.lang.Object o)  
      boolean remove​(java.lang.Object o)  
      int size()  
      ObjectSpliterator<Reference2IntMap.Entry<K>> spliterator()
      Returns a type-specific spliterator on the elements of this set.
      • 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
    • Method Detail

      • contains

        public boolean contains​(java.lang.Object o)
        Specified by:
        contains in interface java.util.Collection<K>
        Specified by:
        contains in interface java.util.Set<K>
        Overrides:
        contains in class java.util.AbstractCollection<Reference2IntMap.Entry<K>>
      • remove

        public boolean remove​(java.lang.Object o)
        Specified by:
        remove in interface java.util.Collection<K>
        Specified by:
        remove in interface java.util.Set<K>
        Overrides:
        remove in class java.util.AbstractCollection<Reference2IntMap.Entry<K>>
      • size

        public int size()
        Specified by:
        size in interface java.util.Collection<K>
        Specified by:
        size in interface java.util.Set<K>
        Specified by:
        size in class java.util.AbstractCollection<Reference2IntMap.Entry<K>>
      • spliterator

        public ObjectSpliterator<Reference2IntMap.Entry<K>> spliterator()
        Description copied from interface: ObjectSet
        Returns a type-specific spliterator on the elements of this set.

        Set spliterators must report at least Spliterator.DISTINCT.

        See Set.spliterator() for more documentation on the requirements of the returned spliterator.

        Returns:
        a type-specific spliterator on the elements of this collection.