Uses of Interface
org.eclipse.collections.api.block.comparator.primitive.CharComparator
-
Packages that use CharComparator Package Description org.eclipse.collections.api This package contains interfaces for Eclipse Collections API.org.eclipse.collections.api.list.primitive This package contains mutable and immutable primitive list API. -
-
Uses of CharComparator in org.eclipse.collections.api
Methods in org.eclipse.collections.api with parameters of type CharComparator Modifier and Type Method Description default MutableCharListCharIterable. toSortedList(CharComparator comparator)Converts the collection to a MutableCharList implementation sorted using the provided comparator. -
Uses of CharComparator in org.eclipse.collections.api.list.primitive
Methods in org.eclipse.collections.api.list.primitive with parameters of type CharComparator Modifier and Type Method Description default MutableCharListMutableCharList. sortThis(CharComparator comparator)Sorts the internal data structure of this list and returns the list itself as a convenience.
-