Interface ProxyMaps.ProxyEntrySet

  • All Superinterfaces:
    java.util.Collection, java.lang.Iterable, java.util.Set
    Enclosing class:
    ProxyMaps

    public static interface ProxyMaps.ProxyEntrySet
    extends java.util.Set
    Marker interface for a proxy entry set.
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void setView​(int view)
      Set what entry view this set exposes.
      • 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