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

C

clear() - Method in class lib.easyjava.net.tcp.ConnectionPool
 
clear() - Method in class lib.easyjava.type.ListMultiMap
 
clear() - Method in interface lib.easyjava.type.MultiMap
Removes all of the mappings from this map (optional operation).
clear() - Method in class lib.easyjava.type.SetMultiMap
 
clearObservations() - Method in class lib.easyjava.math.stat.SimpleLinearRegressor
Clears all existing regression data
close() - Method in class lib.easyjava.io.file.FileReader
Closes the reader.
close() - Method in class lib.easyjava.io.file.FileWriter
Closes the writer.
close() - Method in class lib.easyjava.io.output.Logger
Closes the log file
close() - Method in class lib.easyjava.net.rmi.ExportedObject
Stops exporting the object
close() - Method in class lib.easyjava.net.tcp.Connection
Closes the connection
close() - Method in class lib.easyjava.net.udp.UDPListener
Closes the listener
close() - Method in class lib.easyjava.net.udp.UDPSender
Closes the connection
closeDefaultLogger() - Static method in class lib.easyjava.io.output.Logger
Closes the default log file.
command - Variable in class lib.easyjava.net.replication.multipaxos.message.CommandMessage
 
CommandMessage<E extends PaxosCommand> - Class in lib.easyjava.net.replication.multipaxos.message
A PaxosMessage which contains a command.
CommandMessage(int, long, long, E) - Constructor for class lib.easyjava.net.replication.multipaxos.message.CommandMessage
 
commandSlot - Variable in class lib.easyjava.net.replication.multipaxos.message.PaxosMessage
 
compareTo(Pair<T1, T2>) - Method in class lib.easyjava.type.Pair
 
compute(K, BiFunction<? super K, ? super V, ? extends V>) - Method in interface lib.easyjava.type.MultiMap
Attempts to compute a mapping for the specified key and its current mapped value (or null if there is no current mapping).
computeIfAbsent(K, Function<? super K, ? extends V>) - Method in interface lib.easyjava.type.MultiMap
If the specified key is not already associated with a value (or is mapped to null), attempts to compute its value using the given mapping function and enters it into this map unless null.
computeIfPresent(K, BiFunction<? super K, ? super V, ? extends V>) - Method in interface lib.easyjava.type.MultiMap
If the value for the specified key is present and non-null, attempts to compute a new mapping given the key and its current mapped value.
Connection<S extends java.io.Serializable,R extends java.io.Serializable> - Class in lib.easyjava.net.tcp
Manages socket connections to minimize common blocking/read/write issues.
Connection(Socket) - Constructor for class lib.easyjava.net.tcp.Connection
A Connection created with this constructor will fail when an unexpected type is sent through the socket.
Connection(Socket, Class<R>) - Constructor for class lib.easyjava.net.tcp.Connection
A Connection created with this constructor will ignore unexpected types sent through the socket.
Connection(String, int) - Constructor for class lib.easyjava.net.tcp.Connection
A Connection created with this constructor will fail when an unexpected type is sent through the socket.
Connection(String, int, Class<R>) - Constructor for class lib.easyjava.net.tcp.Connection
A Connection created with this constructor will ignore unexpected types sent through the socket.
ConnectionPool<S extends java.io.Serializable,R extends java.io.Serializable> - Class in lib.easyjava.net.tcp
Basically just a set of connections, but the waitForEvent() method allows blocking until one of the connections either receives something or closes.
ConnectionPool() - Constructor for class lib.easyjava.net.tcp.ConnectionPool
 
connectTo(Vertex<T>) - Method in class lib.easyjava.graph.directed.UnweightedDirectedVertex
 
connectTo(Vertex<T>, double) - Method in class lib.easyjava.graph.directed.WeightedDirectedVertex
 
connectTo(Vertex<T>) - Method in class lib.easyjava.graph.undirected.UnweightedUndirectedVertex
 
connectTo(Vertex<T>, double) - Method in class lib.easyjava.graph.undirected.WeightedUndirectedVertex
 
connectTo(Vertex<T>) - Method in interface lib.easyjava.graph.UnweightedVertex
Connects the vertex to another in its graph
connectTo(Vertex<T>, double) - Method in interface lib.easyjava.graph.WeightedVertex
Connects the vertex to another in its graph
contains(Object) - Method in class lib.easyjava.net.tcp.ConnectionPool
 
containsAll(Collection<?>) - Method in class lib.easyjava.net.tcp.ConnectionPool
 
containsKey(Object) - Method in class lib.easyjava.type.ListMultiMap
 
containsKey(Object) - Method in interface lib.easyjava.type.MultiMap
Returns true if this map contains a mapping for the specified key.
containsKey(Object) - Method in class lib.easyjava.type.SetMultiMap
 
containsValue(Object) - Method in class lib.easyjava.type.ListMultiMap
 
containsValue(Object) - Method in interface lib.easyjava.type.MultiMap
Returns true if this map maps one or more keys to the specified value.
containsValue(Object) - Method in class lib.easyjava.type.SetMultiMap
 
crossover(GeneticAlgorithmSolution) - Method in interface lib.easyjava.ml.optimization.ga.GeneticAlgorithmSolution
Combines traits of this solution with another to create an entirely new one.
A B C D E F G H I K L M N O P R S T U V W 
Skip navigation links