Interface StdMap<K,​V>

  • All Superinterfaces:
    com.alibaba.fastffi.FFIPointer, FFIType, Serializable
    All Known Implementing Classes:
    StdMap_cxx_0x7fd2b116

    public interface StdMap<K,​V>
    extends com.alibaba.fastffi.FFIPointer
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Interface Description
      static interface  StdMap.Factory<K,​V>  
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      V get​(K key)  
      • Methods inherited from interface com.alibaba.fastffi.FFIPointer

        getAddress
    • Method Detail

      • get

        V get​(K key)