- UDPListener<R extends java.io.Serializable> - Class in lib.easyjava.net.udp
-
Receives objects over UDP.
- UDPListener(int) - Constructor for class lib.easyjava.net.udp.UDPListener
-
A Listener created with this constructor will fail when an unexpected
type is received.
- UDPListener(int, Class<R>) - Constructor for class lib.easyjava.net.udp.UDPListener
-
A Listener created with this constructor will ignore any unexpected types
received.
- UDPListener.UDPMessage<R extends java.io.Serializable> - Class in lib.easyjava.net.udp
-
UDP Packets received will be broken down into these messages detailing
where the packet came from and what was in it.
- UDPMessage(R, String, int) - Constructor for class lib.easyjava.net.udp.UDPListener.UDPMessage
-
- UDPSender<S extends java.io.Serializable> - Class in lib.easyjava.net.udp
-
Sends objects over UDP.
- UDPSender(String, int) - Constructor for class lib.easyjava.net.udp.UDPSender
-
- UndirectedEdge<T> - Class in lib.easyjava.graph.undirected
-
An undirected edge in a graph
- UndirectedGraph<T> - Class in lib.easyjava.graph.undirected
-
An undirected graph which contains Vertices which store data and Edges.
- UndirectedGraph() - Constructor for class lib.easyjava.graph.undirected.UndirectedGraph
-
Creates a new undirected graph
- UndirectedGraph(Collection<T>) - Constructor for class lib.easyjava.graph.undirected.UndirectedGraph
-
Creates a new undirected graph with the given data in vertices
- UndirectedVertex<T> - Class in lib.easyjava.graph.undirected
-
An vertex of an undirected graph which stores some data
- UnivariatePolynomialFunction - Class in lib.easyjava.math.function
-
A univariate polynomial function
- UnivariatePolynomialFunction(double[]) - Constructor for class lib.easyjava.math.function.UnivariatePolynomialFunction
-
- UnmodifiablePair<T1,T2> - Class in lib.easyjava.type
-
An unmodifiable Pair
- UnmodifiablePair(Pair<T1, T2>) - Constructor for class lib.easyjava.type.UnmodifiablePair
-
- UnmodifiablePair(T1, T2) - Constructor for class lib.easyjava.type.UnmodifiablePair
-
- UnweightedDirectedGraph<T> - Class in lib.easyjava.graph.directed
-
An unweighted directed graph which contains Vertices which store data and
Edges.
- UnweightedDirectedGraph() - Constructor for class lib.easyjava.graph.directed.UnweightedDirectedGraph
-
Creates a new unweighted directed graph
- UnweightedDirectedGraph(Collection<T>) - Constructor for class lib.easyjava.graph.directed.UnweightedDirectedGraph
-
Creates a new unweighted directed graph with the given data in vertices
- UnweightedDirectedGraph(MultiMap<T, T>) - Constructor for class lib.easyjava.graph.directed.UnweightedDirectedGraph
-
Creates a new unweighted directed graph with the connections described by
a multimap.
- UnweightedDirectedVertex<T> - Class in lib.easyjava.graph.directed
-
A vertex of an unweighted directed graph which stores some data
- UnweightedGraph<T> - Interface in lib.easyjava.graph
-
An unweighted graph which contains Vertices which store data and Edges.
- UnweightedUndirectedGraph<T> - Class in lib.easyjava.graph.undirected
-
An unweighted undirected graph which contains Vertices which store data and
Edges.
- UnweightedUndirectedGraph() - Constructor for class lib.easyjava.graph.undirected.UnweightedUndirectedGraph
-
Creates a new unweighted undirected graph
- UnweightedUndirectedGraph(Collection<T>) - Constructor for class lib.easyjava.graph.undirected.UnweightedUndirectedGraph
-
Creates a new unweighted undirected graph with the given data in vertices
- UnweightedUndirectedGraph(MultiMap<T, T>) - Constructor for class lib.easyjava.graph.undirected.UnweightedUndirectedGraph
-
Creates a new unweighted undirected graph with the connections described
by a multimap.
- UnweightedUndirectedVertex<T> - Class in lib.easyjava.graph.undirected
-
A vertex of an unweighted undirected graph which stores some data
- UnweightedVertex<T> - Interface in lib.easyjava.graph
-
A vertex of an unweighted graph which stores some data