io.sarl.apputils.eclipseextensions.buildpath
Class NameSegmentClasspathEntryComparator
All Superinterfaces:
java.util.Comparator<T>
class NameSegmentClasspathEntryComparator
extends java.lang.Object
implements java.util.Comparator<T>
Comparator of classpath entries based on the lexicographic order of the names' segments.
Maven Group Identifier:
io.sarl.apputils
Maven Artifact Identifier:
eclipseextensions
Since:
0.15
Constructor Summary
Constructor and description
new
Action Summary
Modifier and type Action and description
int compare(IClasspathEntry,IClasspathEntry)
static NameSegmentClasspathEntryComparator getSingleton
Replies the singleton instance for this comparator.
Constructor Details
new
new
Action Details
compare(IClasspathEntry,IClasspathEntry)
def compare(IClasspathEntry,IClasspathEntry) : int
getSingleton
def getSingleton : NameSegmentClasspathEntryComparator
Replies the singleton instance for this comparator.
Returns:
the comparator, never null .