Interface StdMap<K,​V>

  • All Superinterfaces:
    com.alibaba.fastffi.FFIPointer, com.alibaba.fastffi.FFIType

    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 Detail

      • get

        V get​(K key)
      • size

        int size()