Uses of Class
org.eclipse.collections.impl.list.fixed.SingletonList
-
Packages that use SingletonList Package Description org.eclipse.collections.impl.list.fixed This package contains implementations of theFixedSizeList
interface. -
-
Uses of SingletonList in org.eclipse.collections.impl.list.fixed
Methods in org.eclipse.collections.impl.list.fixed that return SingletonList Modifier and Type Method Description SingletonList<T>
SingletonList. clone()
SingletonList<T>
SingletonList. sortThis(java.util.Comparator<? super T> comparator)
SingletonList<T>
EmptyList. with(T value)
-