Interface ResourceMap<T extends Resource>

All Superinterfaces:
Resource

public interface ResourceMap<T extends Resource> extends Resource
  • Method Summary

    Modifier and Type
    Method
    Description
    get(String key)
     
    boolean
    has(String key)
     
     
    void
    put(String key, T value)