
src.org.neodatis.tool.wrappers.OdbComparable Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of neodatis-odb Show documentation
Show all versions of neodatis-odb Show documentation
The NeoDatis Object Database
package org.neodatis.tool.wrappers;
/** o wrapper to the native Comparable interface
*
* @author olivier
*
* @param
*/
public interface OdbComparable extends Comparable {
int compareTo(Object o) ;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy