Class ArraySelector


  • public class ArraySelector
    extends java.lang.Object
    Represents an access to an array.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected java.lang.Object indexsource
      The value source for the index.
    • Constructor Summary

      Constructors 
      Constructor Description
      ArraySelector​(java.lang.Object indexsource)
      Create a new array selector.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Object getIndexSource()
      Get the index source.
      • Methods inherited from class java.lang.Object

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

      • indexsource

        protected java.lang.Object indexsource
        The value source for the index.
    • Constructor Detail

      • ArraySelector

        public ArraySelector​(java.lang.Object indexsource)
        Create a new array selector.
        Parameters:
        indexsource - The value source for the index.
    • Method Detail

      • getIndexSource

        public java.lang.Object getIndexSource()
        Get the index source.
        Returns:
        The value source for the index.