Uses of Class
net.hydromatic.morel.util.ComparableSingletonList
-
Packages that use ComparableSingletonList Package Description net.hydromatic.morel.util Utilities. -
-
Uses of ComparableSingletonList in net.hydromatic.morel.util
Methods in net.hydromatic.morel.util that return ComparableSingletonList Modifier and Type Method Description static <E extends Comparable<E>>
ComparableSingletonList<E>ComparableSingletonList. of(E e)Creates a ComparableSingletonList.Methods in net.hydromatic.morel.util with parameters of type ComparableSingletonList Modifier and Type Method Description intComparableSingletonList. compareTo(ComparableSingletonList<E> o)
-