Interface PythonLikeComparable<T>

All Superinterfaces:
Comparable<T>
All Known Subinterfaces:
PythonNumber
All Known Implementing Classes:
PythonBoolean, PythonComplex, PythonDate, PythonDateTime, PythonDecimal, PythonFloat, PythonInteger, PythonLikeTuple, PythonString, PythonTimeDelta

public interface PythonLikeComparable<T> extends Comparable<T>