Class ImmutableSubstringMap<V>
java.lang.Object
io.quarkus.vertx.http.runtime.security.ImmutableSubstringMap<V>
A string keyed map that can be accessed as a substring, eliminating the need to allocate a new string
to do a key comparison against.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescription(package private) static final class
static final class
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription(package private) static <V> ImmutableSubstringMap.SubstringMapBuilder<V>
builder()
(package private) static boolean
(package private) static int
(package private) static int
-
Constructor Details
-
ImmutableSubstringMap
ImmutableSubstringMap(Object[] table)
-
-
Method Details
-
get
-
tablePos
-
doEquals
-
hash
-
builder
-