Class WeakFastHashMap.EntrySet

  • All Implemented Interfaces:
    java.lang.Iterable<java.util.Map.Entry<K,​V>>, java.util.Collection<java.util.Map.Entry<K,​V>>, java.util.Set<java.util.Map.Entry<K,​V>>
    Enclosing class:
    WeakFastHashMap<K,​V>

    private class WeakFastHashMap.EntrySet
    extends WeakFastHashMap.CollectionView<java.util.Map.Entry<K,​V>>
    implements java.util.Set<java.util.Map.Entry<K,​V>>
    Set implementation over the entries of the FastHashMap
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private EntrySet()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected java.util.Collection<java.util.Map.Entry<K,​V>> get​(java.util.Map<K,​V> map)  
      protected java.util.Map.Entry<K,​V> iteratorNext​(java.util.Map.Entry<K,​V> entry)  
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, toString, 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, contains, containsAll, equals, hashCode, isEmpty, iterator, remove, removeAll, retainAll, size, spliterator, toArray, toArray