Package com.tagtraum.beatunes.songtable
Interface SongComparatorSet.NamedComparator<T>
-
- All Superinterfaces:
Comparator<T>
- Enclosing class:
- SongComparatorSet
public static interface SongComparatorSet.NamedComparator<T> extends Comparator<T>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getName()
-
Methods inherited from interface java.util.Comparator
compare, equals, reversed, thenComparing, thenComparing, thenComparing, thenComparingDouble, thenComparingInt, thenComparingLong
-
-
-
-
Method Detail
-
getName
String getName()
-
-