Package 

Class NativeMap


  • 
    public abstract class NativeMap
    
                        

    Base class for a Map whose keys and values are stored in native code (C++).

    • Constructor Summary

      Constructors 
      Constructor Description
      NativeMap(HybridData hybridData)
    • Method Summary

      Modifier and Type Method Description
      native String toString()
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • NativeMap

        NativeMap(HybridData hybridData)