Interface MapWithScope.ScopePolicy<A,B,S>

Enclosing class:
MapWithScope<A,B,S>

public static interface MapWithScope.ScopePolicy<A,B,S>
  • Method Summary

    Modifier and Type
    Method
    Description
    void
     
    getScope(S scope)
     
  • Method Details

    • getScope

      Map<A,B> getScope(S scope)
    • clear

      void clear()