Class DatasetUtilities.PyDataSet.PyRow.StringIndexDelegate

  • All Implemented Interfaces:
    java.io.Serializable
    Enclosing class:
    DatasetUtilities.PyDataSet.PyRow

    protected class DatasetUtilities.PyDataSet.PyRow.StringIndexDelegate
    extends org.python.core.SequenceIndexDelegate
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      protected StringIndexDelegate()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.python.core.PyObject checkIdxAndGetItem​(org.python.core.PyObject idx)  
      • Methods inherited from class org.python.core.SequenceIndexDelegate

        checkIdxAndDelItem, checkIdxAndFindItem, checkIdxAndFindItem, checkIdxAndSetItem, checkIdxAndSetItem, checkIdxAndSetSlice, delSlice, getSlice
      • Methods inherited from class java.lang.Object

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

      • StringIndexDelegate

        protected StringIndexDelegate()
    • Method Detail

      • checkIdxAndGetItem

        public org.python.core.PyObject checkIdxAndGetItem​(org.python.core.PyObject idx)
        Overrides:
        checkIdxAndGetItem in class org.python.core.SequenceIndexDelegate