Class RuntimeOperations.RuntimeVariableList

    • Field Summary

      Fields 
      Modifier and Type Field Description
      private java.lang.Object[] _data  
      private long[] _indexes  
    • Constructor Summary

      Constructors 
      Constructor Description
      RuntimeVariableList​(java.lang.Object[] data, long[] indexes)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Object get​(int index)  
      private IStrongBox getStrongBox​(int index)  
      void set​(int index, java.lang.Object value)  
      int size()  
      • Methods inherited from class java.lang.Object

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

      • _data

        private final java.lang.Object[] _data
      • _indexes

        private final long[] _indexes
    • Constructor Detail

      • RuntimeVariableList

        RuntimeVariableList​(java.lang.Object[] data,
                            long[] indexes)