T
- completion element type.public interface TextCompletionValueDescriptor<T>
extends java.util.Comparator<T>
ValuesCompletionProvider
.
Determines how to compare completion elements and how to present them.
Use DefaultTextCompletionValueDescriptor
as default implementation.
Modifier and Type | Method and Description |
---|---|
LookupElementBuilder |
createLookupBuilder(T item) |
compare, comparing, comparing, comparingDouble, comparingInt, comparingLong, equals, naturalOrder, nullsFirst, nullsLast, reversed, reverseOrder, thenComparing, thenComparing, thenComparing, thenComparingDouble, thenComparingInt, thenComparingLong
LookupElementBuilder createLookupBuilder(T item)