Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1)

E13403-04

oracle.jdeveloper.jsp.libraries
Class JspLibraryUtils.JspLibraryUriComparator

java.lang.Object
  extended by oracle.jdeveloper.jsp.libraries.JspLibraryUtils.JspLibraryUriComparator
All Implemented Interfaces:
java.util.Comparator<JspLibrary>
Enclosing class:
JspLibraryUtils

public static class JspLibraryUtils.JspLibraryUriComparator
extends java.lang.Object
implements java.util.Comparator<JspLibrary>

the URIs and versions are kept in declining order


Constructor Summary
JspLibraryUtils.JspLibraryUriComparator()
           
 
Method Summary
 int compare(JspLibrary lib1, JspLibrary lib2)
           
 boolean equals(java.lang.Object obj)
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JspLibraryUtils.JspLibraryUriComparator

public JspLibraryUtils.JspLibraryUriComparator()
Method Detail

compare

public int compare(JspLibrary lib1,
                   JspLibrary lib2)
Specified by:
compare in interface java.util.Comparator<JspLibrary>

equals

public boolean equals(java.lang.Object obj)
Specified by:
equals in interface java.util.Comparator<JspLibrary>
Overrides:
equals in class java.lang.Object

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1)

E13403-04

Copyright © 1997, 2010, Oracle. All rights reserved.