Searched defs:SelfComparable (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/java/util/
H A DCollections.java409 private interface SelfComparable extends Comparable<SelfComparable> {} interface in class:Collections
662 return (T)min((Collection<SelfComparable>) (Collection) coll);
732 return (T)max((Collection<SelfComparable>) (Collection) coll);

Completed in 46 milliseconds