Uses of Class
org.newsclub.net.unix.NamedInteger
Packages that use NamedInteger
Package
Description
The junixsocket base implementation, including support for AF_UNIX sockets.
The junixsocket implementation for AF_TIPC sockets.
- 
Uses of NamedInteger in org.newsclub.net.unix
Classes in org.newsclub.net.unix with type parameters of type NamedIntegerModifier and TypeInterfaceDescriptionprotected static interfaceConstructor for "undefined" values.Subclasses of NamedInteger in org.newsclub.net.unixModifier and TypeClassDescriptionstatic final classThe AF_SYSTEM system address.static final classThe TIPC address type.static final classThe TIPC visibility scope.Methods in org.newsclub.net.unix with type parameters of type NamedIntegerModifier and TypeMethodDescriptionprotected static final <T extends NamedInteger>
T[]NamedInteger.init(T[] values) Ensures that theVALUESarray is configured correctly.protected static final <T extends NamedInteger>
TNamedInteger.ofValue(T[] values, NamedInteger.UndefinedValueConstructor<T> constr, int v) Returns an instance given an integer value.Methods in org.newsclub.net.unix that return NamedIntegerModifier and TypeMethodDescriptionprotected static final <T extends NamedInteger>
T[]NamedInteger.init(T[] values) Ensures that theVALUESarray is configured correctly.Methods in org.newsclub.net.unix with parameters of type NamedIntegerModifier and TypeMethodDescriptionprotected static final <T extends NamedInteger>
T[]NamedInteger.init(T[] values) Ensures that theVALUESarray is configured correctly.protected static final <T extends NamedInteger>
TNamedInteger.ofValue(T[] values, NamedInteger.UndefinedValueConstructor<T> constr, int v) Returns an instance given an integer value. - 
Uses of NamedInteger in org.newsclub.net.unix.tipc
Subclasses of NamedInteger in org.newsclub.net.unix.tipcModifier and TypeClassDescriptionstatic final classSome TIPC error code.static final classThe TIPC message importance.static final classSome TIPC error code.