- undirected - Variable in class org.mathIT.graphs.Graph
 
- 
Flag whether this graph is directed or undirected.
 
- unify(EnumSet<? extends E>) - Method in class org.mathIT.algebra.EnumSet
 
- 
Returns the union of this set and the specified set.
 
- unify(ArrayList<? extends EnumSet<? extends E>>) - Method in class org.mathIT.algebra.EnumSet
 
- 
Returns the union of this set and the specified set list.
 
- unify(Set<? extends E>) - Method in class org.mathIT.algebra.MathSet
 
- 
Returns the union of this set and the specified set.
 
- unify(ArrayList<? extends Set<? extends E>>) - Method in class org.mathIT.algebra.MathSet
 
- 
Returns the union of this set and the specified set list.
 
- unify(SortedSet<E>) - Method in class org.mathIT.algebra.OrderedSet
 
- 
Returns the union of this set and the specified set.
 
- unify(ArrayList<? extends SortedSet<E>>) - Method in class org.mathIT.algebra.OrderedSet
 
- 
Returns the union of this set and the specified set list.
 
- unify(Set<? extends E>) - Method in class org.mathIT.algebra.Set
 
- 
Returns the union of this set and the specified set.
 
- unify(ArrayList<? extends Set<? extends E>>) - Method in class org.mathIT.algebra.Set
 
- 
Returns the union of this set and the specified set list.
 
- union(FibonacciHeap<V>, FibonacciHeap<V>) - Static method in class org.mathIT.graphs.FibonacciHeap
 
- 
Joins two Fibonacci heaps into a new one.
 
- Utils - Class in org.mathIT.genes
 
- 
This class provides static utility methods for the gene library package.