Class SWMRHashTable.KeySet<K,V>

All Implemented Interfaces:
Iterable<K>, Collection<K>, Set<K>
Enclosing class:
SWMRHashTable<K,V>

protected static final class SWMRHashTable.KeySet<K,V> extends SWMRHashTable.ViewSet<K,V,K>
  • Constructor Details

  • Method Details

    • iterator

      public Iterator<K> iterator()
    • forEach

      public void forEach(Consumer<? super K> action)
    • contains

      public boolean contains(Object key)
    • remove

      public boolean remove(Object key)
    • retainAll

      public boolean retainAll(Collection<?> collection)
    • removeIf

      public boolean removeIf(Predicate<? super K> filter)
    • toString

      public String toString()
      Overrides:
      toString in class Object