- send(S) - Method in class lib.easyjava.net.tcp.Connection
-
Sends a message over the connection
- send(S) - Method in class lib.easyjava.net.udp.UDPSender
-
Sends an object over UDP.
- setData(T) - Method in class lib.easyjava.graph.Vertex
-
Sets the data associated with this vertex to a new value
- setDefaultLevel(Logger.Level, boolean) - Static method in class lib.easyjava.io.output.Logger
-
Sets the logger level for the default logger.
- setKey(T1) - Method in class lib.easyjava.type.Pair
-
Replaces the key corresponding to this entry with the specified key
(optional operation).
- setKey(T1) - Method in class lib.easyjava.type.UnmodifiablePair
-
- setLeft(T1) - Method in class lib.easyjava.type.Pair
-
Sets the left item in the pair
- setLeft(T1) - Method in class lib.easyjava.type.UnmodifiablePair
-
- setLevel(Logger.Level, boolean) - Method in class lib.easyjava.io.output.Logger
-
Sets the logger level.
- SetMultiMap<K,V> - Class in lib.easyjava.type
-
A multimap back by a set, disallowing duplicate values under the same key
- SetMultiMap() - Constructor for class lib.easyjava.type.SetMultiMap
-
- setRight(T2) - Method in class lib.easyjava.type.Pair
-
Sets the right item in the pair
- setRight(T2) - Method in class lib.easyjava.type.UnmodifiablePair
-
- setSource(Vertex<T>) - Method in class lib.easyjava.graph.directed.DirectedEdge
-
Sets a different vertex to be the source for this edge
- setTarget(Vertex<T>) - Method in class lib.easyjava.graph.directed.DirectedEdge
-
Sets a different vertex to be the target for this edge
- setValue(T2) - Method in class lib.easyjava.type.Pair
-
- setValue(T2) - Method in class lib.easyjava.type.UnmodifiablePair
-
- setWeight(double) - Method in class lib.easyjava.graph.directed.WeightedDirectedEdge
-
- setWeight(double) - Method in class lib.easyjava.graph.undirected.WeightedUndirectedEdge
-
- setWeight(double) - Method in interface lib.easyjava.graph.Weighted
-
Sets the weight
- SimpleLinearRegressor - Class in lib.easyjava.math.stat
-
Performs least squares linear regression on 2-dimensional data.
- SimpleLinearRegressor() - Constructor for class lib.easyjava.math.stat.SimpleLinearRegressor
-
- SimpleLinearRegressor(double[], double[]) - Constructor for class lib.easyjava.math.stat.SimpleLinearRegressor
-
- SimpleRESTClient - Class in lib.easyjava.net.rest
-
Easy REST and Web requests not involving a lot of header manipulation.
- SimpleRESTClient(String) - Constructor for class lib.easyjava.net.rest.SimpleRESTClient
-
- SimpleRESTClient(String, String) - Constructor for class lib.easyjava.net.rest.SimpleRESTClient
-
- SingleRateLimiter - Class in lib.easyjava.net.rest
-
Used to limit the rate of calls to some function or API.
- SingleRateLimiter(RateLimiter.Type, int, long) - Constructor for class lib.easyjava.net.rest.SingleRateLimiter
-
- size() - Method in class lib.easyjava.net.tcp.ConnectionPool
-
- size() - Method in class lib.easyjava.type.ListMultiMap
-
- size() - Method in interface lib.easyjava.type.MultiMap
-
Returns the number of key-value mappings in this map.
- size() - Method in class lib.easyjava.type.SetMultiMap
-
- sourceIP - Variable in class lib.easyjava.net.udp.UDPListener.UDPMessage
-
- sourceNodeID - Variable in class lib.easyjava.net.replication.multipaxos.message.PaxosMessage
-
- sourcePort - Variable in class lib.easyjava.net.udp.UDPListener.UDPMessage
-
- stop() - Method in class lib.easyjava.net.replication.multipaxos.PaxosNode
-
Stop running the node and clean up associated resources.
- stop() - Method in class lib.easyjava.net.tcp.TCPServer
-
Tells the server to shut down.