Package org.python.core
Class InternalTables1
- java.lang.Object
-
- org.python.core.InternalTables
-
- org.python.core.InternalTables1
-
- Direct Known Subclasses:
InternalTables2
public class InternalTables1 extends InternalTables
Deprecated.Java1 no longer supported.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.python.core.InternalTables
InternalTables._LazyRep
-
-
Constructor Summary
Constructors Constructor Description InternalTables1()
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description void
_beginCanonical()
Deprecated.void
_beginLazyCanonical()
Deprecated.void
_beginOverAdapterClasses()
Deprecated.void
_beginOverAdapters()
Deprecated.void
_flush(PyJavaClass jc)
Deprecated.void
_flushCurrent()
Deprecated.java.lang.Object
_next()
Deprecated.-
Methods inherited from class org.python.core.InternalTables
_doesSomeAutoUnload, _forceCleanup
-
-
-
-
Method Detail
-
_beginCanonical
public void _beginCanonical()
Deprecated.- Specified by:
_beginCanonical
in classInternalTables
-
_beginLazyCanonical
public void _beginLazyCanonical()
Deprecated.- Specified by:
_beginLazyCanonical
in classInternalTables
-
_beginOverAdapterClasses
public void _beginOverAdapterClasses()
Deprecated.- Specified by:
_beginOverAdapterClasses
in classInternalTables
-
_beginOverAdapters
public void _beginOverAdapters()
Deprecated.- Specified by:
_beginOverAdapters
in classInternalTables
-
_next
public java.lang.Object _next()
Deprecated.- Specified by:
_next
in classInternalTables
-
_flushCurrent
public void _flushCurrent()
Deprecated.- Specified by:
_flushCurrent
in classInternalTables
-
_flush
public void _flush(PyJavaClass jc)
Deprecated.- Specified by:
_flush
in classInternalTables
-
-