Class LegStateMap

  • All Implemented Interfaces:
    com.opencloud.rhino.cmp.Encodable, java.util.Map<java.lang.String,​LegState>

    public final class LegStateMap
    extends com.opencloud.rhino.util.EncodableMap<java.lang.String,​LegState>
    • Nested Class Summary

      • Nested classes/interfaces inherited from class com.opencloud.rhino.util.EncodableMap

        com.opencloud.rhino.util.EncodableMap.BackingStore
      • Nested classes/interfaces inherited from interface java.util.Map

        java.util.Map.Entry<K extends java.lang.Object,​V extends java.lang.Object>
    • Constructor Summary

      Constructors 
      Constructor Description
      LegStateMap()  
      LegStateMap​(java.io.DataInput in, java.lang.ClassLoader cl, com.opencloud.rhino.cmp.codecs.DecoderUtils utils)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected java.lang.String readKey​(java.io.DataInput in, java.lang.ClassLoader cl, com.opencloud.rhino.cmp.codecs.DecoderUtils utils)  
      protected LegState readValue​(java.io.DataInput in, java.lang.ClassLoader cl, com.opencloud.rhino.cmp.codecs.DecoderUtils utils)  
      protected void writeKey​(java.lang.String key, java.io.DataOutput out, com.opencloud.rhino.cmp.codecs.EncoderUtils utils)  
      protected void writeValue​(LegState value, java.io.DataOutput out, com.opencloud.rhino.cmp.codecs.EncoderUtils utils)  
      • Methods inherited from class com.opencloud.rhino.util.EncodableMap

        clear, containsKey, containsValue, encode, entrySet, equals, fromStream, get, hashCode, isEmpty, keySet, manageNullKeys, manageNullValues, newMapInstance, put, putAll, remove, size, toStream, toString, values
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, wait, wait, wait
      • Methods inherited from interface java.util.Map

        compute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAll
    • Constructor Detail

      • LegStateMap

        public LegStateMap()
      • LegStateMap

        public LegStateMap​(java.io.DataInput in,
                           java.lang.ClassLoader cl,
                           com.opencloud.rhino.cmp.codecs.DecoderUtils utils)
                    throws java.io.IOException
        Throws:
        java.io.IOException
    • Method Detail

      • writeKey

        protected void writeKey​(java.lang.String key,
                                java.io.DataOutput out,
                                com.opencloud.rhino.cmp.codecs.EncoderUtils utils)
                         throws java.io.IOException
        Specified by:
        writeKey in class com.opencloud.rhino.util.EncodableMap<java.lang.String,​LegState>
        Throws:
        java.io.IOException
      • writeValue

        protected void writeValue​(LegState value,
                                  java.io.DataOutput out,
                                  com.opencloud.rhino.cmp.codecs.EncoderUtils utils)
                           throws java.io.IOException
        Specified by:
        writeValue in class com.opencloud.rhino.util.EncodableMap<java.lang.String,​LegState>
        Throws:
        java.io.IOException
      • readKey

        protected java.lang.String readKey​(java.io.DataInput in,
                                           java.lang.ClassLoader cl,
                                           com.opencloud.rhino.cmp.codecs.DecoderUtils utils)
                                    throws java.io.IOException
        Specified by:
        readKey in class com.opencloud.rhino.util.EncodableMap<java.lang.String,​LegState>
        Throws:
        java.io.IOException
      • readValue

        protected LegState readValue​(java.io.DataInput in,
                                     java.lang.ClassLoader cl,
                                     com.opencloud.rhino.cmp.codecs.DecoderUtils utils)
                              throws java.io.IOException
        Specified by:
        readValue in class com.opencloud.rhino.util.EncodableMap<java.lang.String,​LegState>
        Throws:
        java.io.IOException