Class WeakFastHashMap.KeySet

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

    private class WeakFastHashMap.KeySet
    extends WeakFastHashMap.CollectionView<K>
    implements java.util.Set<K>
    Set implementation over the keys of the FastHashMap
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private KeySet()