Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
11g Release 2 (11.1.2.2.0)

E17493-03


oracle.jdeveloper.jsp.libraries
Class JspLibraryUtils.JspLibraryNameComparator

java.lang.Object
  extended by oracle.jdeveloper.jsp.libraries.JspLibraryUtils.JspLibraryNameComparator

All Implemented Interfaces:
java.util.Comparator<JspLibrary>
Enclosing class:
JspLibraryUtils

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

the names and versions are kept in declining order


Constructor Summary
JspLibraryUtils.JspLibraryNameComparator()
           

 

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.JspLibraryNameComparator

public JspLibraryUtils.JspLibraryNameComparator()

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

Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
11g Release 2 (11.1.2.2.0)

E17493-03


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