setDifference(Container, Container, OutputIterator, BinaryPredicate).
Static method in class com.objectspace.jgl.algorithms.OrderedSetOperations
Place the sorted difference of two containers into a sequence.
setDifference(Container, Container, OutputIterator, BinaryPredicate).
Static method in class com.objectspace.jgl.algorithms.SetOperations
Place the sorted difference of two containers into a sequence.
setDifference(InputIterator, InputIterator, InputIterator, InputIterator, OutputIterator).
Static method in class com.objectspace.jgl.algorithms.OrderedSetOperations
Place the sorted difference of two sequences into another sequence.
setDifference(InputIterator, InputIterator, InputIterator, InputIterator, OutputIterator).
Static method in class com.objectspace.jgl.algorithms.SetOperations
Place the sorted difference of two sequences into another sequence.
setDifference(InputIterator, InputIterator, InputIterator, InputIterator, OutputIterator, BinaryPredicate).
Static method in class com.objectspace.jgl.algorithms.OrderedSetOperations
Place the sorted difference of two sequences into another sequence.
setDifference(InputIterator, InputIterator, InputIterator, InputIterator, OutputIterator, BinaryPredicate).
Static method in class com.objectspace.jgl.algorithms.SetOperations
Place the sorted difference of two sequences into another sequence.
setIntersection(Container, Container, OutputIterator, BinaryPredicate).
Static method in class com.objectspace.jgl.algorithms.OrderedSetOperations
Place the sorted intersection of two containers into a sequence.
setIntersection(Container, Container, OutputIterator, BinaryPredicate).
Static method in class com.objectspace.jgl.algorithms.SetOperations
Place the sorted intersection of two containers into a sequence.
setIntersection(InputIterator, InputIterator, InputIterator, InputIterator, OutputIterator).
Static method in class com.objectspace.jgl.algorithms.OrderedSetOperations
Place the sorted intersection of two sequences into another sequence.
setIntersection(InputIterator, InputIterator, InputIterator, InputIterator, OutputIterator).
Static method in class com.objectspace.jgl.algorithms.SetOperations
Place the sorted intersection of two sequences into another sequence.
setIntersection(InputIterator, InputIterator, InputIterator, InputIterator, OutputIterator, BinaryPredicate).
Static method in class com.objectspace.jgl.algorithms.OrderedSetOperations
Place the sorted intersection of two sequences into another sequence.
setIntersection(InputIterator, InputIterator, InputIterator, InputIterator, OutputIterator, BinaryPredicate).
Static method in class com.objectspace.jgl.algorithms.SetOperations
Place the sorted intersection of two sequences into another sequence.
Place the sorted symmetric difference of two containers into a sequence.
setSymmetricDifference(Container, Container, OutputIterator, BinaryPredicate).
Static method in class com.objectspace.jgl.algorithms.SetOperations
Place the sorted symmetric difference of two containers into a sequence.
setSymmetricDifference(InputIterator, InputIterator, InputIterator, InputIterator, OutputIterator).
Static method in class com.objectspace.jgl.algorithms.OrderedSetOperations
Place the sorted symmetric difference of two sequences into another sequence.
setSymmetricDifference(InputIterator, InputIterator, InputIterator, InputIterator, OutputIterator).
Static method in class com.objectspace.jgl.algorithms.SetOperations
Place the sorted symmetric difference of two sequences into another sequence.
setSymmetricDifference(InputIterator, InputIterator, InputIterator, InputIterator, OutputIterator, BinaryPredicate).
Static method in class com.objectspace.jgl.algorithms.OrderedSetOperations
Place the sorted symmetric difference of two sequences into another sequence.
setSymmetricDifference(InputIterator, InputIterator, InputIterator, InputIterator, OutputIterator, BinaryPredicate).
Static method in class com.objectspace.jgl.algorithms.SetOperations
Place the sorted symmetric difference of two sequences into another sequence.
setUnion(Container, Container, OutputIterator, BinaryPredicate).
Static method in class com.objectspace.jgl.algorithms.OrderedSetOperations
Place the sorted union of two containers into a sequence.
setUnion(Container, Container, OutputIterator, BinaryPredicate).
Static method in class com.objectspace.jgl.algorithms.SetOperations
Place the sorted union of two containers into a sequence.
setUnion(InputIterator, InputIterator, InputIterator, InputIterator, OutputIterator).
Static method in class com.objectspace.jgl.algorithms.OrderedSetOperations
Place the sorted union of two sequences into another sequence.
setUnion(InputIterator, InputIterator, InputIterator, InputIterator, OutputIterator).
Static method in class com.objectspace.jgl.algorithms.SetOperations
Place the sorted union of two sequences into another sequence.
setUnion(InputIterator, InputIterator, InputIterator, InputIterator, OutputIterator, BinaryPredicate).
Static method in class com.objectspace.jgl.algorithms.OrderedSetOperations
Place the sorted union of two sequences into another sequence.
setUnion(InputIterator, InputIterator, InputIterator, InputIterator, OutputIterator, BinaryPredicate).
Static method in class com.objectspace.jgl.algorithms.SetOperations
Place the sorted union of two sequences into another sequence.