Package org.yecht

Class Data.Map

  • Enclosing class:
    Data

    public static class Data.Map
    extends Data
    • Field Summary

      Fields 
      Modifier and Type Field Description
      int capa  
      int idx  
      java.lang.Object[] keys  
      MapStyle style  
      java.lang.Object[] values  
    • Constructor Summary

      Constructors 
      Constructor Description
      Map()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      Data.Map copy()  
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Field Detail

      • keys

        public java.lang.Object[] keys
      • values

        public java.lang.Object[] values
      • capa

        public int capa
      • idx

        public int idx
    • Constructor Detail

      • Map

        public Map()
    • Method Detail

      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object