Uses of Interface
cds.utils.TextualSearchList.KeyExtractor
Packages that use TextualSearchList.KeyExtractor
-
Uses of TextualSearchList.KeyExtractor in cds.utils
Classes in cds.utils that implement TextualSearchList.KeyExtractorModifier and TypeClassDescriptionprotected static class
Default implementation ofTextualSearchList.KeyExtractor
.Fields in cds.utils declared as TextualSearchList.KeyExtractorModifier and TypeFieldDescriptionfinal TextualSearchList.KeyExtractor<E>
TextualSearchList.keyExtractor
Object to use to extract an unique textual string.Constructors in cds.utils with parameters of type TextualSearchList.KeyExtractorModifierConstructorDescriptionTextualSearchList
(int initialCapacity, TextualSearchList.KeyExtractor<E> keyExtractor) Builds an empty TextualSearchList with an initial capacity.TextualSearchList
(TextualSearchList.KeyExtractor<E> keyExtractor) Builds an empty TextualSearchList.TextualSearchList
(Collection<? extends E> c, TextualSearchList.KeyExtractor<E> keyExtractor) Builds a TextualSearchList filled with the objects of the given collection.