Uses of Class
io.netty.util.DefaultAttributeMap.DefaultAttribute
-
Packages that use DefaultAttributeMap.DefaultAttribute Package Description io.netty.util Utility classes used across multiple packages. -
-
Uses of DefaultAttributeMap.DefaultAttribute in io.netty.util
Fields in io.netty.util declared as DefaultAttributeMap.DefaultAttribute Modifier and Type Field Description private DefaultAttributeMap.DefaultAttribute[]DefaultAttributeMap. attributesprivate static DefaultAttributeMap.DefaultAttribute[]DefaultAttributeMap. EMPTY_ATTRIBUTESFields in io.netty.util with type parameters of type DefaultAttributeMap.DefaultAttribute Modifier and Type Field Description private static java.util.concurrent.atomic.AtomicReferenceFieldUpdater<DefaultAttributeMap.DefaultAttribute,DefaultAttributeMap>DefaultAttributeMap.DefaultAttribute. MAP_UPDATERMethods in io.netty.util with parameters of type DefaultAttributeMap.DefaultAttribute Modifier and Type Method Description private static voidDefaultAttributeMap. orderedCopyOnInsert(DefaultAttributeMap.DefaultAttribute[] sortedSrc, int srcLength, DefaultAttributeMap.DefaultAttribute[] copy, DefaultAttributeMap.DefaultAttribute toInsert)private <T> voidDefaultAttributeMap. removeAttributeIfMatch(AttributeKey<T> key, DefaultAttributeMap.DefaultAttribute<T> value)private static intDefaultAttributeMap. searchAttributeByKey(DefaultAttributeMap.DefaultAttribute[] sortedAttributes, AttributeKey<?> key)Similarly toArrays::binarySearchit perform a binary search optimized for this use case, in order to save polymorphic calls (on comparator side) and unnecessary class checks.
-