Uses of Class
org.eclipse.jetty.util.Index.Builder
-
Packages that use Index.Builder Package Description org.eclipse.jetty.util Jetty Util : Common Utility Classes -
-
Uses of Index.Builder in org.eclipse.jetty.util
Subclasses of Index.Builder in org.eclipse.jetty.util Modifier and Type Class Description static classIndex.Mutable.Builder<V>Builder ofIndex.Mutableinstances.Methods in org.eclipse.jetty.util that return Index.Builder Modifier and Type Method Description Index.Builder<V>Index.Builder. caseSensitive(boolean caseSensitive)Configure the index to be either case-sensitive or not.Index.Builder<V>Index.Builder. with(java.lang.String key, V value)Configure a pre-existing entry.Index.Builder<V>Index.Builder. with(V value)Configure a pre-existing entry with a key that is thetoString()representation of the value.Index.Builder<V>Index.Builder. withAll(java.util.function.Supplier<java.util.Map<java.lang.String,V>> entriesSupplier)Configure some pre-existing entries.Index.Builder<V>Index.Builder. withAll(V[] values, java.util.function.Function<V,java.lang.String> keyFunction)Configure some pre-existing entries.
-