- handle(T) - Method in interface org.shared.event.Handler
-
Handles a generic object.
- handle(EnumStatus<X>, Z) - Method in class org.shared.event.StateTable.StateHandler
-
- Handle<O> - Interface in org.shared.parallel
-
Defines a container for storing the results of
Calculator
s.
- handleAccept(NioConnection, InetSocketAddress) - Method in class org.shared.net.nio.NioManagerDispatchThread
-
Handles a connection accept request.
- handleClose(NioConnection) - Method in class org.shared.net.nio.NioManagerThread
-
Handles a connection closure notification.
- handleClosingEos(NioConnection) - Method in class org.shared.net.nio.NioManagerThread
-
Handles a connection end-of-stream notification.
- handleClosingUser(NioConnection) - Method in class org.shared.net.nio.NioManagerThread
-
Handles a connection close request.
- handleConnect(NioConnection, InetSocketAddress) - Method in class org.shared.net.nio.NioManagerDispatchThread
-
Handles a connection connect request.
- handleDispatch(NioConnection) - Method in class org.shared.net.nio.NioManagerIoThread
-
Handles a connection dispatch notification.
- handleError(NioConnection, Throwable) - Method in class org.shared.net.nio.NioManagerThread
-
Handles a connection error notification.
- handleGetBacklogSize(NioManagerThread.Request<?, Integer>) - Method in class org.shared.net.nio.NioManagerDispatchThread
-
Handles a request to get the listen backlog size.
- handleGetBoundAddresses(NioManagerThread.Request<?, List<InetSocketAddress>>) - Method in class org.shared.net.nio.NioManagerDispatchThread
-
Handles a request to get the list of bound addresses.
- handleGetConnections(NioManagerThread.Request<?, List<Future<List<NioConnection>>>>) - Method in class org.shared.net.nio.NioManagerDispatchThread
-
Handles a request to get the list of connections, which consists of pending connections aggregated with the lists
reported by helper
NioManagerIoThread
s.
- handleGetConnections(NioManagerThread.Request<?, List<NioConnection>>) - Method in class org.shared.net.nio.NioManagerIoThread
-
Handles a request to get the list of connections.
- handleInvoke(NioManagerThread.Request<Callable<V>, V>) - Method in class org.shared.net.nio.NioManagerThread
-
Handles a request to execute code on this thread.
- handleOp(NioConnection, int, boolean) - Method in class org.shared.net.nio.NioManagerThread
-
Handles a connection operation interest change request.
- Handler<T> - Interface in org.shared.event
-
Defines a handler for generic objects.
- handleRegister(NioConnection, SocketChannel) - Method in class org.shared.net.nio.NioManagerDispatchThread
-
Handles a connection registration request.
- handleSetBacklogSize(NioManagerThread.Request<Integer, ?>) - Method in class org.shared.net.nio.NioManagerDispatchThread
-
Handles a request to set the listen backlog size.
- handleShutdown() - Method in class org.shared.net.nio.NioManagerThread
-
Handles a request to shut down this thread.
- hashCode() - Method in class org.shared.array.AbstractComplexArray.Complex
-
- hashCode() - Method in class org.shared.fft.FftCache.CacheKey
-
- hashCode() - Method in class org.shared.image.filter.DerivativeOfGaussian
-
- hashCode() - Method in class org.shared.image.filter.Gabor
-
- hashCode() - Method in class org.shared.image.filter.GaborCircular
-
- hashCode() - Method in class org.shared.image.filter.LaplacianOfGaussian
-
- hashCode() - Method in class org.shared.image.filter.Mean
-
- hashCode() - Method in class org.sharedx.fftw.PlanKey
-
- hessenberg(double[], double[], int) - Static method in class org.shared.array.kernel.LinearAlgebraOps
-
Computes the reduction to Hessenberg form.
- hessenbergToSchur(double[], double[], double[], int) - Static method in class org.shared.array.kernel.LinearAlgebraOps
-
Computes the reduction from Hessenberg form to real Schur form.
- hexToBytes(String) - Static method in class org.shared.codec.Codecs
-
Converts the given hex string into a byte
array.
- Histogram - Class in org.shared.stat.plot
-
A representation of histograms.
- Histogram(double, double, int, double[]...) - Constructor for class org.shared.stat.plot.Histogram
-
Default constructor.