Uses of Class
io.netty.util.internal.IntegerHolder
-
Packages that use IntegerHolder Package Description io.netty.util.internal Internal-use-only utilities which is not allowed to be used outside Netty. -
-
Uses of IntegerHolder in io.netty.util.internal
Fields in io.netty.util.internal declared as IntegerHolder Modifier and Type Field Description (package private) IntegerHolder
UnpaddedInternalThreadLocalMap. counterHashCode
Methods in io.netty.util.internal that return IntegerHolder Modifier and Type Method Description IntegerHolder
InternalThreadLocalMap. counterHashCode()
Deprecated.Methods in io.netty.util.internal with parameters of type IntegerHolder Modifier and Type Method Description void
InternalThreadLocalMap. setCounterHashCode(IntegerHolder counterHashCode)
Deprecated.
-