Uses of Class
org.newsclub.net.unix.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
Modifier and TypeInterfaceDescriptionprotected static interface
Constructor for "undefined" values.Modifier and TypeClassDescriptionstatic final class
The AF_SYSTEM system address.static final class
The TIPC address type.static final class
The TIPC visibility scope.Modifier and TypeMethodDescriptionprotected static final <T extends NamedInteger>
T[]NamedInteger.init
(T[] values) Ensures that theVALUES
array 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.Modifier and TypeMethodDescriptionprotected static final <T extends NamedInteger>
T[]NamedInteger.init
(T[] values) Ensures that theVALUES
array is configured correctly.Modifier and TypeMethodDescriptionprotected static final <T extends NamedInteger>
T[]NamedInteger.init
(T[] values) Ensures that theVALUES
array 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
Modifier and TypeClassDescriptionstatic final class
Some TIPC error code.static final class
The TIPC message importance.static final class
Some TIPC error code.