Skip navigation links
A B C D E F G H I K L M N O P R S T U V W 

R

randomSolution() - Method in interface lib.easyjava.ml.optimization.ga.AbstractSolutionFactory
Provides a randomized solution used for generating an initial population.
RateLimiter - Interface in lib.easyjava.net.rest
 
RateLimiter.Type - Enum in lib.easyjava.net.rest
 
readFile(File) - Static method in class lib.easyjava.io.file.FileReader
Reads the entire file in as a String
readFile(String) - Static method in class lib.easyjava.io.file.FileReader
Reads the entire file in as a String
readFile() - Method in class lib.easyjava.io.file.FileReader
Reads the entire file into a String
readLine() - Method in class lib.easyjava.io.file.FileReader
Reads a single line of the file
readRestOfFile() - Method in class lib.easyjava.io.file.FileReader
Reads the rest of the file into a String
readSerializedFile(File) - Static method in class lib.easyjava.io.file.FileReader
Reads the file and deserializes it into an Object
readSerializedFile(String) - Static method in class lib.easyjava.io.file.FileReader
Reads the file and deserializes it into an Object
receive() - Method in class lib.easyjava.net.tcp.Connection
Receives a message from the connection.
receive(long, TimeUnit) - Method in class lib.easyjava.net.tcp.Connection
Receives a message from the connection.
receive() - Method in class lib.easyjava.net.udp.UDPListener
Receives a message over UDP.
receive(long, TimeUnit) - Method in class lib.easyjava.net.udp.UDPListener
Receives a message over UDP.
receiveWillBlock() - Method in class lib.easyjava.net.tcp.Connection
Returns whether a call to receive() will block to wait on new data or not
receiveWillBlock() - Method in class lib.easyjava.net.udp.UDPListener
Returns whether a call to receive() will block to wait on new data or not
regress(double[], double[]) - Static method in class lib.easyjava.math.stat.SimpleLinearRegressor
Performs regression on the provided data, producing a function representing the least-squares linear approximation of the data.
regress() - Method in class lib.easyjava.math.stat.SimpleLinearRegressor
Performs the regression, producing a function representing the least-squares linear approximation of the data.
RemoteObject - Interface in lib.easyjava.net.rmi
Very simple wrapper around basic Java RMI functions for simpler interface.
remove(Object) - Method in class lib.easyjava.net.tcp.ConnectionPool
 
remove(Object) - Method in class lib.easyjava.type.ListMultiMap
 
remove(Object) - Method in interface lib.easyjava.type.MultiMap
Removes the mapping for a key from this map if it is present (optional operation).
remove(Object, Collection<Object>) - Method in interface lib.easyjava.type.MultiMap
Removes the entry for the specified key only if it is currently mapped to the specified values.
remove(Object) - Method in class lib.easyjava.type.SetMultiMap
 
removeAll(Collection<?>) - Method in class lib.easyjava.net.tcp.ConnectionPool
 
removeAllEdges() - Method in class lib.easyjava.graph.directed.DirectedGraph
 
removeAllEdges() - Method in class lib.easyjava.graph.directed.DirectedVertex
 
removeAllEdges() - Method in interface lib.easyjava.graph.Graph
Deletes all the edges in the graph
removeAllEdges() - Method in class lib.easyjava.graph.undirected.UndirectedGraph
 
removeAllEdges() - Method in class lib.easyjava.graph.undirected.UndirectedVertex
 
removeAllEdges() - Method in class lib.easyjava.graph.Vertex
Removes all the edges connected to this vertex from the graph
removeAllIncomingEdges() - Method in class lib.easyjava.graph.directed.DirectedVertex
Deletes all edges which go into this vertex from the graph
removeAllOutgoingEdges() - Method in class lib.easyjava.graph.directed.DirectedVertex
Deletes all edges which come out of the vertex from the graph
removeAllVertices() - Method in class lib.easyjava.graph.directed.DirectedGraph
 
removeAllVertices() - Method in interface lib.easyjava.graph.Graph
Deletes all the vertices in the graph
removeAllVertices() - Method in class lib.easyjava.graph.undirected.UndirectedGraph
 
removeFromGraph() - Method in class lib.easyjava.graph.directed.DirectedEdge
 
removeFromGraph() - Method in class lib.easyjava.graph.directed.DirectedVertex
 
removeFromGraph() - Method in class lib.easyjava.graph.GraphComponent
Removes this component from the graph it is a part of.
removeFromGraph() - Method in class lib.easyjava.graph.undirected.UndirectedEdge
 
removeFromGraph() - Method in class lib.easyjava.graph.undirected.UndirectedVertex
 
reopen() - Method in class lib.easyjava.io.file.FileReader
Reopens the file, returning the the beginning
reopen() - Method in class lib.easyjava.io.file.FileWriter
Resets the current location in the file to the beginning
replace(K, Collection<V>) - Method in interface lib.easyjava.type.MultiMap
Replaces all existing entries for the specified key only if it is currently mapped to some value.
replace(K, Collection<V>, Collection<V>) - Method in interface lib.easyjava.type.MultiMap
Replaces all entries for the specified key only if currently mapped to the specified values.
replace(K, V) - Method in interface lib.easyjava.type.MultiMap
Replaces all existing entries for the specified key only if it is currently mapped to some value.
replace(K, V, V) - Method in interface lib.easyjava.type.MultiMap
Replaces a single entry for the specified key only if currently mapped to the specified value.
replaceAll(BiFunction<? super K, ? super V, ? extends V>) - Method in interface lib.easyjava.type.MultiMap
Replaces each entry's value with the result of invoking the given function on that entry until all entries have been processed or the function throws an exception.
replaceVertex(UndirectedVertex<T>, UndirectedVertex<T>) - Method in class lib.easyjava.graph.undirected.UndirectedEdge
Replaces one of the vertices this edge connects with a new one
retainAll(Collection<?>) - Method in class lib.easyjava.net.tcp.ConnectionPool
 
reverse() - Method in class lib.easyjava.graph.directed.DirectedEdge
Reverses the direction of this edge
RMI - Class in lib.easyjava.net.rmi
Used to connect to RemoteObjects via RMI.
RMI() - Constructor for class lib.easyjava.net.rmi.RMI
 
runFor(int) - Method in class lib.easyjava.ml.optimization.ga.GeneticAlgorithmOptimizer
Proceeds the specified number of generations
A B C D E F G H I K L M N O P R S T U V W 
Skip navigation links