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

W

waitForCall(Supplier<T>) - Method in class lib.easyjava.net.rest.MultiRateLimiter
 
waitForCall(Supplier<T>) - Method in interface lib.easyjava.net.rest.RateLimiter
Executes the call, waiting for more calls if necessary
waitForCall(Supplier<T>) - Method in class lib.easyjava.net.rest.SingleRateLimiter
 
waitForEvent() - Method in class lib.easyjava.net.tcp.Connection
Blocks until some data is received on the connection or it is closed
waitForEvent() - Method in class lib.easyjava.net.tcp.ConnectionPool
Waits for one of the connections to receive a message or close, then returns that connection.
warn(Exception) - Method in class lib.easyjava.io.output.Logger
Writes a warn-level exception to the log
warn(String) - Method in class lib.easyjava.io.output.Logger
Writes a warn-level message to the log
Weighted - Interface in lib.easyjava.graph
A weighted component of a graph
WeightedDirectedEdge<T> - Class in lib.easyjava.graph.directed
A weighted directed edge in a graph
WeightedDirectedGraph<T> - Class in lib.easyjava.graph.directed
A weighted directed graph which contains Vertices which store data and Edges.
WeightedDirectedGraph() - Constructor for class lib.easyjava.graph.directed.WeightedDirectedGraph
Creates a new weighted directed graph
WeightedDirectedGraph(Collection<T>) - Constructor for class lib.easyjava.graph.directed.WeightedDirectedGraph
Creates a new weighted directed graph with the given data in vertices
WeightedDirectedGraph(MultiMap<T, Pair<T, Double>>) - Constructor for class lib.easyjava.graph.directed.WeightedDirectedGraph
Creates a new weighted undirected graph with the connections described by a multimap.
WeightedDirectedVertex<T> - Class in lib.easyjava.graph.directed
A vertex of a weighted directed graph which stores some data
WeightedGraph<T> - Interface in lib.easyjava.graph
A weighted graph which contains Vertices which store data and Edges.
WeightedUndirectedEdge<T> - Class in lib.easyjava.graph.undirected
A weighted undirected edge in a graph
WeightedUndirectedGraph<T> - Class in lib.easyjava.graph.undirected
A weighted undirected graph which contains Vertices which store data and Edges.
WeightedUndirectedGraph() - Constructor for class lib.easyjava.graph.undirected.WeightedUndirectedGraph
Creates a new weighted undirected graph
WeightedUndirectedGraph(Collection<T>) - Constructor for class lib.easyjava.graph.undirected.WeightedUndirectedGraph
Creates a new weighted undirected graph with the given data in vertices
WeightedUndirectedGraph(MultiMap<T, Pair<T, Double>>) - Constructor for class lib.easyjava.graph.undirected.WeightedUndirectedGraph
Creates a new weighted undirected graph with the connections described by a multimap.
WeightedUndirectedVertex<T> - Class in lib.easyjava.graph.undirected
A vertex of a weighted undirected graph which stores some data
WeightedVertex<T> - Interface in lib.easyjava.graph
A vertex of a weighted graph which stores some data
write(String) - Method in class lib.easyjava.io.file.FileWriter
Writes the given string into the file
writeFile(File, String) - Static method in class lib.easyjava.io.file.FileWriter
Writes to the given file with only the content given
writeFile(String, String) - Static method in class lib.easyjava.io.file.FileWriter
Writes to the given file with only the content given
writeLine(String) - Method in class lib.easyjava.io.file.FileWriter
Writes the given text as a line in the file
writeSerializedFile(File, Serializable) - Static method in class lib.easyjava.io.file.FileWriter
Serializes and writes the provided object to a file
writeSerializedFile(String, Serializable) - Static method in class lib.easyjava.io.file.FileWriter
Serializes and writes the provided object to a file
A B C D E F G H I K L M N O P R S T U V W 
Skip navigation links