Class MapInfo


  • public class MapInfo
    extends java.lang.Object
    Metadata information for a consistent map.
    • Constructor Summary

      Constructors 
      Constructor Description
      MapInfo​(java.lang.String name, int size)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String name()
      Returns the name of the map.
      int size()
      Returns the number of entries in the map.
      • Methods inherited from class java.lang.Object

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

      • MapInfo

        public MapInfo​(java.lang.String name,
                       int size)
    • Method Detail

      • name

        public java.lang.String name()
        Returns the name of the map.
        Returns:
        map name
      • size

        public int size()
        Returns the number of entries in the map.
        Returns:
        map size