KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > com > thaiopensource > datatype > xsd > OrderRelation


1 package com.thaiopensource.datatype.xsd;
2
3 interface OrderRelation {
4   boolean isLessThan(Object JavaDoc obj1, Object JavaDoc obj2);
5 }
6
Popular Tags