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

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.