Interface CodeMap<K,V,R>

All Known Implementing Classes:
CodeMapImpl

public interface CodeMap<K,V,R>
  • Method Summary

    Modifier and Type
    Method
    Description
    and()
     
    put(K key, V value)
     
  • Method Details