|
Oracle Fusion Middleware Java API for Oracle WebLogic Portal 10g Release 3 (10.3.4) E14255-03 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.bea.content.manager.sort.PropertyValueComparator
INodeManager API in conjunction with ContentContext and
ContextKey. Also see javadoc for the com.bea.content.paging package.
public class PropertyValueComparator
Compares Property Values in ascending order based on their value. The compare is case-insensitive.
| Constructor Summary | |
|---|---|
PropertyValueComparator()
Deprecated |
|
| Method Summary | |
|---|---|
int |
compare(Object obj1,
Object obj2)
Deprecated Compares its two arguments for order. |
boolean |
equals(Object obj)
Deprecated Indicates whether some other object is "equal to" this Comparator. |
int |
hashCode()
Deprecated Returns a hash code value for this comparator. |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public PropertyValueComparator()
| Method Detail |
|---|
public int compare(Object obj1,
Object obj2)
compare in interface Comparatorpublic boolean equals(Object obj)
comp1.equals(comp2) implies that sgn(comp1.compare(o1,
o2))==sgn(comp2.compare(o1, o2)) for every object reference
o1 and o2.
equals in interface Comparatorequals in class Objectpublic int hashCode()
hashCode in class Object
|
Oracle Fusion Middleware Java API for Oracle WebLogic Portal 10g Release 3 (10.3.4) E14255-03 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||